Class SelectCheckboxMenuRenderer

    • Constructor Detail

      • SelectCheckboxMenuRenderer

        public SelectCheckboxMenuRenderer()
    • Method Detail

      • 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
      • 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
      • getSubmitParam

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