Class NavigationView

java.lang.Object
org.cxbox.meta.navigation.NavigationView

@Entity(name="NAVIGATION_VIEW") public class NavigationView extends Object
Entity that represent views in navigation tree. Clients side of cxbox framework uses this to create navigation elements such as tabs or menus
  • Field Details

    • id

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

    • NavigationView

      public NavigationView()