All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| A |
The same as HTML A tag.
|
| Absolutechildren |
A container component that can contain any other ZK component and can only
be contained as direct child of Absolutelayout component.
|
| Absolutelayout |
An Absolutelayout component can contain absolute positioned multiple
absolutechildren components.
|
| AbstractChartModel |
|
| AbstractGroupsModel<D,H,F,E> |
|
| AbstractGroupsModel.DefaultSelectionControl<E> |
A default selection control implementation for AbstractGroupsModel,
by default it assumes all elements are selectable.
|
| AbstractListModel<E> |
|
| AbstractListModel.DefaultSelectionControl<E> |
A default selection control implementation for AbstractListModel,
by default it assumes all elements are selectable.
|
| AbstractSimpleDateTimeConstraint<T extends java.lang.Comparable<? super T>> |
A skeleton of simple date/time constraint.
|
| AbstractTreeModel<E> |
|
| AbstractTreeModel.DefaultSelectionControl<E> |
A default selection control implementation for AbstractTreeModel,
by default it assumes all elements are selectable.
|
| AbstractTreeModel.Path |
Represents a tree path.
|
| Anchorchildren |
Deprecated.
|
| Anchorlayout |
Deprecated.
|
| Area |
|
| ArrayComparator<E> |
Compares the specified element of the array.
|
| Attributes |
Common attributes used for implementation.
|
| Audio |
An audio clip.
|
| Auxhead |
Used to define a collection of auxiliary headers ( Auxheader).
|
| Auxheader |
An auxiliary header.
|
| Bandbox |
A band box.
|
| Bandpopup |
The popup that belongs to a Bandbox instance.
|
| 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.
|
| Box |
A box.
|
| Button |
A button.
|
| Calendar |
A calendar.
|
| Captcha |
The generic captcha component.
|
| CaptchaEngine |
|
| Caption |
|
| CategoryModel |
A catetory chart data model.
|
| Cell |
The generic cell component to be embedded into Row or Vbox
or Hbox for fully control style and layout.
|
| Center |
A center region of a borderlayout.
|
| Chart |
The generic chart component.
|
| ChartAreaListener |
Identifies area inside a chart that can be customized.
|
| ChartDataEvent |
Defines an event that encapsulates changes to a chart's data model.
|
| ChartDataListener |
Defines the methods used in listener when the content of
ChartModel is changed.
|
| ChartEngine |
Chart engine is an engine that do the real chart rendering.
|
| ChartModel |
Chart Model is used to hold the data model for the chart.
|
| Checkbox |
A checkbox.
|
| Checkbox.State |
This class is the return state for getState()
|
| ClientConstraint |
Addition interface implemented with Constraint to handle
the validation at the client.
|
| ColSizeEvent |
Used to notify that the width of a column is changed.
|
| Column |
A single column in a Columns element.
|
| Columns |
Defines the columns of a grid.
|
| Combobox |
A combobox.
|
| Combobutton |
A combo button.
|
| Comboitem |
An item of a combo box.
|
| ComboitemRenderer<T> |
Identifies components that can be used as "rubber stamps" to paint
the cells in a Combobox.
|
| ComboitemRendererExt |
|
| Constraint |
A constraint.
|
| Constrainted |
Decorates a component that its value is constrainted by
Constraint.
|
| CookieThemeResolver |
A standard implementation of ThemeResolver
Retrieves and stores theme names via cookie
ZK CE/PE/EE
|
| CustomConstraint |
Additional interface implemented with Constraint to denote
a constraint supports a custom way to display the error message.
|
| DataLoader |
DataLoader is used with Grid, Listbox
to handle data loading from model to server and then to client side.
|
| DataLoadingEvent |
Represent onDataLoading event.
|
| Datebox |
An edit box for holding a date.
|
| DateTimeFormatInputElement |
A skeletal implementation for date/time type input box.
|
| Decimalbox |
An edit box for holding BigDecimal.
|
| DefaultTreeModel<E> |
A simple tree data model that uses TreeNode to represent a tree.
|
| DefaultTreeNode<E> |
A general-purpose node in a tree data structure.
|
| DesktopThemeRegistry |
A standard implementation of ThemeRegistry, used in ZK CE/PE
Used to keep track of a list of available desktop themes to apply
|
| Detail |
The detail component is used to display a detailed section where a master row and
multiple detail rows are on the same row.
|
| DialChartDataEvent |
A dial chart data event to handle the property changed.
|
| DialModel |
A data model to be used with dial chart.
|
| DialModelRange |
|
| DialModelScale |
A set of information of a scale in a Dial chart.
|
| Div |
The same as HTML DIV tag.
|
| Doublebox |
An edit box for holding an float point value (double).
|
| Doublespinner |
An edit box for holding a constrained double.
|
| East |
An east region of a border layout.
|
| FieldComparator |
|
| Filedownload |
File download utilities.
|
| Filedownload.DownloadItem |
Helper class for specifying media and optional custom filename for multiple file downloads.
|
| Fileupload |
A fileupload dialog used to let user upload a file.
|
| FileuploadDlg |
Used with Fileupload to implement
the upload feature.
|
| Foot |
Defines a set of footers ( Footer) for a grid ( Grid).
|
| Footer |
A column of the footer of a grid ( Grid).
|
| FooterElement |
A skeletal implementation for a footer.
|
| FormatInputElement |
A skeletal implementation for an input box with format.
|
| Framable |
Indicates a component that can be built-in collapsible, closable,
maximizable, and minimizable behavior, along with a variety of pre-built tool
buttons that can be wired up to provide other customized behavior.
|
| Frozen |
A frozen component to represent a frozen column or row in grid, like MS Excel.
|
| GanttModel |
A data model for Gantt chart.
|
| 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.
|
| GridDataLoader |
Generic Grid data loader.
|
| Group |
Adds the ability for single level grouping to the Grid.
|
| Groupbox |
Groups a set of child elements to have a visual effect.
|
| GroupComparator<D> |
A comparison function used to compare the group order of two objects,
and the order of them in the group if they belongs to the same group.
|
| Groupfoot |
Groupfoot serves as a summary row of group.
|
| GroupingInfo |
Represents the runtime information of each iteration caused by GroupsModel
|
| GroupRendererExt |
|
| GroupsDataEvent |
Defines an event that encapsulates changes to a list of groups.
|
| GroupsDataListener |
Defines the methods used to listener when the content of
GroupsModel is changed.
|
| GroupsListModel<D,G,F> |
|
| GroupsListModel.GroupDataInfo |
|
| GroupsModel<D,H,F> |
The interface defines a suitable data model for grouping Listbox
and Grid.
|
| GroupsModelArray<D,H,F,E> |
|
| GroupsSelectableModel<E> |
Indicate a groups model that supports selection.
|
| GroupsSortableModel<D> |
An extra interface that can be implemented with GroupsModel
to control the sorting and grouping of the data model.
|
| Hbox |
Deprecated.
|
| HeaderElement |
A skeletal implementation for a header.
|
| HeadersElement |
A skeletal implementation for headers, the parent of
a group of HeaderElement.
|
| HiLoModel |
A HiLo chart data model (date, open, close, high, low, volumn) usually used in
stock market.
|
| Hlayout |
A horizontal layout
|
| Html |
A component used to embed the browser native content (i.e., HTML tags)
into the output sent to the browser.
|
| Idspace |
Just like DIV tag but implements IdSpace.
|
| Iframe |
Includes an inline frame.
|
| Image |
An image.
|
| Imagemap |
An image map.
|
| Include |
Includes the result generated by any servlet, not limited to a ZUML page.
|
| InputElement |
A skeletal implementation of an input box.
|
| Inputgroup |
An inputgroup.
|
| Intbox |
An edit box for holding an integer.
|
| ItemRenderer<T> |
Used to generated the HTML fragment for the data associated
with a component, such as Selectbox.
|
| Label |
A label.
|
| LabelElement |
A XUL element with a label.
|
| LabelImageElement |
|
| Layout |
A layout.
|
| LayoutRegion |
A layout region in a border layout.
|
| Listbox |
A listbox.
|
| ListboxDataLoader |
|
| ListboxDataLoader.DeferredRedraw |
|
| Listcell |
A list cell.
|
| ListDataEvent |
Defines an event that encapsulates changes to a list.
|
| ListDataListener |
Defines the methods used to listener when the content of
ListModel is changed.
|
| Listfoot |
|
| Listfooter |
A column of the footer of a list box ( Listbox).
|
| Listgroup |
Adds the ability for single level grouping to the Listbox.
|
| Listgroupfoot |
Listgroupfoot serves as a summary listitem of listgroup.
|
| ListgroupRendererExt |
|
| 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.
|
| ListitemComparator |
A comparator used to compare Listitem, if not live data,
or the data themselves, if live data.
|
| ListitemRenderer<T> |
Identifies components that can be used as "rubber stamps" to paint
the cells in a Listbox.
|
| ListitemRendererExt |
|
| ListModel<E> |
This interface defines the methods that components like Listbox
and Grid use to get the content of items.
|
| ListModelArray<E> |
|
| ListModelList<E> |
|
| ListModelMap<K,V> |
|
| ListModels |
|
| ListModelSet<E> |
|
| ListSubModel<E> |
An extra interface that can be implemented with ListModel to control
the extract of the combobox.
|
| LoadStatus |
Denote the status whether a on-demand-loading item is loaded.
|
| Longbox |
An edit box for holding an integer.
|
| MediaElement |
Indicates a component that is a media element, which supports Track.
|
| Menu |
An element, much like a button, that is placed on a menu bar.
|
| Menubar |
A container that usually contains menu elements.
|
| Menuitem |
|
| Menupopup |
A container used to display menus.
|
| Menuseparator |
Used to create a separator between menu items.
|
| MeshElement |
|
| MeshElement.InternalPaging |
|
| Messagebox |
Represents the message box.
|
| Messagebox.Button |
The button types.
|
| Messagebox.ClickEvent |
The event that will be received by the listener when the user clicks a button.
|
| MessageboxDlg |
|
| MessageboxDlg.Button |
Represents a button on the message box.
|
| MZul |
|
| NoDOM |
A no-dom component with comment scope
|
| North |
A north region of a border layout.
|
| NumberInputElement |
A skeletal implementation for number-type input box.
|
| Openable<E> |
Indicate an openable collection.
|
| Padding |
Control the padding height of a component(Used mainly for component developing).
|
| Pageable |
Represents a component that can be displayed in multiple pages
but cannot be controlled by an external paging controller.
|
| PageableModel |
Provide methods to manage PagingListeners
|
| PageRenderer |
The page render for ZUL pages.
|
| PageSizeEvent |
|
| Paginal |
Represents a component that is used to control how to display
other components in multiple pages.
|
| Paginated |
Indicates a component that can be controller by an external paging
controller (i.e., an instance of Paginal).
|
| Paging |
Paging of long content.
|
| PagingEvent |
Used to notify that a new page is selected by the user, or by
Paginal (such as Paging).
|
| PagingListener |
Provide a shortcut for PagingEventListener
|
| Panel |
Panel is a container that has specific functionality and structural components
that make it the perfect building block for application-oriented user interfaces.
|
| 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.
|
| Progressmeter |
A progress meter is a bar that indicates how much of a task has been completed.
|
| Radio |
A radio button.
|
| Radiogroup |
A radio group.
|
| RadioRenderer<T> |
Identifies components that can be used as "rubber stamps" to paint
the cells in a Radiogroup.
|
| Rating |
A rating component provides a icon based rating input.
|
| RendererCtrl |
This interface defines the methods components like Listbox
use to notify the renderer for several circumstance.
|
| RenderEvent<T extends org.zkoss.zk.ui.Component> |
Represents the onRender event.
|
| Row |
A single row in a Rows element.
|
| RowComparator |
A comparator used to compare Row, if not live data,
or the data themselves, if live data.
|
| RowRenderer<T> |
Identifies components that can be used as "rubber stamps" to paint
the cells in a Grid.
|
| RowRendererExt |
|
| Rows |
Defines the rows of a grid.
|
| Script |
A component to generate script codes that will be evaluated at the client.
|
| Selectable<E> |
Indicate a selectable collection or component.
|
| Selectbox |
A light weight dropdown list.
|
| SelectionControl<E> |
|
| Separator |
A separator.
|
| SimpleCategoryModel |
|
| SimpleConstraint |
The default constraint supporting no empty, regular expressions and so on.
|
| SimpleDateConstraint |
A simple date constraint.
|
| SimpleDoubleSpinnerConstraint |
A simple double spinner constraint.
|
| SimpleGroupsModel<D,H,F,E> |
|
| SimpleHiLoModel |
A HiLo data model implementation of HiLoModel.
|
| SimpleListModel<E> |
|
| SimpleLocalDateConstraint |
A simple LocalDate constraint.
|
| SimpleLocalTimeConstraint |
A simple LocalTime constraint.
|
| SimpleNumberInputConstraint<T extends java.lang.Number & java.lang.Comparable<T>> |
A simple NumberInput constraint.
|
| SimplePieModel |
A Pie chart data model implementation of PieModel.
|
| SimpleSingleValueCategoryModel |
|
| SimpleSpinnerConstraint |
A simple spinner constraint.
|
| SimpleXYModel |
A XY data model implementation of XYModel.
|
| SimpleXYModel.XYPair |
|
| SimpleXYZModel |
A XYZ data model implementation of XYZModel.
|
| SingleValueCategoryModel |
A Pie chart data model.
|
| Slider |
A slider.
|
| Sortable<T> |
Indicate a data model that supports sorting.
|
| South |
A south region of a border layout.
|
| Space |
Space is a Separator with the orient default to "vertical".
|
| Span |
The same as HTML SPAN tag.
|
| Spinner |
An edit box for holding a constrained integer.
|
| Splitter |
Deprecated.
|
| StandardThemeProvider |
A standard implementation of ThemeProvider for ZK CE, which works with the
Breeze series themes
|
| Style |
The style component used to specify CSS styles for the owner desktop.
|
| Tab |
A tab.
|
| Tabbox |
A tabbox.
|
| TabboxEngine |
Tabbox engine is an engine that do the model rendering for ListModel
|
| TabboxRenderer<T> |
Identifies components that can be used as "rubber stamps" to paint
the tab and tabpanel in a Tabbox.
|
| Tabpanel |
A tab panel.
|
| Tabpanels |
A collection of tab panels.
|
| Tabs |
A collection of tabs ( Tab).
|
| Textbox |
A textbox.
|
| Themes |
Facade for accessing internal theming subsystem
In most cases, users need not use the underlying theme registry and
theme resolver directly.
|
| Timebox |
An input box for holding a time (a java.util.Date Object), but only Hour & Minute are used.
|
| Timer |
Fires one or more Event after
a specified delay.
|
| Toolbar |
A toolbar.
|
| Toolbarbutton |
A toolbar button.
|
| Track |
A representation of <track>.
|
| Tree |
A container which can be used to hold a tabular
or hierarchical set of rows of elements.
|
| Treecell |
A treecell.
|
| Treechildren |
A treechildren.
|
| Treecol |
A treecol.
|
| Treecols |
A treecols.
|
| TreeDataEvent |
Defines an event that encapsulates changes to a tree.
|
| TreeDataListener |
Defines the methods used to listener when the content of
TreeModel is changed.
|
| Treefoot |
|
| Treefooter |
A column of the footer of a tree ( Tree).
|
| Treeitem |
A treeitem.
|
| TreeitemComparator |
A comparator used to compare Treeitem, if not live data,
or the data themselves, if live data.
|
| TreeitemRenderer<T> |
Identifies components that can be used as "rubber stamps" to paint
the cells in a Tree.
|
| TreeModel<E> |
This interface defines the methods that component like Tree
use to get the content of items.
|
| TreeNode<E> |
Defines the requirements for a tree node object that can change --
by adding or removing child nodes, or by changing the contents of
an application-specific data ( TreeNode.setData(E)) stored in the node.
|
| TreeOpenableModel |
Indicate an openable collection or components.
|
| Treerow |
A treerow.
|
| TreeSelectableModel |
Indicate a tree model that supports selection.
|
| TristateModel<E> |
Indicate a model that supports tristate checkbox.
|
| TristateModel.State |
States of the tri-state selection designed to assist users in defining states effectively.
|
| Utils |
A collection of utilities.
|
| Vbox |
Deprecated.
|
| Version |
|
| Vlayout |
A vertical layout
|
| WaferMapModel |
A semiconductor wafer map data model to be used with wafermap chart.
|
| WaferMapModel.IntPair |
|
| West |
A west region of a border layout.
|
| Window |
A window.
|
| Window.Mode |
|
| XulElement |
The fundamental class for XUL elements.
|
| XYModel |
A XY chart data model.
|
| XYZModel |
A XYZ chart data model.
|
| ZulEvents |
Utilities to access events for ZK and ZUL.
|
| ZulMessageLoader |
ZUL implementation of MessageLoader
|