Uses of Interface
org.gatein.mop.api.workspace.Navigation

Packages that use Navigation
org.gatein.mop.api.workspace   
 

Uses of Navigation in org.gatein.mop.api.workspace
 

Fields in org.gatein.mop.api.workspace with type parameters of type Navigation
static ObjectType<Navigation> ObjectType.NAVIGATION
          .
 

Methods in org.gatein.mop.api.workspace that return Navigation
 Navigation Navigation.addChild(String name)
          Adds a child navigation
 Navigation Navigation.getChild(String name)
          Returns a specified navigation.
 Navigation Navigation.getParent()
          Return the navigation parent or null if it is a root.
 Navigation Site.getRootNavigation()
          Returns the site root navigation.
 

Methods in org.gatein.mop.api.workspace that return types with arguments of type Navigation
 Collection<? extends Navigation> Navigation.getChildren()
          Returns the child navigations.
 ObjectType<? extends Navigation> Navigation.getObjectType()
          Extends the object type to navigation.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.