Class SelectManyMenuRenderer


public class SelectManyMenuRenderer extends SelectManyRenderer
  • Constructor Details

    • SelectManyMenuRenderer

      public SelectManyMenuRenderer()
  • 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
    • 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
    • encodeMarkup

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

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

      protected void encodeInput(javax.faces.context.FacesContext context, SelectManyMenu menu, String clientId, List<javax.faces.model.SelectItem> selectItems) throws IOException
      Throws:
      IOException
    • encodeList

      protected void encodeList(javax.faces.context.FacesContext context, SelectManyMenu menu, List<javax.faces.model.SelectItem> selectItems) throws IOException
      Throws:
      IOException
    • encodeItem

      protected void encodeItem(javax.faces.context.FacesContext context, SelectManyMenu menu, javax.faces.model.SelectItem option, Object values, Object submittedValues, javax.faces.convert.Converter converter, boolean customContent, boolean showCheckbox) throws IOException
      Throws:
      IOException
    • encodeSelectItems

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

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

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

      protected String calculateWrapperHeight(SelectManyMenu menu, int itemSize)
    • getSubmitParam

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

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

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

      public String getHighlighter()
      Overrides:
      getHighlighter in class CoreRenderer