public static interface NavigationPresenter.MyView
extends com.gwtplatform.mvp.client.View
| Modifier and Type | Method and Description |
|---|---|
void |
createNavigation(NavigationStructure pnavigation)
create navigation.
|
void |
setPresenter(NavigationPresenter ppresenter)
set a reference to the presenter/activity.
|
void |
setSelectedItem(NavigationEntryInterface pnewEntry)
set new active entry.
|
void setPresenter(NavigationPresenter ppresenter)
ppresenter - reference to setvoid createNavigation(NavigationStructure pnavigation)
pnavigation - the structure with the navigation datavoid setSelectedItem(NavigationEntryInterface pnewEntry)
pnewEntry - new active entryCopyright © 2015–2019. All rights reserved.