Class SelectCheckboxMenuRenderer


public class SelectCheckboxMenuRenderer extends SelectManyRenderer
  • Constructor Details

    • SelectCheckboxMenuRenderer

      public SelectCheckboxMenuRenderer()
  • Method Details

    • getConvertedValue

      public Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
      Overrides:
      getConvertedValue in class InputRenderer
      Throws:
      javax.faces.convert.ConverterException
    • encodeChildren

      public void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
      Overrides:
      encodeChildren in class javax.faces.render.Renderer
      Throws:
      IOException
    • encodeEnd

      public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
      Overrides:
      encodeEnd in class javax.faces.render.Renderer
      Throws:
      IOException
    • getRendersChildren

      public boolean getRendersChildren()
      Overrides:
      getRendersChildren in class javax.faces.render.Renderer
    • encodeMarkup

      protected void encodeMarkup(javax.faces.context.FacesContext context, SelectCheckboxMenu menu) throws IOException
      Throws:
      IOException
    • encodeInputs

      protected void encodeInputs(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, List<javax.faces.model.SelectItem> selectItems) throws IOException
      Throws:
      IOException
    • encodeOption

      protected void encodeOption(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, Object values, Object submittedValues, javax.faces.convert.Converter converter, javax.faces.model.SelectItem option, int idx) throws IOException
      Throws:
      IOException
    • encodeOption

      protected void encodeOption(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, Object values, Object submittedValues, javax.faces.convert.Converter converter, javax.faces.model.SelectItem option, int idx, String selectItemGroupLabel) throws IOException
      Throws:
      IOException
    • encodeLabel

      protected void encodeLabel(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, boolean valid) throws IOException
      Throws:
      IOException
    • encodeMultipleLabel

      protected void encodeMultipleLabel(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, List<javax.faces.model.SelectItem> selectItems) throws IOException
      Throws:
      IOException
    • encodeMenuIcon

      protected void encodeMenuIcon(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, boolean valid) throws IOException
      Throws:
      IOException
    • encodePanel

      protected void encodePanel(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, List<javax.faces.model.SelectItem> selectItems) throws IOException
      Throws:
      IOException
    • encodeFilter

      protected void encodeFilter(javax.faces.context.FacesContext context, SelectCheckboxMenu menu) throws IOException
      Throws:
      IOException
    • encodePanelContent

      protected void encodePanelContent(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, List<javax.faces.model.SelectItem> selectItems) throws IOException
      Throws:
      IOException
    • encodePanelFooter

      protected void encodePanelFooter(javax.faces.context.FacesContext context, SelectCheckboxMenu menu) throws IOException
      Throws:
      IOException
    • encodeColumnsHeader

      protected void encodeColumnsHeader(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, List<Column> columns) throws IOException
      Throws:
      IOException
    • encodeOptionsAsTable

      protected void encodeOptionsAsTable(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, List<javax.faces.model.SelectItem> selectItems, List<Column> columns) throws IOException
      Throws:
      IOException
    • encodeTableOption

      protected void encodeTableOption(javax.faces.context.FacesContext context, SelectCheckboxMenu menu, javax.faces.model.SelectItem selectItem, List<Column> columns, int index) throws IOException
      Throws:
      IOException
    • encodeScript

      protected void encodeScript(javax.faces.context.FacesContext context, SelectCheckboxMenu menu) throws IOException
      Throws:
      IOException
    • getMaxScrollHeight

      protected String getMaxScrollHeight(SelectCheckboxMenu menu)
    • getOptionLabel

      protected String getOptionLabel(javax.faces.model.SelectItem option)
    • getSubmitParam

      protected String getSubmitParam(javax.faces.context.FacesContext context, javax.faces.component.UISelectMany selectMany)
      Specified by:
      getSubmitParam in class SelectManyRenderer
    • encodeKeyboardTarget

      protected void encodeKeyboardTarget(javax.faces.context.FacesContext context, SelectCheckboxMenu menu) throws IOException
      Throws:
      IOException
    • encodeCheckbox

      protected void encodeCheckbox(javax.faces.context.FacesContext context, String id, boolean disabled, boolean checked, String title, String ariaLabel) throws IOException
      Throws:
      IOException