Class AbstractUISection

    • Field Summary

      • Fields inherited from class javax.faces.component.UIPanel

        COMPONENT_FAMILY, COMPONENT_TYPE
      • Fields inherited from class javax.faces.component.UIComponent

        ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
    • Constructor Detail

      • AbstractUISection

        public AbstractUISection()
    • Method Detail

      • getLabel

        public abstract String getLabel()
      • getLevel

        public abstract Integer getLevel()
      • setLevel

        public abstract void setLevel​(Integer level)
      • getImage

        public abstract String getImage()
      • encodeBegin

        public void encodeBegin​(javax.faces.context.FacesContext context)
                         throws IOException
        Overrides:
        encodeBegin in class javax.faces.component.UIComponentBase
        Throws:
        IOException