コード例 #1
0
 public void renderListHandlers(FacesContext facesContext, UIComponent component)
     throws IOException {
   RenderKitUtils.renderPassThroughAttributesOptimized(
       facesContext, component, SelectHelper.SELECT_LIST_HANDLER_ATTRIBUTES);
 }
コード例 #2
0
 @Override
 public void renderInputHandlers(FacesContext facesContext, UIComponent component)
     throws IOException {
   RenderKitUtils.renderPassThroughAttributesOptimized(
       facesContext, component, INPLACE_INPUT_HANDLER_ATTRIBUTES);
 }
コード例 #3
0
 protected void renderRowHandlers(FacesContext context, UIDataTableBase dataTable)
     throws IOException {
   RenderKitUtils.renderPassThroughAttributesOptimized(context, dataTable, ROW_HANDLER_ATTRIBUTES);
 }