Class TreeNavigationView
java.lang.Object
com.gwtplatform.mvp.client.ViewImpl
de.knightsoftnet.navigation.client.ui.navigation.TreeNavigationView
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,NavigationPresenter.MyView
public class TreeNavigationView
extends com.gwtplatform.mvp.client.ViewImpl
implements NavigationPresenter.MyView
View of the validator Navigation.
- Author:
- Manfred Tremmel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA ClientBundle that provides images and style sheets for the decorator. -
Constructor Summary
ConstructorsConstructorDescriptionTreeNavigationView(de.knightsoftnet.navigation.client.ui.navigation.TreeNavigationView.Binder uiBinder, TreeNavigationView.Resources resources) constructor with injected parameters. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidcreateNavigation(NavigationStructure navigation) create navigation.voidcreateRecursiveNavigation(com.google.gwt.user.client.ui.TreeItem item, List<NavigationEntryInterface> list, NavigationEntryInterface activeEntry) create navigation in a recursive way.voidsetPresenter(NavigationPresenter presenter) set a reference to the presenter/activity.voidsetSelectedItem(NavigationEntryInterface newItem) set new active entry.Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidgetMethods inherited from interface com.gwtplatform.mvp.client.View
addToSlot, removeFromSlot, setInSlot
-
Constructor Details
-
Method Details