Class SelectManyButtonRenderer


public class SelectManyButtonRenderer extends SelectManyRenderer
  • Constructor Details

    • SelectManyButtonRenderer

      public SelectManyButtonRenderer()
  • 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, SelectManyButton button) throws IOException
      Throws:
      IOException
    • encodeSelectItems

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

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

      protected void encodeScript(javax.faces.context.FacesContext context, SelectManyButton button) throws IOException
      Throws:
      IOException
    • getSubmitParam

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