public void renderListHandlers(FacesContext facesContext, UIComponent component) throws IOException { RenderKitUtils.renderPassThroughAttributesOptimized( facesContext, component, SelectHelper.SELECT_LIST_HANDLER_ATTRIBUTES); }
@Override public void renderInputHandlers(FacesContext facesContext, UIComponent component) throws IOException { RenderKitUtils.renderPassThroughAttributesOptimized( facesContext, component, INPLACE_INPUT_HANDLER_ATTRIBUTES); }
protected void renderRowHandlers(FacesContext context, UIDataTableBase dataTable) throws IOException { RenderKitUtils.renderPassThroughAttributesOptimized(context, dataTable, ROW_HANDLER_ATTRIBUTES); }