| Package | Description |
|---|---|
| org.zkoss.zuti.zul | |
| org.zkoss.zuti.zul.event |
| 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 |
|---|---|
NavigationEvent.Type |
NavigationEvent.getType()
Returns the event type.
|
static NavigationEvent.Type |
NavigationEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationEvent.Type[] |
NavigationEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NavigationEvent(NavigationModel<T> model,
NavigationLevel<T> level,
NavigationEvent.Type type,
String key,
T current) |
Copyright © 2020. All rights reserved.