Class NavigationGroup


  • @Entity(name="NAVIGATION_GROUP")
    public class NavigationGroup
    extends Object
    Entity that represent groups in navigation tree. Clients side of tesler framework uses this to create navigation elements such as tabs or menus
    • Field Detail

      • id

        protected String id
        Identifier in navigation tree. Also primary key
    • Constructor Detail

      • NavigationGroup

        public NavigationGroup()