public interface NavigationEntryInterface
NavigationEntryInterface defines one menu entry or folders with subentries as
interface.| Modifier and Type | Method and Description |
|---|---|
boolean |
canReveal()
check if this entry should be displayed.
|
String |
getFullToken()
get full token.
|
com.google.gwt.safehtml.shared.SafeHtml |
getMenuValue()
get menu value.
|
NavigationEntryInterface |
getParentEntry()
get parent entry.
|
String |
getToken()
get token.
|
String |
getTokenDynamic()
get token dynamic.
|
boolean |
isOpenOnStartup()
is entry open on startup.
|
void |
setParentEntry(NavigationEntryInterface pparentEntry)
add a parent entry.
|
void |
setTokenDynamic(String ptokenDynamic)
set token dynamic.
|
com.google.gwt.safehtml.shared.SafeHtml getMenuValue()
String getToken()
String getFullToken()
String getTokenDynamic()
void setTokenDynamic(String ptokenDynamic)
ptokenDynamic - the tokenDynamic to setNavigationEntryInterface getParentEntry()
void setParentEntry(NavigationEntryInterface pparentEntry)
pparentEntry - entry to addboolean isOpenOnStartup()
boolean canReveal()
Copyright © 2015. All rights reserved.