public class NavigationEvent<T> extends Event
Modifier and Type | Class and Description |
---|---|
static class |
NavigationEvent.Type |
Constructor and Description |
---|
NavigationEvent(NavigationModel<T> model,
NavigationLevel<T> level,
NavigationEvent.Type type,
java.lang.String key,
T current) |
Modifier and Type | Method and Description |
---|---|
T |
getCurrent()
Returns the current navigation data.
|
java.lang.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.
|
java.lang.String |
toString() |
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation
public NavigationEvent(NavigationModel<T> model, NavigationLevel<T> level, NavigationEvent.Type type, java.lang.String key, T current)
public NavigationModel<T> getModel()
public NavigationLevel<T> getLevel()
public NavigationEvent.Type getType()
public java.lang.String getKey()
public T getCurrent()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.