Class UIColumn

    • Constructor Detail

      • UIColumn

        public UIColumn()
    • Method Detail

      • setFooter

        public void setFooter​(UIComponent footer)
      • setHeader

        public void setHeader​(UIComponent header)
      • getId

        @JSFProperty(literalOnly=true,
                     rtexprvalue=false)
        public String getId()
        Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
        Overrides:
        getId in class UIComponentBase