Class DefaultMenuColumn

    • Constructor Detail

      • DefaultMenuColumn

        public DefaultMenuColumn()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: MenuElement
        Allows access the id property which is managed and auto-assigned by callers like menu model implementations and used to identify the element. The property is unrelated to the id attribute in the generated XHTML.
        Specified by:
        getId in interface MenuElement
        Returns:
        the id property
      • setId

        public void setId​(String id)
        Description copied from interface: MenuElement
        Sets the id property which is described in MenuElement.getId(). You should have a good reason to call this if you're not extending, but only using PrimeFaces. The property is unrelated to the id attribute in the generated XHTML.
        Specified by:
        setId in interface MenuElement
        Parameters:
        id - the id value
      • setStyle

        public void setStyle​(String style)
      • setStyleClass

        public void setStyleClass​(String styleClass)
      • setRendered

        public void setRendered​(boolean rendered)