Class TriStateCheckboxRenderer

    • Constructor Detail

      • TriStateCheckboxRenderer

        public TriStateCheckboxRenderer()
    • Method Detail

      • decode

        public void decode​(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
        Overrides:
        decode in class javax.faces.render.Renderer
      • 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
      • encodeOutput

        protected void encodeOutput​(javax.faces.context.FacesContext context,
                                    TriStateCheckbox checkbox,
                                    int valCheck,
                                    boolean disabled,
                                    boolean readonly)
                             throws IOException
        Throws:
        IOException
      • encodeItemLabel

        protected void encodeItemLabel​(javax.faces.context.FacesContext context,
                                       TriStateCheckbox checkbox,
                                       boolean disabled,
                                       boolean readonly)
                                throws IOException
        Throws:
        IOException