Interface NavigationStructure
- All Known Implementing Classes:
AbstractNavigationStructure,DummyNavigationStructure
public interface NavigationStructure
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuildVisibleNavigation(de.knightsoftnet.gwtp.spring.shared.models.User user) build the visible navigation entries.get active navigation entry interface.get full navigation list.get the login token.getNavigationForToken(String token) get navigation entry for given token.get navigation list.voidonChangePlace(ChangePlaceEvent event) called on place changed.voidsetActiveNavigationEntryInterface(NavigationEntryInterface activeNavigationEntryInterface) set active navigation entry interface.voidset active navigation entry interface.voidsetLoginToken(String loginToken) set the login token.voidsetNavigationList(List<NavigationEntryInterface> navigationList) set navigation list.
-
Method Details
-
setLoginToken
set the login token.- Parameters:
loginToken- login token
-
getLoginToken
String getLoginToken()get the login token.- Returns:
- login token