|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.zkoss.zul.api | |
---|---|
org.zkoss.zkex.zul.api | Interfaces of ZUL components, which are the abstract layer to access a zul component |
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.api | Interfaces of zul components, which are the abstract layer to access a ZUL component |
org.zkoss.zul.impl | Classes used to implement ZUL Component Set (implementation only). |
Classes in org.zkoss.zul.api used by org.zkoss.zkex.zul.api | |
---|---|
Borderlayout
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center. |
|
Center
A center region of a border layout. |
|
East
An east region of a border layout. |
|
Iframe
Includes an inline frame. |
|
LayoutRegion
A layout region in a border layout. |
|
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.api used by org.zkoss.zul | |
---|---|
A
The same as HTML A tag. |
|
Applet
A generic applet component. |
|
Area
An area of a Imagemap . |
|
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. |
|
Box
A box. |
|
Button
A button. |
|
Calendar
A calendar. |
|
Captcha
The generic captcha component. |
|
Caption
A header for a Groupbox . |
|
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 border layout. |
|
Chart
The generic chart component. |
|
Checkbox
A checkbox. |
|
Column
A single column in a Columns element. |
|
Columns
Defines the columns of a grid. |
|
Combobox
A combo box. |
|
Comboitem
An item of a combo box. |
|
Datebox
An edit box for holding a date. |
|
Decimalbox
An edit box for holding BigDecimal. |
|
Detail
The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row. |
|
Div
The same as HTML DIV tag. |
|
Doublebox
An edit box for holding an float point value (double). |
|
East
An east region of a border layout. |
|
Fileupload
A fileupload dialog used to let user upload a file. |
|
Flash
A generic flash component. |
|
Flashchart
A generic flashchart component. |
|
Foot
Defines a set of footers ( Footer ) for a grid (Grid ). |
|
Footer
A column of the footer of a grid ( Grid ). |
|
Frozen
A frozen component to represent a frozen column or row in grid, like MS Excel. |
|
Grid
A grid is an element that contains both rows and columns elements. |
|
Group
Adds the ability for single level grouping to the Grid. |
|
Groupbox
Groups a set of child elements to have a visual effect. |
|
Groupfoot
GroupFoot serves as a summary row of group. |
|
Hbox
A hbox. |
|
Html
A comonent used to embed the browser native content (i.e., HTML tags) into the output sent to the browser. |
|
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. |
|
Intbox
An edit box for holding an integer. |
|
Label
A label. |
|
Listbox
A listbox. |
|
Listcell
A list cell. |
|
Listfoot
A row of Listfooter . |
|
Listfooter
A column of the footer of a list box ( Listbox ). |
|
Listgroup
Adds the ability for single level grouping to the Listbox. |
|
Listgroupfoot
GroupFooter 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 columen of a list box. |
|
Listitem
A list item. |
|
Longbox
An edit box for holding an integer. |
|
Menu
An element, much like a button, that is placed on a menu bar. |
|
Menubar
A container that usually contains menu elements. |
|
Menuitem
A single choice in a Menupopup element. |
|
Menupopup
A container used to display menus. |
|
Menuseparator
Used to create a separator between menu items. |
|
North
A north region of a border layout. |
|
Paging
Paging of long content. |
|
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. |
|
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. |
|
Row
A single row in a Rows element. |
|
Rows
Defines the rows of a grid. |
|
Script
A component to represent script codes running at the client. |
|
Separator
A separator. |
|
Slider
A slider. |
|
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
An element which should appear before or after an element inside a box ( Box , Vbox and Hbox ). |
|
Style
The style component used to specify CSS styles for the owner desktop. |
|
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. |
|
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. |
|
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. |
|
Treefoot
A row of Treefooter . |
|
Treefooter
A column of the footer of a tree ( Tree ). |
|
Treeitem
A treeitem. |
|
Treerow
A treerow. |
|
Vbox
A vbox. |
|
West
A west region of a border layout. |
|
Window
A window. |
Classes in org.zkoss.zul.api used by org.zkoss.zul.api | |
---|---|
Box
A box. |
|
Button
A button. |
|
Checkbox
A checkbox. |
|
Flash
A generic flash component. |
|
Image
An image. |
|
Imagemap
An image map. |
|
LayoutRegion
A layout region in a border layout. |
|
Listitem
A list item. |
|
Popup
A container that is displayed as a popup. |
|
Row
A single row in a Rows element. |
|
Separator
A separator. |
|
Textbox
A textbox. |
Classes in org.zkoss.zul.api used by org.zkoss.zul.impl | |
---|---|
Button
A button. |
|
Window
A window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |