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