Class AbstractUISection

    • Field Summary

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

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

        ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, FACETS_KEY, 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​(jakarta.faces.context.FacesContext context)
                         throws IOException
        Overrides:
        encodeBegin in class jakarta.faces.component.UIComponentBase
        Throws:
        IOException