| Package | Description |
|---|---|
| org.zkoss.zuti.zul | |
| org.zkoss.zuti.zul.event |
| Modifier and Type | Method and Description |
|---|---|
NavigationLevel<T> |
NavigationLevel.getChild()
Gets the child navigation level if any.
|
NavigationLevel<T> |
NavigationModel.getRoot()
Gets the first navigation level.
|
NavigationLevel<T> |
NavigationLevel.navigateTo(String key)
Navigates to the specified key in the current level.
|
NavigationLevel<T> |
NavigationLevel.setContext(Map<String,Object> context)
Sets the context of this level.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NavigationModel.fireEvent(NavigationLevel<T> level,
NavigationEvent.Type type,
org.zkoss.zuti.zul.NavigationNode<T> node) |
| Modifier and Type | Method and Description |
|---|---|
NavigationLevel<T> |
NavigationEvent.getLevel()
Returns the level that fires this event.
|
| Constructor and Description |
|---|
NavigationEvent(NavigationModel<T> model,
NavigationLevel<T> level,
NavigationEvent.Type type,
String key,
T current) |
Copyright © 2021. All rights reserved.