A B C D F G H I M N O P R S T U V W Z _ 
All Classes All Packages

A

ADD - org.zkoss.zuti.zul.event.NavigationEvent.Type
Identifies the addition of one item to the model.
addBindingListener() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
addEventListener(EventListener<NavigationEvent<T>>) - Method in class org.zkoss.zuti.zul.NavigationModel
Adds a listener to the list that's notified each time a change to the model occurs.
afterCompose() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
append(String[], String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
Appends the data after the specific path.
append(String, String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
Appends the data after the specific path.
apply(Component) - Method in class org.zkoss.zuti.zul.CollectionTemplate
Compose the specified template with the given host.
apply(Component) - Method in class org.zkoss.zuti.zul.ShadowTemplate
Compose the specified template with the given host.
Apply - Class in org.zkoss.zuti.zul
The apply tag allows you to choose which template to be applied.
Apply() - Constructor for class org.zkoss.zuti.zul.Apply
 

B

beforeChildAdded(Component, Component) - Method in class org.zkoss.zuti.zul.Choose
 
beforeParentChanged(Component) - Method in class org.zkoss.zuti.zul.Otherwise
 
beforeParentChanged(Component) - Method in class org.zkoss.zuti.zul.When
 

C

CHANGE_CONTEXT - org.zkoss.zuti.zul.event.NavigationEvent.Type
Identifies one context change in the model.
CHANGE_DATA - org.zkoss.zuti.zul.event.NavigationEvent.Type
Identifies one data change in the model.
Choose - Class in org.zkoss.zuti.zul
The choose tag works like a Java switch statement in that it lets you choose between a number of alternatives.
Choose() - Constructor for class org.zkoss.zuti.zul.Choose
 
clone() - Method in class org.zkoss.zuti.zul.Apply
 
clone() - Method in class org.zkoss.zuti.zul.Choose
 
clone() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
coerceToUi(Object) - Method in class org.zkoss.zuti.zul.ForEachConverter
 
CollectionTemplate - Class in org.zkoss.zuti.zul
A utility to let developers to apply shadow elements in Java class.
CollectionTemplate(boolean) - Constructor for class org.zkoss.zuti.zul.CollectionTemplate
Constructor needs a boolean value to indicate whether to detached all rendered children automatically or not when template or host is changed.
CollectionTemplateResolver<T> - Interface in org.zkoss.zuti.zul
Resolver for Template, and is only used in CollectionTemplate
compose(Component) - Method in class org.zkoss.zuti.zul.Apply
Composes from template name and then template uri, if any.
compose(Component) - Method in class org.zkoss.zuti.zul.Choose
 
compose(Component) - Method in class org.zkoss.zuti.zul.ForEach
 
compose(Component) - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 

D

detach() - Method in class org.zkoss.zuti.zul.Choose
 
detach() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
docheck0() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 

F

fireEvent(NavigationLevel<T>, NavigationEvent.Type, NavigationNode<T>) - Method in class org.zkoss.zuti.zul.NavigationModel
 
ForEach - Class in org.zkoss.zuti.zul
The basic iteration tag, accepting many different collection types and supporting sub-setting and other functionality like JSTL's forEach
ForEach() - Constructor for class org.zkoss.zuti.zul.ForEach
 
FOREACH_RENDERED_COMPONENTS - Static variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
foreach support list model (Component developer use only)
ForEachConverter - Class in org.zkoss.zuti.zul
convert items in ForEach to ArrayList
ForEachConverter() - Constructor for class org.zkoss.zuti.zul.ForEachConverter
 
ForEachListDataListener - Class in org.zkoss.zuti.zul
listen the model data onChange event (support list model in ForEach)
ForEachListDataListener(ForEach, Component) - Constructor for class org.zkoss.zuti.zul.ForEachListDataListener
 
ForEachListModelDataEvent - Class in org.zkoss.zuti.zul
serializable event in children binding (support list model in children binding)
ForEachListModelDataEvent(ListDataEvent) - Constructor for class org.zkoss.zuti.zul.ForEachListModelDataEvent
 
ForEachListModelDataEvent(ListModel<?>, int, int, int) - Constructor for class org.zkoss.zuti.zul.ForEachListModelDataEvent
 
ForEachRenderer - Class in org.zkoss.zuti.zul
Render data in ForEach items
ForEachRenderer() - Constructor for class org.zkoss.zuti.zul.ForEachRenderer
 

G

getBegin() - Method in class org.zkoss.zuti.zul.ForEach
 
getChild() - Method in interface org.zkoss.zuti.zul.NavigationLevel
Gets the child navigation level if any.
getContext() - Method in interface org.zkoss.zuti.zul.NavigationLevel
Gets the context of this level if any.
getCurrent() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
Returns the current navigation data.
getCurrent() - Method in interface org.zkoss.zuti.zul.NavigationLevel
Gets the data associated with the current key if any.
getCurrentKey() - Method in interface org.zkoss.zuti.zul.NavigationLevel
Gets the current key.
getDataConverter() - Method in class org.zkoss.zuti.zul.ForEach
 
getDynamicKeys() - Method in class org.zkoss.zuti.zul.Choose
 
getDynamicProperties() - Method in class org.zkoss.zuti.zul.Apply
 
getDynamicProperties() - Method in class org.zkoss.zuti.zul.CollectionTemplate
 
getDynamicProperties() - Method in class org.zkoss.zuti.zul.ShadowTemplate
 
getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.Apply
 
getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
 
getDynamicProperty(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
 
getEnd() - Method in class org.zkoss.zuti.zul.ForEach
 
getItemIterator() - Method in interface org.zkoss.zuti.zul.NavigationLevel
Gets the item iterator in this level.
getItems() - Method in class org.zkoss.zuti.zul.ForEach
 
getItems() - Method in interface org.zkoss.zuti.zul.NavigationLevel
Gets the list of items in this level.
getKey() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
Returns the current navigation key.
getLevel() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
Returns the level that fires this event.
getLevel() - Method in interface org.zkoss.zuti.zul.NavigationLevel
Gets the level number.
getModel() - Method in class org.zkoss.zuti.zul.CollectionTemplate
 
getModel() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
Returns the model that fires this event.
getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.Apply
 
getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.ForEach
 
getPropertyAccess(String) - Method in class org.zkoss.zuti.zul.If
 
getRoot() - Method in class org.zkoss.zuti.zul.NavigationModel
Gets the first navigation level.
getShadowHost() - Method in class org.zkoss.zuti.zul.CollectionTemplate
Return the current shadow host.
getShadowHost() - Method in class org.zkoss.zuti.zul.ShadowTemplate
Return the current shadow host.
getStep() - Method in class org.zkoss.zuti.zul.ForEach
 
getTemplate() - Method in class org.zkoss.zuti.zul.Apply
Returns the template name
getTemplate() - Method in class org.zkoss.zuti.zul.CollectionTemplate
Returns the template name
getTemplate() - Method in class org.zkoss.zuti.zul.ShadowTemplate
Returns the template name
getTemplateURI() - Method in class org.zkoss.zuti.zul.Apply
 
getTemplateURI() - Method in class org.zkoss.zuti.zul.CollectionTemplate
 
getTemplateURI() - Method in class org.zkoss.zuti.zul.ShadowTemplate
Gets the template uri.
getTest() - Method in class org.zkoss.zuti.zul.If
 
getType() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
Returns the event type.
getVar() - Method in class org.zkoss.zuti.zul.ForEach
 
getVarStatus() - Method in class org.zkoss.zuti.zul.ForEach
 

H

hasDynamicProperty(String) - Method in class org.zkoss.zuti.zul.Apply
 
hasDynamicProperty(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
 
hasDynamicProperty(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
 

I

If - Class in org.zkoss.zuti.zul
The conditional execution of its body according to the value of the test attribute
If() - Constructor for class org.zkoss.zuti.zul.If
 
initVariableResolver(ForEach, ForEachRenderer.ForEachIterator<Object>) - Method in class org.zkoss.zuti.zul.ForEachRenderer
 
insertBefore(String[], String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
Inserts the data before the item of specific levels.
insertBefore(String, String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
Inserts the data before the specific path.
isBindingReady() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
Returns the current phase is in a binding ready state, if any.
isDirtyBinding() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
Internal used only
isDynamicValue() - Method in class org.zkoss.zuti.zul.Choose
 
isDynamicValue() - Method in class org.zkoss.zuti.zul.ForEach
 
isDynamicValue() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
isEffective() - Method in class org.zkoss.zuti.zul.Apply
 
isEffective() - Method in class org.zkoss.zuti.zul.Choose
 
isEffective() - Method in class org.zkoss.zuti.zul.ForEach
 
isEffective() - Method in class org.zkoss.zuti.zul.If
 
isEffective() - Method in class org.zkoss.zuti.zul.Otherwise
 
isEffective() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
isTest() - Method in class org.zkoss.zuti.zul.If
 

M

mergeSubTree() - Method in class org.zkoss.zuti.zul.Choose
 

N

NAVIGATE - org.zkoss.zuti.zul.event.NavigationEvent.Type
Identifies the current navigated item has changed.
navigateTo(String) - Method in interface org.zkoss.zuti.zul.NavigationLevel
Navigates to the specified key in the current level.
navigateTo(String) - Method in class org.zkoss.zuti.zul.NavigationModel
A shortcut of NavigationModel.getRoot().navigateTo(String).
navigateToByPath(String) - Method in class org.zkoss.zuti.zul.NavigationModel
Navigates to the specified path.
navigateToByPath(String[]) - Method in class org.zkoss.zuti.zul.NavigationModel
Navigates to the specified levels.
NavigationEvent<T> - Class in org.zkoss.zuti.zul.event
Defines an event that encapsulates changes to a navigation model.
NavigationEvent(NavigationModel<T>, NavigationLevel<T>, NavigationEvent.Type, String, T) - Constructor for class org.zkoss.zuti.zul.event.NavigationEvent
 
NavigationEvent.Type - Enum in org.zkoss.zuti.zul.event
 
NavigationLevel<T> - Interface in org.zkoss.zuti.zul
An object that represents the navigation level.
NavigationModel<T> - Class in org.zkoss.zuti.zul
A model that accepts arbitrary levels and arbitrary items for navigation.
NavigationModel() - Constructor for class org.zkoss.zuti.zul.NavigationModel
 

O

ON_BINDING_READY - Static variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
Component developer use only
onChange(ListDataEvent) - Method in class org.zkoss.zuti.zul.ForEachListDataListener
 
onChildAdded(Component) - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
onChildRemoved(Component) - Method in class org.zkoss.zuti.zul.Choose
 
onChildRemoved(Component) - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
onParentChanged(Component) - Method in class org.zkoss.zuti.zul.ForEach
 
org.zkoss.zuti - package org.zkoss.zuti
 
org.zkoss.zuti.bind - package org.zkoss.zuti.bind
 
org.zkoss.zuti.zul - package org.zkoss.zuti.zul
 
org.zkoss.zuti.zul.event - package org.zkoss.zuti.zul.event
 
Otherwise - Class in org.zkoss.zuti.zul
A switch statement has default clause to specify a default action and similar way choose has otherwise as default clause.
Otherwise() - Constructor for class org.zkoss.zuti.zul.Otherwise
 

P

postPhase(Phase, BindContext) - Method in class org.zkoss.zuti.bind.ZutiPhaseListener
 
prePhase(Phase, BindContext) - Method in class org.zkoss.zuti.bind.ZutiPhaseListener
 
put(String[], T) - Method in class org.zkoss.zuti.zul.NavigationModel
Puts the data to the path.
put(String, T) - Method in class org.zkoss.zuti.zul.NavigationModel
Puts the data to the path.

R

rebuildSubShadowTree() - Method in class org.zkoss.zuti.zul.Choose
 
rebuildSubShadowTree() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
recreate() - Method in class org.zkoss.zuti.zul.Choose
 
recreate() - Method in class org.zkoss.zuti.zul.Otherwise
 
recreate() - Method in class org.zkoss.zuti.zul.When
 
recreateDirectly() - Method in class org.zkoss.zuti.zul.Otherwise
 
recreateDirectly() - Method in class org.zkoss.zuti.zul.When
 
remove(String) - Method in class org.zkoss.zuti.zul.NavigationModel
Removes the data associated with the specific path.
remove(String[]) - Method in class org.zkoss.zuti.zul.NavigationModel
Removes the data associated with the specific levels.
REMOVE - org.zkoss.zuti.zul.event.NavigationEvent.Type
Identifies the removal of one item from the model.
removeAttribute(String) - Method in class org.zkoss.zuti.zul.When
 
removeBindingListener() - Method in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
removeEventListener(EventListener<NavigationEvent<T>>) - Method in class org.zkoss.zuti.zul.NavigationModel
Removes a listener from the list that's notified each time a change to the model occurs.
removeFromParent() - Method in class org.zkoss.zuti.zul.ForEach
 
render(ForEach, Component, Template, int, int, int, List<?>, boolean) - Method in class org.zkoss.zuti.zul.ForEachRenderer
 
render(ForEach, Component, Template, List<?>, boolean) - Method in class org.zkoss.zuti.zul.ForEachRenderer
 
resolve(T) - Method in interface org.zkoss.zuti.zul.CollectionTemplateResolver
Resolve the template by evaluating the variable reference from model in runtime.
resolveTemplate() - Method in class org.zkoss.zuti.zul.Apply
Return the template, if any, the default implementation will look up the template where in its parent shadow or its shadow host.
resolveVariable(Component, String, boolean) - Method in class org.zkoss.zuti.zul.Apply
 

S

setAttribute(String, Object) - Method in class org.zkoss.zuti.zul.When
 
setBegin(int) - Method in class org.zkoss.zuti.zul.ForEach
 
setContext(Map<String, Object>) - Method in interface org.zkoss.zuti.zul.NavigationLevel
Sets the context of this level.
setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.Apply
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.CollectionTemplate
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zuti.zul.ShadowTemplate
 
setEnd(int) - Method in class org.zkoss.zuti.zul.ForEach
 
setItems(Object) - Method in class org.zkoss.zuti.zul.ForEach
 
setModel(ListModel) - Method in class org.zkoss.zuti.zul.CollectionTemplate
Accept model to render iteratively.
setStep(int) - Method in class org.zkoss.zuti.zul.ForEach
 
setTemplate(String) - Method in class org.zkoss.zuti.zul.Apply
Sets the template name to apply.
setTemplate(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
Sets the template name to apply.
setTemplate(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
Sets the template name, for more detail, please check out Apply.setTemplate(String)
setTemplateResolver(CollectionTemplateResolver) - Method in class org.zkoss.zuti.zul.CollectionTemplate
Template resolver will resolve the proper Template by evaluating the variable reference from model.
setTemplateURI(String) - Method in class org.zkoss.zuti.zul.Apply
Sets the template uri.
setTemplateURI(String) - Method in class org.zkoss.zuti.zul.CollectionTemplate
Sets the template uri.
setTemplateURI(String) - Method in class org.zkoss.zuti.zul.ShadowTemplate
Sets the template uri, for more detail, please check out Apply.setTemplateURI(String)
setTest(boolean) - Method in class org.zkoss.zuti.zul.If
 
setVar(String) - Method in class org.zkoss.zuti.zul.ForEach
 
setVarStatus(String) - Method in class org.zkoss.zuti.zul.ForEach
 
SHADOW_VARIABLE - Static variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
Component developer use only
ShadowTemplate - Class in org.zkoss.zuti.zul
A utility to let developers to apply shadow elements in Java class.
ShadowTemplate(boolean) - Constructor for class org.zkoss.zuti.zul.ShadowTemplate
Constructor needs a boolean value to indicate whether to detached all rendered children automatically or not when template or host is changed.

T

TemplateBasedShadowElement - Class in org.zkoss.zuti.zul
A template based skeleton class
TemplateBasedShadowElement() - Constructor for class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
toString() - Method in class org.zkoss.zuti.zul.event.NavigationEvent
 

U

UID - Static variable in class org.zkoss.zuti.Version
 

V

valueOf(String) - Static method in enum org.zkoss.zuti.zul.event.NavigationEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zkoss.zuti.zul.event.NavigationEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.zkoss.zuti
 

W

When - Class in org.zkoss.zuti.zul
A when tag is used for choose like a Java switch statement in that it lets you between a number of alternatives.
When() - Constructor for class org.zkoss.zuti.zul.When
 

Z

ZutiPhaseListener - Class in org.zkoss.zuti.bind
A bind phase listener for Zuti addon
ZutiPhaseListener() - Constructor for class org.zkoss.zuti.bind.ZutiPhaseListener
 

_

_dataListener - Variable in class org.zkoss.zuti.zul.ForEach
 
_dirtyBinding - Variable in class org.zkoss.zuti.zul.TemplateBasedShadowElement
 
_props - Variable in class org.zkoss.zuti.zul.Apply
 
A B C D F G H I M N O P R S T U V W Z _ 
All Classes All Packages