org.zkoss.jsf.zul.impl |
|
Java Source File Name | Type | Comment |
AbstractComponent.java | Class | The skeletal class for implementing the generic ZULJSF Component. |
BaseAttribute.java | Class | The Base implementation of Attribute. |
BaseCalendar.java | Class | The Base implementation of Calendar. |
BaseCheckbox.java | Class | The Base implementation of Checkbox. |
BaseCommand.java | Class | The Base implementation of ActionSource. |
BaseComponentDefinition.java | Class | |
BaseCustomAttributes.java | Class | |
BaseDatebox.java | Class | The Base implementation of Datebox. |
BaseDecimalbox.java | Class | The Base implementation of Decimalbox. |
BaseDoublebox.java | Class | The Base implementation of Doublebox. |
BaseInit.java | Class | |
BaseIntbox.java | Class | The Base implementation of Intbox. |
BaseListbox.java | Class | The Base implementation of Listbox. |
BaseRadiogroup.java | Class | The Base implementation of Radiogroup. |
BaseSlider.java | Class | The Base implementation of Slider. |
BaseTimebox.java | Class | The Base implementation of Timebox. |
BaseTree.java | Class | The Base implementation of Tree. |
BaseUi.java | Class | The Base implementation of ZScript. |
BaseZScript.java | Class | The Base implementation of ZScript. |
BranchComponent.java | Class | The skeletal class used to implement the ZULJSF components
that might have child ZULJSF components. |
BranchInput.java | Class | The skeletal class used to implement the ZULJSF components which needs to
support
javax.faces.component.EditableValueHolder . Components
should be declared nested under
org.zkoss.jsf.zul.Page . |
BranchOutput.java | Class | The skeletal class used to implement the ZULJSF components
which needs to support
javax.faces.component.ValueHolder .
Components should be declared nested under
org.zkoss.jsf.zul.Page . |
ClientInputSupport.java | Interface | Define a set of interface to support client side input naming & decoding. |
ComponentInfo.java | Class | This Class handle information for ZULJSF Components, for construct ZULJSF Component tree. |
ComposerHandler.java | Class | |
FormateHolder.java | Class | A base class implementation of StateHolder to keep a format. |
Initiators.java | Class | A helper class used to handle
Initiator in ZULJSF Component. |
Inline.java | Class | A component used to embed the browser native content (i.e., HTML tags)
into the output sent to the browser without additional HTML SPAN.
The browser native content is specified by
Inline.setContent .
Since the content is sent to client directly,
Inline has some limitations:
- The content cannot be changed dynamically.
|
LeafComponent.java | Class | The skeletal class used to implement the ZULJSF Component for ZK components
that don't accept any child. |
MessageFactory.java | Class | For handling default JSF Messages. |
MultiComposer.java | Class | |
RootComponent.java | Class | A skeletal class to implement the root ZK Component. |
Utils.java | Class | A utility to help Component . |
ValueHolderSupport.java | Interface | |