| Interface | Description |
|---|---|
| ChartProperties | |
| FiledownloadListener |
The listener used with
Filedownload.saveResumable(java.io.File, java.lang.String, java.lang.String) to reject
a download if the user tried to resume it in unacceptable situation. |
| MatrixComparatorProvider<T> |
A comparator provider to provide a sets of column comparator that are used for
Biglistbox |
| MatrixModel<Row,Head,Cell,Header> |
The interface defines the methods that components like
Biglistbox
to get the content of cells and headers from the matrix data. |
| MatrixRenderer<T> |
Used to generated the HTML fragment for the data associated with a matrix
component, such as
Biglistbox |
| Class | Description |
|---|---|
| Biglistbox |
A component to handle a huge data sets and provides the same and as many as
the functionalities of
Listbox including selection,
sorting, keystroke navigation, ROD(rendering-on-demand), and so on. |
| Cardlayout |
A layout allow end user change view like change card.
|
| Chosenbox |
A component that similar to Combobox but handle the multi-selection and the select order.
|
| Dropupload |
A component can handle drag files into it, and upload files to server.
|
| Filedownload |
More filedownload utilities, such as resumable filedownload.
|
| Fusionchart |
The Fusionchart component.
|
| Nav |
A container is used to display navitems, it should be placed inside a
Navbar. |
| Navbar |
A container that usually contains nav elements.
|
| Navitem | |
| Navseparator |
Used to create a separator between menu items.
|
| Portalchildren |
The column of Portallayout.
|
| Portallayout |
A portal layout lays out a container which can have multiple columns, and each
column may contain one or more panel.
|
| Rowchildren |
Rowchildren component is used for placing components inside the grid created by rowlayout component.
|
| Rowlayout |
Divide the parent container into a row of equal-width columns separated by spacings.
|
| Scrollview |
A container that can scroll containing elements on touch devices.
|
| Tablechildren |
The cell of Tablelayout.
|
| Tablelayout |
Tablelayout lay outs a container as an HTML table whose columns can be
specified, and rowspan and colspan of its child can also be specified to
create complex layouts within the table.
|
| Tbeditor |
A component which is similar to ckeditor but is lightweight and efficient.
|
| Timepicker |
A combobox for holding a time (a java.util.Date Object , but only Hour, Minute, Second are used.
|
Components and UI utitilies available in ZK EE.
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.