public class NavigationEvent<T>
extends org.zkoss.zk.ui.event.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
NavigationEvent.Type |
| Constructor and Description |
|---|
NavigationEvent(NavigationModel<T> model,
NavigationLevel<T> level,
NavigationEvent.Type type,
String key,
T current) |
| Modifier and Type | Method and Description |
|---|---|
T |
getCurrent()
Returns the current navigation data.
|
String |
getKey()
Returns the current navigation key.
|
NavigationLevel<T> |
getLevel()
Returns the level that fires this event.
|
NavigationModel<T> |
getModel()
Returns the model that fires this event.
|
NavigationEvent.Type |
getType()
Returns the event type.
|
String |
toString() |
public NavigationEvent(NavigationModel<T> model, NavigationLevel<T> level, NavigationEvent.Type type, String key, T current)
public NavigationModel<T> getModel()
public NavigationLevel<T> getLevel()
public NavigationEvent.Type getType()
public String getKey()
public T getCurrent()
public String toString()
toString in class org.zkoss.zk.ui.event.EventCopyright © 2021. All rights reserved.