Uses of Class
org.zkoss.zuti.zul.event.NavigationEvent.Type
-
Packages that use NavigationEvent.Type Package Description org.zkoss.zuti.zul org.zkoss.zuti.zul.event -
-
Uses of NavigationEvent.Type in org.zkoss.zuti.zul
Methods in org.zkoss.zuti.zul with parameters of type NavigationEvent.Type Modifier and Type Method Description protected void
NavigationModel. fireEvent(NavigationLevel<T> level, NavigationEvent.Type type, org.zkoss.zuti.zul.NavigationNode<T> node)
-
Uses of NavigationEvent.Type in org.zkoss.zuti.zul.event
Methods in org.zkoss.zuti.zul.event that return NavigationEvent.Type Modifier and Type Method Description NavigationEvent.Type
NavigationEvent. getType()
Returns the event type.static NavigationEvent.Type
NavigationEvent.Type. valueOf(java.lang.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.Constructors in org.zkoss.zuti.zul.event with parameters of type NavigationEvent.Type Constructor Description NavigationEvent(NavigationModel<T> model, NavigationLevel<T> level, NavigationEvent.Type type, java.lang.String key, T current)
-