Class NavigationView


  • @Entity(name="NAVIGATION_VIEW")
    public class NavigationView
    extends Object
    Entity that represent views 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

      • NavigationView

        public NavigationView()