Uses of Package
org.zkoss.zul

Packages that use org.zkoss.zul
org.zkoss.zhtml ZHTML component set. 
org.zkoss.zkex.zul Zul Extension library. 
org.zkoss.zkex.zul.impl Classes used to implement ZUL Component extension Set (implementation only). 
org.zkoss.zkmax.ui.event Events of Components in ZK EE. 
org.zkoss.zkmax.zul Components and UI utitilies available in ZK EE. 
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.event Events of ZUL Component Set. 
org.zkoss.zul.ext Interfaces that might be implemented by ZUL components. 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
 

Classes in org.zkoss.zul used by org.zkoss.zhtml
Fileupload
          A fileupload dialog used to let user upload a file.
Messagebox
          Represents the message box.
 

Classes in org.zkoss.zul used by org.zkoss.zkex.zul
Borderlayout
          A border layout is a layout container for arranging and resizing child components to fit in five regions: north, south, east, west, and center.
Center
          A center region of a borderlayout.
East
          An east region of a border layout.
Iframe
          Includes an inline frame.
Iframe.ExtraCtrl
          A utility class to implement AbstractComponent.getExtraCtrl().
LayoutRegion
          A layout region in a border layout.
ListModel
          This interface defines the methods that components like Listbox and Grid use to get the content of items.
North
          A north region of a border layout.
South
          A south region of a border layout.
West
          A west region of a border layout.
 

Classes in org.zkoss.zul used by org.zkoss.zkex.zul.impl
Captcha
          The generic captcha component.
Chart
          The generic chart component.
 

Classes in org.zkoss.zul used by org.zkoss.zkmax.ui.event
Panel
          Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
 

Classes in org.zkoss.zul used by org.zkoss.zkmax.zul
Filedownload
          File download utilities.
Panel
          Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
 

Classes in org.zkoss.zul used by org.zkoss.zkplus.databind
AbstractListModel
          A skeletal implementation for ListModel.
ListModel
          This interface defines the methods that components like Listbox and Grid use to get the content of items.
ListModelArray
          This is the ListModel as an Object array to be used with Listbox.
ListModelExt
          An extra interface that can be implemented with ListModel to control the sorting of the data model.
ListModelList
          This is the ListModel as a List to be used with Listbox.
ListModelMap
          This is the ListModel as a Map to be used with Listbox.
ListModelSet
          This is the ListModel as a Set to be used with Listbox.
 

Classes in org.zkoss.zul used by org.zkoss.zul
AbstractChartModel
          A skeletal implementation for ChartModel.
AbstractGroupsModel
          A skeletal implementation for GroupsModel.
AbstractListModel
          A skeletal implementation for ListModel.
AbstractTreeModel
          A skeletal implementation for TreeModel.
Bandpopup
          The popup that belongs to a Bandbox instance.
Box
          A box.
Button
          A button.
Caption
          A header for a Groupbox.
CategoryModel
          A catetory chart data model.
Center
          A center region of a borderlayout.
ChartModel
          Chart Model is used to hold the data model for the chart.
Checkbox
          A checkbox.
ClientConstraint
          Addition interface implemented with Constraint to handle the validation at the client.
Column
          A single column in a Columns element.
Columns
          Defines the columns of a grid.
Combobox
          A combobox.
Comboitem
          An item of a combo box.
ComboitemRenderer
          Identifies components that can be used as "rubber stamps" to paint the cells in a Combobox.
Constraint
          A constraint.
Detail
          The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
DialModelRange
          Color range to be marked in DialModelScale.
DialModelScale
          A set of information of a scale in a Dial chart.
East
          An east region of a border layout.
Flash
          A generic flash component.
Foot
          Defines a set of footers (Footer) for a grid (Grid).
Frozen
          A frozen component to represent a frozen column or row in grid, like MS Excel.
GanttModel.GanttTask
          A Task in an operation series; a helper class used in GanttModel.
Grid
          A grid is an element that contains both rows and columns elements.
Group
          Adds the ability for single level grouping to the Grid.
Groupfoot
          Groupfoot serves as a summary row of group.
GroupsModel
          The interface defines a suitable data model for grouping Listbox and Grid.
GroupsModelExt
          An extra interface that can be implemented with GroupsModel to control the sorting and grouping of the data model.
HiLoModel
          A HiLo chart data model (date, open, close, high, low, volumn) usually used in stock market.
Image
          An image.
Imagemap
          An image map.
LayoutRegion
          A layout region in a border layout.
Listbox
          A listbox.
Listcell
          A list cell.
Listfoot
          A row of Listfooter.
Listgroup
          Adds the ability for single level grouping to the Listbox.
Listgroupfoot
          Listgroupfoot serves as a summary listitem of listgroup.
Listhead
          A list headers used to define multi-columns and/or headers.
Listheader
          The list header which defines the attributes and header of a column of a list box.
Listitem
          A list item.
ListitemRenderer
          Identifies components that can be used as "rubber stamps" to paint the cells in a Listbox.
ListModel
          This interface defines the methods that components like Listbox and Grid use to get the content of items.
ListModelExt
          An extra interface that can be implemented with ListModel to control the sorting of the data model.
ListSubModel
          An extra interface that can be implemented with ListModel to control the extract of the combobox.
Menupopup
          A container used to display menus.
North
          A north region of a border layout.
Paging
          Paging of long content.
Panelchildren
          Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
PieModel
          A Pie chart data model.
Popup
          A container that is displayed as a popup.
Radio
          A radio button.
Radiogroup
          A radio group.
Row
          A single row in a Rows element.
RowRenderer
          Identifies components that can be used as "rubber stamps" to paint the cells in a Grid.
Rows
          Defines the rows of a grid.
Separator
          A separator.
SimpleConstraint
          The default constraint supporting no empty, regular expressions and so on.
SimpleTreeNode
          The treenode for SimpleTreeModel Note: It assumes the content is immutable
SimpleXYModel
          A XY data model implementation of XYModel.
South
          A south region of a border layout.
Tab
          A tab.
Tabbox
          A tabbox.
Tabpanel
          A tab panel.
Tabpanels
          A collection of tab panels.
Tabs
          A collection of tabs (Tab).
Textbox
          A textbox.
Toolbar
          A toolbar.
Tree
          A container which can be used to hold a tabular or hierarchical set of rows of elements.
Treechildren
          A treechildren.
Treecol
          A treecol.
Treecols
          A treecols.
Treefoot
          A row of Treefooter.
Treeitem
          A treeitem.
TreeitemRenderer
          Identifies components that can be used as "rubber stamps" to paint the cells in a Tree.
TreeModel
          This interface defines the methods that component like Tree use to get the content of items.
Treerow
          A treerow.
West
          A west region of a border layout.
XYModel
          A XY chart data model.
XYZModel
          A XYZ chart data model.
 

Classes in org.zkoss.zul used by org.zkoss.zul.event
Area
          An area of a Imagemap.
ChartModel
          Chart Model is used to hold the data model for the chart.
GroupsModel
          The interface defines a suitable data model for grouping Listbox and Grid.
ListModel
          This interface defines the methods that components like Listbox and Grid use to get the content of items.
TreeModel
          This interface defines the methods that component like Tree use to get the content of items.
 

Classes in org.zkoss.zul used by org.zkoss.zul.ext
Constraint
          A constraint.
 

Classes in org.zkoss.zul used by org.zkoss.zul.impl
AbstractListModel
          A skeletal implementation for ListModel.
Button
          A button.
Constraint
          A constraint.
GroupsModel
          The interface defines a suitable data model for grouping Listbox and Grid.
Listitem
          A list item.
ListitemRenderer
          Identifies components that can be used as "rubber stamps" to paint the cells in a Listbox.
ListModel
          This interface defines the methods that components like Listbox and Grid use to get the content of items.
Popup
          A container that is displayed as a popup.
Window
          A window.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo