Class UIColumn

All Implemented Interfaces:
PartialStateHolder, StateHolder, TransientStateHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder, EventListener
Direct Known Subclasses:
HtmlColumn

@JSFComponent public class UIColumn extends UIComponentBase
see Javadoc of Faces Specification
  • Field Details

  • Constructor Details

    • UIColumn

      public UIColumn()
  • Method Details

    • setFooter

      public void setFooter(UIComponent footer)
    • getFooter

      @JSFFacet public UIComponent getFooter()
    • setHeader

      public void setHeader(UIComponent header)
    • getHeader

      @JSFFacet public UIComponent getHeader()
    • 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
    • getFamily

      public String getFamily()
      Specified by:
      getFamily in class UIComponent