Interface NavigationEntryInterface

All Known Implementing Classes:
NavigationEntry, NavigationEntryFolder, NavigationEntryProxy, NavigationLink

public interface NavigationEntryInterface
The NavigationEntryInterface defines one menu entry or folders with subentries as interface.
Author:
Manfred Tremmel
  • Method Details

    • getMenuValue

      com.google.gwt.safehtml.shared.SafeHtml getMenuValue()
      get menu value.
      Returns:
      the menuValue
    • getToken

      String getToken()
      get token.
      Returns:
      the token
    • getFullToken

      String getFullToken()
      get full token.
      Returns:
      the token with static and dynamic part
    • getTokenDynamic

      String getTokenDynamic()
      get token dynamic.
      Returns:
      the tokenDynamic
    • setTokenDynamic

      void setTokenDynamic(String tokenDynamic)
      set token dynamic.
      Parameters:
      tokenDynamic - the tokenDynamic to set
    • getParentEntry

      NavigationEntryInterface getParentEntry()
      get parent entry.
      Returns:
      the parentEntry
    • setParentEntry

      void setParentEntry(NavigationEntryInterface parentEntry)
      add a parent entry.
      Parameters:
      parentEntry - entry to add
    • isOpenOnStartup

      boolean isOpenOnStartup()
      is entry open on startup.
      Returns:
      the openOnStartup
    • canReveal

      boolean canReveal()
      check if this entry should be displayed.
      Returns:
      true if it should be displayed