org.zkoss.jsf.zul

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » zk » org.zkoss.jsf.zul 
org.zkoss.jsf.zul
Java Source File NameTypeComment
Area.javaClass Area is a JSF component implementation for org.zkoss.zul.Area , This component should be declared nested under org.zkoss.jsf.zul.Page .
Attribute.javaClass Attribute is a JSF component implementation for ZUL Attribute, This component should be declared nested under other ZUl JSF Component.
Audio.javaClass Audio is a JSF component implementation for org.zkoss.zul.Audio , This component should be declared nested under org.zkoss.jsf.zul.Page .
Auxhead.javaClass Auxhead is a JSF component implementation for org.zkoss.zul.Auxhead , This component should be declared nested under org.zkoss.jsf.zul.Page .
Auxheader.javaClass Auxheader is a JSF component implementation for org.zkoss.zul.Auxheader , This component should be declared nested under org.zkoss.jsf.zul.Page .
Bandbox.javaClass Bandbox is a JSF component implementation for org.zkoss.zul.Bandbox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirection value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must decleare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Bandpopup.javaClass Bandpopup is a JSF component implementation for org.zkoss.zul.Bandpopup , This component should be declared nested under org.zkoss.jsf.zul.Page .
Borderlayout.javaClass Borderlayout is a JSF component implementation for org.zkoss.zkex.zul.Borderlayout , This component should be declared nested under org.zkoss.jsf.zul.Page .
Button.javaClass Button is a JSF component implementation for org.zkoss.zul.Button , This component should be declared nested under org.zkoss.jsf.zul.Page . This class also implements javax.faces.component.ActionSource . That means you can use action and actionListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Calendar.javaClass Calendar is a JSF component implementation for org.zkoss.zul.Calendar , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Captcha.javaClass Captcha is a JSF component implementation for org.zkoss.zul.Captcha , This component should be declared nested under org.zkoss.jsf.zul.Page .
Caption.javaClass Caption is a JSF component implementation for org.zkoss.zul.Caption , This component should be declared nested under org.zkoss.jsf.zul.Page .
Center.javaClass Center is a JSF component implementation for org.zkoss.zkex.zul.Center , This component should be declared nested under org.zkoss.jsf.zul.Page .
Chart.javaClass Chart is a JSF component implementation for org.zkoss.zul.Chart , This component should be declared nested under org.zkoss.jsf.zul.Page .
Checkbox.javaClass Checkbox is a JSF component implementation for org.zkoss.zul.Checkbox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Column.javaClass Column is a JSF component implementation for org.zkoss.zul.Column , This component should be declared nested under org.zkoss.jsf.zul.Page .
Columns.javaClass Columns is a JSF component implementation for org.zkoss.zul.Columns , This component should be declared nested under org.zkoss.jsf.zul.Page .
Combobox.javaClass Combobox is a JSF component implementation for org.zkoss.zul.Combobox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Comboitem.javaClass Comboitem is a JSF component implementation for org.zkoss.zul.Comboitem , This component should be declared nested under org.zkoss.jsf.zul.Page .
ComponentDefinition.javaClass ComponentDefinition is a JSF component that register the custom component definition to ZUL page.

Usage:

<z:component name="mywindow" extends="window" useClass="org.zkoss.jsfdemo.test.ForwardWindow" title="Forward Window" />
<z:component name="mybox" macroURI="/test/macro-mybox.zul" title="My Box" />
<z:page>
...
</z:page>

Note : ComponentDefinition must be declared before page component.

CustomAttributes.javaClass CustomAttributes is a JSF component implementation for ZUL custom-attributes tag.
Datebox.javaClass Datebox is a JSF component implementation for org.zkoss.zul.Datebox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Decimalbox.javaClass Decimalbox is a JSF component implementation for org.zkoss.zul.Decimalbox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Div.javaClass Div is a JSF component implementation for org.zkoss.zul.Div , This component should be declared nested under org.zkoss.jsf.zul.Page .
Doublebox.javaClass Doublebox is a JSF component implementation for org.zkoss.zul.Doublebox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
East.javaClass East is a JSF component implementation for org.zkoss.zkex.zul.East , This component should be declared nested under org.zkoss.jsf.zul.Page .
Filedownload.javaClass Filedownload is a JSF component implementation for org.zkoss.zul.Filedownload , This component should be declared nested under org.zkoss.jsf.zul.Page .
Fileupload.javaClass Fileupload is a JSF component implementation for org.zkoss.zul.Fileupload , This component should be declared nested under org.zkoss.jsf.zul.Page .
Flash.javaClass Flash is a JSF component implementation for org.zkoss.zul.Flash , This component should be declared nested under org.zkoss.jsf.zul.Page .
Foot.javaClass Foot is a JSF component implementation for org.zkoss.zul.Foot , This component should be declared nested under org.zkoss.jsf.zul.Page .
Footer.javaClass Footer is a JSF component implementation for org.zkoss.zul.Footer , This component should be declared nested under org.zkoss.jsf.zul.Page .
Grid.javaClass Grid is a JSF component implementation for org.zkoss.zul.Grid , This component should be declared nested under org.zkoss.jsf.zul.Page .
Groupbox.javaClass Groupbox is a JSF component implementation for org.zkoss.zul.Groupbox , This component should be declared nested under org.zkoss.jsf.zul.Page .
Hbox.javaClass Hbox is a JSF component implementation for org.zkoss.zul.Hbox , This component should be declared nested under org.zkoss.jsf.zul.Page .
Html.javaClass Html is a JSF component implementation for org.zkoss.zul.Html , This component should be declared nested under org.zkoss.jsf.zul.Page .
Iframe.javaClass Iframe is a JSF component implementation for org.zkoss.zul.Iframe , This component should be declared nested under org.zkoss.jsf.zul.Page .
Image.javaClass Image is a JSF component implementation for org.zkoss.zul.Image , This component should be declared nested under org.zkoss.jsf.zul.Page .
Imagemap.javaClass Imagemap is a JSF component implementation for org.zkoss.zul.Imagemap , This component should be declared nested under org.zkoss.jsf.zul.Page .
Init.javaClass Init is a JSF component implementation for initial of page

Once this is specified, an instance inside this tag is created and Initiator.doInit is called before the page is evaluated.

Intbox.javaClass Intbox is a JSF component implementation for org.zkoss.zul.Intbox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Label.javaClass Label is a JSF component implementation for org.zkoss.zul.Label , This component should be declared nested under org.zkoss.jsf.zul.Page .
Listbox.javaClass Listbox is a JSF component implementation for org.zkoss.zul.Listbox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirection value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must decleare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Listcell.javaClass Listcell is a JSF component implementation for org.zkoss.zul.Listcell , This component should be declared nested under org.zkoss.jsf.zul.Page .
Listfoot.javaClass Listfoot is a JSF component implementation for org.zkoss.zul.Listfoot , This component should be declared nested under org.zkoss.jsf.zul.Page .
Listfooter.javaClass Listfooter is a JSF component implementation for org.zkoss.zul.Listfooter , This component should be declared nested under org.zkoss.jsf.zul.Page .
Listhead.javaClass Listhead is a JSF component implementation for org.zkoss.zul.Listhead , This component should be declared nested under org.zkoss.jsf.zul.Page .
Listheader.javaClass Listheader is a JSF component implementation for org.zkoss.zul.Listheader , This component should be declared nested under org.zkoss.jsf.zul.Page .
Listitem.javaClass Listitem is a JSF component implementation for org.zkoss.zul.Listitem , This component should be declared nested under org.zkoss.jsf.zul.Page .
Menu.javaClass Menu is a JSF component implementation for org.zkoss.zul.Menu , This component should be declared nested under org.zkoss.jsf.zul.Page .
Menubar.javaClass Menubar is a JSF component implementation for org.zkoss.zul.Menubar , This component should be declared nested under org.zkoss.jsf.zul.Page .
Menuitem.javaClass Menuitem is a JSF component implementation for org.zkoss.zul.Menuitem . This class also implements javax.faces.component.ActionSource . That means you can use action and actionListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Menupopup.javaClass Menupopup is a JSF component implementation for org.zkoss.zul.Menupopup , This component should be declared nested under org.zkoss.jsf.zul.Page .
Menuseparator.javaClass Menuseparator is a JSF component implementation for org.zkoss.zul.Menuseparator , This component should be declared nested under org.zkoss.jsf.zul.Page .
Messagebox.javaClass Messagebox is a JSF component implementation for org.zkoss.zul.Messagebox , This component should be declared nested under org.zkoss.jsf.zul.Page .
North.javaClass North is a JSF component implementation for org.zkoss.zkex.zul.North , This component should be declared nested under org.zkoss.jsf.zul.Page .
Page.javaClass Defines a ZK page.
Paging.javaClass Paging is a JSF component implementation for org.zkoss.zul.Paging , This component should be declared nested under org.zkoss.jsf.zul.Page .
Popup.javaClass Popup is a JSF component implementation for org.zkoss.zul.Popup , This component should be declared nested under org.zkoss.jsf.zul.Page .
Progressmeter.javaClass Progressmeter is a JSF component implementation for org.zkoss.zul.Progressmeter , This component should be declared nested under org.zkoss.jsf.zul.Page .
Radio.javaClass Radio is a JSF component implementation for org.zkoss.zul.Radio ,

Note : This component doen't implements ValueHolder, that means you can't bind it to a bean value for user input.

Radiogroup.javaClass Radiogroup is a JSF component implementation for org.zkoss.zul.Radiogroup , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Row.javaClass Row is a JSF component implementation for org.zkoss.zul.Row , This component should be declared nested under org.zkoss.jsf.zul.Page .
Rows.javaClass Rows is a JSF component implementation for org.zkoss.zul.Rows , This component should be declared nested under org.zkoss.jsf.zul.Page .
Separator.javaClass Separator is a JSF component implementation for org.zkoss.zul.Separator , This component should be declared nested under org.zkoss.jsf.zul.Page .
Slider.javaClass Slider is a JSF component implementation for org.zkoss.zul.Slider , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in the jsf page.
South.javaClass South is a JSF component implementation for org.zkoss.zkex.zul.South , This component should be declared nested under org.zkoss.jsf.zul.Page .
Splitter.javaClass Splitter is a JSF component implementation for org.zkoss.zul.Splitter , This component should be declared nested under org.zkoss.jsf.zul.Page .
Style.javaClass Style is a JSF component implementation for org.zkoss.zul.Style , This component should be declared nested under org.zkoss.jsf.zul.Page .
Tab.javaClass Tab is a JSF component implementation for org.zkoss.zul.Tab , This component should be declared nested under org.zkoss.jsf.zul.Page .
Tabbox.javaClass Tabbox is a JSF component implementation for org.zkoss.zul.Tabbox , This component should be declared nested under org.zkoss.jsf.zul.Page .
Tabpanel.javaClass Tabpanel is a JSF component implementation for org.zkoss.zul.Tabpanel , This component should be declared nested under org.zkoss.jsf.zul.Page .
Tabpanels.javaClass Tabpanels is a JSF component implementation for org.zkoss.zul.Tabpanels , This component should be declared nested under org.zkoss.jsf.zul.Page .
Tabs.javaClass Tabs is a JSF component implementation for org.zkoss.zul.Tabs , This component should be declared nested under org.zkoss.jsf.zul.Page .
Textbox.javaClass Textbox is a JSF component implementation for org.zkoss.zul.Textbox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Timebox.javaClass Timebox is a JSF component implementation for org.zkoss.zul.Timebox , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirectional value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in the jsf page.
Timer.javaClass Timer is a JSF component implementation for org.zkoss.zul.Timer , This component should be declared nested under org.zkoss.jsf.zul.Page .
Toolbar.javaClass Toolbar is a JSF component implementation for org.zkoss.zul.Toolbar , This component should be declared nested under org.zkoss.jsf.zul.Page .
Toolbarbutton.javaClass Toolbarbutton is a JSF component implementation for org.zkoss.zul.Toolbarbutton , This component should be declared nested under org.zkoss.jsf.zul.Page . This class also implements javax.faces.component.ActionSource . That means you can use action and actionListener features on this component.
To use those features, you must declare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in the jsf page.
Tree.javaClass Tree is a JSF component implementation for org.zkoss.zul.Tree , This class also implements javax.faces.component.EditableValueHolder . That means you can use bidirection value binding, immediate, required, converter, validator, valueChangeListener features on this component.
To use those features, you must decleare a namespace of "http://java.sun.com/jsf/core" with a prefix (say 'f' in below example), add attribute of those feature with this namespace (for example f:required="true")in you jsf page.
Treecell.javaClass Treecell is a JSF component implementation for org.zkoss.zul.Treecell , This component should be declared nested under org.zkoss.jsf.zul.Page .
Treechildren.javaClass Treechildren is a JSF component implementation for org.zkoss.zul.Treechildren , This component should be declared nested under org.zkoss.jsf.zul.Page .
Treecol.javaClass Treecol is a JSF component implementation for org.zkoss.zul.Treecol , This component should be declared nested under org.zkoss.jsf.zul.Page .
Treecols.javaClass Treecols is a JSF component implementation for org.zkoss.zul.Treecols , This component should be declared nested under org.zkoss.jsf.zul.Page .
Treefoot.javaClass Treefoot is a JSF component implementation for org.zkoss.zul.Treefoot , This component should be declared nested under org.zkoss.jsf.zul.Page .
Treefooter.javaClass Treefooter is a JSF component implementation for org.zkoss.zul.Treefooter , This component should be declared nested under org.zkoss.jsf.zul.Page .
Treeitem.javaClass Treeitem is a JSF component implementation for org.zkoss.zul.Treeitem , This component should be declared nested under org.zkoss.jsf.zul.Page .
Treerow.javaClass Treerow is a JSF component implementation for org.zkoss.zul.Treerow , This component should be declared nested under org.zkoss.jsf.zul.Page .
Ui.javaClass MacroUi is a JSF component implementation for macro component Usage:

<z:component name="mywindow" extends="window" useClass="org.zkoss.jsfdemo.test.ForwardWindow" title="Forward Window" />
<z:component name="mybox" macroURI="/test/macro-mybox.zul" title="My Box" />
<z:page>
<z:ui tag="mywindow" border="normal" />
<z:ui tag="mybox" message="a box" />
</z:page>

This component should be declared nested under org.zkoss.jsf.zul.Page .

Note: Ui doesn't support features such as ActionSource, ValueHolder, EditableValueHolder etc. You should not binding any JSF attribute(such as f:value, f:actionPerform etc.) on a Ui because it is only a template.

Vbox.javaClass Vbox is a JSF component implementation for org.zkoss.zul.Vbox , This component should be declared nested under org.zkoss.jsf.zul.Page .
West.javaClass West is a JSF component implementation for org.zkoss.zkex.zul.West , This component should be declared nested under org.zkoss.jsf.zul.Page .
Window.javaClass Window is a JSF component implementation for org.zkoss.zul.Window , This component should be declared nested under org.zkoss.jsf.zul.Page .
ZScript.javaClass ZScript is a JSF component implementation for ZUL ZScript.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.