Class TreeNode

    • Field Detail

      • COMPONENT_TYPE

        public static final String COMPONENT_TYPE
        The component type, which is "org.omnifaces.component.tree.TreeNode".
        See Also:
        Constant Field Values
    • Constructor Detail

      • TreeNode

        public TreeNode()
    • Method Detail

      • getLevel

        public Integer getLevel()
        Returns the level for which this node should render the items.
        Returns:
        The level for which this node should render the items.
      • setLevel

        public void setLevel​(Integer level)
        Sets the level for which this node should render the items.
        Parameters:
        level - The level for which this node should render the items.