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(java.lang.String key)
Navigates to the specified key in the current level.
|
NavigationLevel<T> |
NavigationLevel.setContext(java.util.Map<java.lang.String,java.lang.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,
java.lang.String key,
T current) |
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.