public interface NavigationStructure
| Modifier and Type | Method and Description |
|---|---|
void |
buildVisibleNavigation(User puser)
build the visible navigation entries.
|
NavigationEntryInterface |
getActiveNavigationEntryInterface()
get active navigation entry interface.
|
List<NavigationEntryInterface> |
getFullNavigationList()
get full navigation list.
|
NavigationEntryInterface |
getNavigationForToken(String ptoken)
get navigation entry for given token.
|
List<NavigationEntryInterface> |
getNavigationList()
get navigation list.
|
void |
onChangePlace(ChangePlaceEvent pevent) |
void |
setActiveNavigationEntryInterface(NavigationEntryInterface pactiveNavigationEntryInterface)
set active navigation entry interface.
|
void |
setActiveNavigationEntryInterface(String ptoken)
set active navigation entry interface.
|
void |
setNavigationList(List<NavigationEntryInterface> pnavigationList)
set navigation list.
|
void buildVisibleNavigation(User puser)
puser - the user to build navigation forList<NavigationEntryInterface> getFullNavigationList()
List<NavigationEntryInterface> getNavigationList()
void setNavigationList(List<NavigationEntryInterface> pnavigationList)
pnavigationList - the navigationList to setNavigationEntryInterface getActiveNavigationEntryInterface()
void setActiveNavigationEntryInterface(NavigationEntryInterface pactiveNavigationEntryInterface)
pactiveNavigationEntryInterface - the activeNavigationEntryInterface to setvoid setActiveNavigationEntryInterface(String ptoken)
ptoken - the token to setNavigationEntryInterface getNavigationForToken(String ptoken)
ptoken - the token of the place to get navigation entry forvoid onChangePlace(ChangePlaceEvent pevent)
Copyright © 2015. All rights reserved.