Uses of Interface
de.knightsoftnet.navigation.client.ui.navigation.NavigationEntryInterface
Packages that use NavigationEntryInterface
-
Uses of NavigationEntryInterface in de.knightsoftnet.navigation.client.ui.navigation
Classes in de.knightsoftnet.navigation.client.ui.navigation that implement NavigationEntryInterfaceModifier and TypeClassDescriptionclassTheNavigationEntrydefines one menu entry.classTheNavigationEntryFolderdefines one menu folders with subentries.classTheNavigationEntrydefines one menu entry.classTheNavigationLinkdefines one menu entry.Methods in de.knightsoftnet.navigation.client.ui.navigation that return NavigationEntryInterfaceModifier and TypeMethodDescriptionfinal NavigationEntryInterfaceAbstractNavigationStructure.getActiveNavigationEntryInterface()NavigationStructure.getActiveNavigationEntryInterface()get active navigation entry interface.final NavigationEntryInterfaceAbstractNavigationStructure.getNavigationForToken(String token) NavigationStructure.getNavigationForToken(String token) get navigation entry for given token.final NavigationEntryInterfaceNavigationEntry.getParentEntry()final NavigationEntryInterfaceNavigationEntryFolder.getParentEntry()NavigationEntryInterface.getParentEntry()get parent entry.final NavigationEntryInterfaceNavigationEntryProxy.getParentEntry()final NavigationEntryInterfaceNavigationLink.getParentEntry()Methods in de.knightsoftnet.navigation.client.ui.navigation that return types with arguments of type NavigationEntryInterfaceModifier and TypeMethodDescriptionprotected abstract List<NavigationEntryInterface> AbstractNavigationStructure.buildNavigation()build the navigation list.protected final List<NavigationEntryInterface> DummyNavigationStructure.buildNavigation()final List<NavigationEntryInterface> AbstractNavigationStructure.getFullNavigationList()NavigationStructure.getFullNavigationList()get full navigation list.final List<NavigationEntryInterface> AbstractNavigationStructure.getNavigationList()NavigationStructure.getNavigationList()get navigation list.final List<NavigationEntryInterface> NavigationEntryFolder.getSubEntries()get list of sub entries.Methods in de.knightsoftnet.navigation.client.ui.navigation with parameters of type NavigationEntryInterfaceModifier and TypeMethodDescriptionfinal voidNavigationEntryFolder.addSubEntry(NavigationEntryInterface subEntry) add a menu sub entry.voidTreeNavigationView.createRecursiveNavigation(com.google.gwt.user.client.ui.TreeItem item, List<NavigationEntryInterface> list, NavigationEntryInterface activeEntry) create navigation in a recursive way.final voidAbstractNavigationStructure.setActiveNavigationEntryInterface(NavigationEntryInterface activeNavigationEntryInterface) voidNavigationStructure.setActiveNavigationEntryInterface(NavigationEntryInterface activeNavigationEntryInterface) set active navigation entry interface.final voidNavigationEntry.setParentEntry(NavigationEntryInterface parentEntry) final voidNavigationEntryFolder.setParentEntry(NavigationEntryInterface parentEntry) voidNavigationEntryInterface.setParentEntry(NavigationEntryInterface parentEntry) add a parent entry.final voidNavigationEntryProxy.setParentEntry(NavigationEntryInterface parentEntry) final voidNavigationLink.setParentEntry(NavigationEntryInterface parentEntry) voidNavigationPresenter.MyView.setSelectedItem(NavigationEntryInterface newEntry) set new active entry.voidTreeNavigationView.setSelectedItem(NavigationEntryInterface newItem) Method parameters in de.knightsoftnet.navigation.client.ui.navigation with type arguments of type NavigationEntryInterfaceModifier and TypeMethodDescriptionfinal voidNavigationEntryFolder.addSubEntries(Collection<NavigationEntryInterface> subEntries) add a menu sub entries.voidTreeNavigationView.createRecursiveNavigation(com.google.gwt.user.client.ui.TreeItem item, List<NavigationEntryInterface> list, NavigationEntryInterface activeEntry) create navigation in a recursive way.final voidAbstractNavigationStructure.setNavigationList(List<NavigationEntryInterface> navigationList) voidNavigationStructure.setNavigationList(List<NavigationEntryInterface> navigationList) set navigation list.Constructor parameters in de.knightsoftnet.navigation.client.ui.navigation with type arguments of type NavigationEntryInterfaceModifierConstructorDescriptionNavigationEntryFolder(com.google.gwt.safehtml.shared.SafeHtml menuValue, boolean openOnStartup, Collection<NavigationEntryInterface> subEntries) constructor for menu folders.