Class AutoAdministrationTree


  • public class AutoAdministrationTree
    extends Object
    Auto administration tree.
    Since:
    10.4.0
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
    • Constructor Detail

      • AutoAdministrationTree

        public AutoAdministrationTree()
    • Method Detail

      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        10.4.0
      • getName

        public String getName()
        Returns the name.
        Returns:
        the name
        Since:
        10.4.0
      • getPosition

        public int getPosition()
        Returns the position.
        Returns:
        the position
        Since:
        10.4.0
      • isHidden

        public boolean isHidden()
        Returns whether the tree is hidden or not.
        Returns:
        whether the tree is hidden or not.
        Since:
        10.4.0
      • isStandard

        public boolean isStandard()
        Returns whether this is a standard tree.
        Returns:
        whether this is a standard tree.
        Since:
        10.4.0
      • getRootItems

        public List<AutoAdministrationTreeItem> getRootItems()
        Returns the sorted root items of this tree.
        Returns:
        the sorted root items of this tree.