Package | Description |
---|---|
org.tencompetence.portlet.common.components |
Provides gui component classes common to all portlets.
|
Modifier and Type | Method and Description |
---|---|
NavigationData |
NavigationDataHolder.getLastRecordedNavigationData()
Gets the last recorded navigation data from the history.
|
NavigationData |
NavigationDataHolder.getPreviousNavigationData()
Gets the previous navigation data from the history.
|
NavigationData |
NavigationDataHolder.peekLastRecordedNavigationData()
Peek last recorded navigation data.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NavigationData> |
NavigationDataHolder.getNavigationData()
Returns stack of all available navigation data.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationDataHolder.recordNavigation(NavigationData currentEntry)
Records navigation to the passed view.
|