Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 

A

A - Class in org.zkoss.zul
The same as HTML A tag.
A() - Constructor for class org.zkoss.zul.A
 
A(String) - Constructor for class org.zkoss.zul.A
 
A(String, String) - Constructor for class org.zkoss.zul.A
 
ABORT - Static variable in interface org.zkoss.zul.mesg.MZul
 
ABORT - Static variable in class org.zkoss.zul.Messagebox
A Abort button.
Absolutechildren - Class in org.zkoss.zul
A container component that can contain any other ZK component and can only be contained as direct child of Absolutelayout component.
Absolutechildren() - Constructor for class org.zkoss.zul.Absolutechildren
 
Absolutelayout - Class in org.zkoss.zul
An Absolutelayout component can contain absolute positioned multiple absolutechildren components.
Absolutelayout() - Constructor for class org.zkoss.zul.Absolutelayout
 
AbstractChartModel - Class in org.zkoss.zul
A skeletal implementation for ChartModel.
AbstractChartModel() - Constructor for class org.zkoss.zul.AbstractChartModel
 
AbstractGroupsModel<D,H,F,E> - Class in org.zkoss.zul
A skeletal implementation for GroupsModel.
AbstractGroupsModel() - Constructor for class org.zkoss.zul.AbstractGroupsModel
 
AbstractGroupsModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
A default selection control implementation for AbstractGroupsModel, by default it assumes all elements are selectable.
AbstractListModel<E> - Class in org.zkoss.zul
A skeletal implementation for ListModel and Selectable
AbstractListModel() - Constructor for class org.zkoss.zul.AbstractListModel
 
AbstractListModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
A default selection control implementation for AbstractListModel, by default it assumes all elements are selectable.
AbstractSimpleDateTimeConstraint<T extends Comparable<? super T>> - Class in org.zkoss.zul
A skeleton of simple date/time constraint.
AbstractSimpleDateTimeConstraint(int) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constraints a constraint.
AbstractSimpleDateTimeConstraint(int, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constraints a constraint.
AbstractSimpleDateTimeConstraint(String, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
AbstractSimpleDateTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constructs a regular-expression constraint.
AbstractSimpleDateTimeConstraint(int, String, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
AbstractSimpleDateTimeConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constructs a constraint combining regular expression.
AbstractSimpleDateTimeConstraint(String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Constructs a constraint with a list of constraints separated by comma.
AbstractTreeModel<E> - Class in org.zkoss.zul
A skeletal implementation for TreeModel.
AbstractTreeModel(E) - Constructor for class org.zkoss.zul.AbstractTreeModel
AbstractTreeModel.DefaultSelectionControl<E> - Class in org.zkoss.zul
A default selection control implementation for AbstractTreeModel, by default it assumes all elements are selectable.
AbstractTreeModel.Path - Class in org.zkoss.zul
Represents a tree path.
add(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
add(int, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
add(int, E) - Method in class org.zkoss.zul.ListModelList
 
add(E) - Method in class org.zkoss.zul.ListModelList
 
add(E) - Method in class org.zkoss.zul.ListModelSet
This implementation optimized on the LinkedHashSet(which guarantees the sequence of the added item).
add(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
Adds a child to this node at the end.
addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
 
addAll(int, Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
 
addAll(Collection<? extends E>) - Method in class org.zkoss.zul.ListModelSet
This implementation optimized on the LinkedHashSet(which guarantees the sequence of the added item).
addChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
 
addChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
Adds a listener to the chart that's notified each time a change to the data model occurs.
ADDED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies the addition of one or more contiguous items to the list.
addEventListener(String, EventListener<? extends Event>) - Method in class org.zkoss.zul.Chart
 
addEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zul.ext.Paginal
Adds an event listener to specified event for this component.
addFont(Font) - Method in class org.zkoss.zul.Captcha
Add fonts into fonts list.
addGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
 
addGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
Adds a listener to the groups that's notified each time a change to the data model occurs.
addItemToSelection(Listitem) - Method in class org.zkoss.zul.Listbox
Selects the given item, without deselecting any other items that are already selected..
addItemToSelection(Treeitem) - Method in class org.zkoss.zul.Tree
Selects the given item, without deselecting any other items that are already selected..
addListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addMoved(Component, Page, Page) - Method in class org.zkoss.zul.Listitem
 
addOpenGroup(int) - Method in interface org.zkoss.zul.GroupsModel
Opens the group at the specified index.
addOpenGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
 
addOpenGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
addOpenObject(E) - Method in class org.zkoss.zul.AbstractTreeModel
 
addOpenObject(E) - Method in interface org.zkoss.zul.ext.Openable
Add the specified object into the collection of opened objects.
addOpenPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addOpenPath(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Adds path to the current open.
addOpenPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addOpenPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Adds paths to the current Open.
addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractListModel
 
addPagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
addPagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PageableModel
Adds a listener to the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
addPagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PagingEventPublisher
Deprecated.
Adds a listener to the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
addSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
Deprecated.
As of release 6.0.0, replaced with AbstractTreeModel.addToSelection(E).
addSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Deprecated.
As of release 6.0.0, replaced with GroupsListModel.addToSelection(java.lang.Object).
addSelection(E) - Method in class org.zkoss.zul.ListModelArray
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(E) - Method in class org.zkoss.zul.ListModelList
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(Map.Entry<K, V>) - Method in class org.zkoss.zul.ListModelMap
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(E) - Method in class org.zkoss.zul.ListModelSet
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelection(E) - Method in class org.zkoss.zul.SimpleListModel
Deprecated.
As of release 6.0.0, replaced with AbstractListModel.addToSelection(E).
addSelectionPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addSelectionPath(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Adds path to the current selection.
addSelectionPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
addSelectionPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Adds paths to the current selection.
addSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
addToolbar(String, Toolbar) - Method in class org.zkoss.zul.Panel
Adds the toolbar of the panel by these names, "tbar", "bbar", and "fbar".
addToSelection(E) - Method in class org.zkoss.zul.AbstractGroupsModel
Add the specified object into selection.
addToSelection(E) - Method in class org.zkoss.zul.AbstractListModel
Add the specified object into selection.
addToSelection(E) - Method in class org.zkoss.zul.AbstractTreeModel
 
addToSelection(E) - Method in interface org.zkoss.zul.ext.Selectable
Add the specified object into selection.
addToSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Add the specified object into selection.
addTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
addTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
Add a listener to the tree that's notified each time a change to the data model occurs
addValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
 
addValue(Date, Number, Number, Number, Number, Number) - Method in interface org.zkoss.zul.HiLoModel
Append an (date, open, high, low, close, volumn) tuple.
addValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
Add an (date, open, high, low, close, volumn) tuple at specified index.
addValue(Date, Number, Number, Number, Number, Number) - Method in class org.zkoss.zul.SimpleHiLoModel
 
addValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYModel
 
addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
 
addValue(Comparable<?>, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
Not supported since we need not only x, y, but also z information.
addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
Not supported since we need not only x, y, but also z information.
addValue(Comparable<?>, Number, Number, Number) - Method in class org.zkoss.zul.SimpleXYZModel
 
addValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
addValue(int, int, int) - Method in class org.zkoss.zul.WaferMapModel
Add a value to the given chip at (x,y) (0-based) of the wafer chip matrix.
addValue(Comparable<?>, Number, Number) - Method in interface org.zkoss.zul.XYModel
Append an (x,y) into a series.
addValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
Add an (x,y) into a series at specified index.
addValue(Comparable<?>, Number, Number, Number) - Method in interface org.zkoss.zul.XYZModel
Append an (x,y,z) into a series.
addValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
Add an (x,y,z) into a series at the specified index.
AFTER_END - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
AFTER_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
AFTER_START - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
afterCompose() - Method in class org.zkoss.zul.Include
 
afterInsert(Component) - Method in class org.zkoss.zul.Listbox
Callback if a list item has been inserted.
afterInsert(Component) - Method in class org.zkoss.zul.Rows
Callback if a child has been inserted.
afterSort(Object) - Method in class org.zkoss.zul.AbstractTreeModel
A utility that the deriving class can call to restore the states saved by AbstractTreeModel.beforeSort()
ALT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Alt key is pressed.
Anchorchildren - Class in org.zkoss.zul
The children of Anchorlayout.
Anchorchildren() - Constructor for class org.zkoss.zul.Anchorchildren
 
Anchorchildren(String) - Constructor for class org.zkoss.zul.Anchorchildren
 
Anchorlayout - Class in org.zkoss.zul
An anchorlayout lays out a container which can resize it's children base on its width and height
Anchorlayout() - Constructor for class org.zkoss.zul.Anchorlayout
 
appendItem(String) - Method in class org.zkoss.zul.Combobox
Appends an item.
appendItem(String, String) - Method in class org.zkoss.zul.Listbox
Appends an item.
appendItem(String, String) - Method in class org.zkoss.zul.Radiogroup
Appends a radio button.
Applet - Class in org.zkoss.zul
A generic applet component.
Applet() - Constructor for class org.zkoss.zul.Applet
 
Area - Class in org.zkoss.zul
An area of a Imagemap.
Area() - Constructor for class org.zkoss.zul.Area
 
Area(String) - Constructor for class org.zkoss.zul.Area
 
AREA - Static variable in class org.zkoss.zul.Chart
 
ArrayComparator<E> - Class in org.zkoss.zul
Compares the specified element of the array.
ArrayComparator(int, boolean) - Constructor for class org.zkoss.zul.ArrayComparator
The constructor.
arrayToString(Object[]) - Static method in class org.zkoss.zul.impl.Utils
Converts an array of objects to a string, by concatenating them together and separated with comma.
AT_POINTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
ATTR_CHANGING_SELECTION - Static variable in interface org.zkoss.zul.impl.TabboxEngine
 
ATTR_ON_INIT_RENDER_POSTED - Static variable in interface org.zkoss.zul.impl.TabboxEngine
 
Attributes - Class in org.zkoss.zul
Common attributes used for implementation.
Attributes() - Constructor for class org.zkoss.zul.Attributes
 
Audio - Class in org.zkoss.zul
An audio clip.
Audio() - Constructor for class org.zkoss.zul.Audio
 
Audio(String) - Constructor for class org.zkoss.zul.Audio
 
Audio.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
AUTO - Static variable in class org.zkoss.zul.Decimalbox
Used with Decimalbox.setScale(int) to denote that the scale is decided by what user has entered.
Auxhead - Class in org.zkoss.zul
Used to define a collection of auxiliary headers (Auxheader).
Auxhead() - Constructor for class org.zkoss.zul.Auxhead
 
Auxheader - Class in org.zkoss.zul
An auxiliary header.
Auxheader() - Constructor for class org.zkoss.zul.Auxheader
 
Auxheader(String) - Constructor for class org.zkoss.zul.Auxheader
 
Auxheader(String, String) - Constructor for class org.zkoss.zul.Auxheader
 

B

Bandbox - Class in org.zkoss.zul
A band box.
Bandbox() - Constructor for class org.zkoss.zul.Bandbox
 
Bandbox(String) - Constructor for class org.zkoss.zul.Bandbox
 
Bandpopup - Class in org.zkoss.zul
The popup that belongs to a Bandbox instance.
Bandpopup() - Constructor for class org.zkoss.zul.Bandpopup
 
BAR - Static variable in class org.zkoss.zul.Chart
 
BEFORE_END - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
BEFORE_START - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Absolutelayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Anchorlayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Auxhead
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Bandbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Borderlayout
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Columns
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Combobox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Combobutton
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Foot
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Grid
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Groupbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Imagemap
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Inputgroup
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.LayoutRegion
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listfoot
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listhead
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Listitem
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menu
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menubar
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Menupopup
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Panel
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Row
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Rows
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tab
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabbox
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabpanels
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tabs
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Tree
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treechildren
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treecols
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treefoot
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treeitem
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Treerow
 
beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Window
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Absolutechildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Anchorchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Area
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Auxhead
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Auxheader
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Bandpopup
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Caption
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Column
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Columns
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Comboitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Detail
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Foot
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Footer
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.LayoutRegion
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listcell
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listfoot
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listfooter
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listhead
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listheader
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Listitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Menu
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Menuitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Panelchildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Row
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Rows
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Splitter
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tab
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabpanel
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabpanels
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Tabs
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecell
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treechildren
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecol
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treecols
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treefoot
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treefooter
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treeitem
 
beforeParentChanged(Component) - Method in class org.zkoss.zul.Treerow
 
beforeRemove(Component) - Method in class org.zkoss.zul.Listbox
Callback if a list item will be removed (not removed yet).
beforeRemove(Component) - Method in class org.zkoss.zul.Rows
Callback if a child will be removed (not removed yet).
beforeSort() - Method in class org.zkoss.zul.AbstractTreeModel
A utility that the deriving class can call to save the states before sorting the model.
beforeWCS(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
beforeWidgetCSS(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
Borderlayout - Class in org.zkoss.zul
A border layout is a layout container for arranging and resizing child components to fit in five regions: north, south, east, west, and center.
Borderlayout() - Constructor for class org.zkoss.zul.Borderlayout
 
Box - Class in org.zkoss.zul
A box.
Box() - Constructor for class org.zkoss.zul.Box
Default: vertical (Vbox).
Box(String) - Constructor for class org.zkoss.zul.Box
 
Box(Component[]) - Constructor for class org.zkoss.zul.Box
Constructor a box by assigning an array of children.
Box(String, Component[]) - Constructor for class org.zkoss.zul.Box
Constructor a box by assigning an array of children.
BREEZE_DISPLAY - Static variable in class org.zkoss.zul.theme.Themes
Deprecated.
since 6.5.2
BREEZE_NAME - Static variable in class org.zkoss.zul.theme.Themes
Deprecated.
since 6.5.2
BREEZE_PRIORITY - Static variable in class org.zkoss.zul.theme.Themes
Deprecated.
since 6.5.2
BUBBLE - Static variable in class org.zkoss.zul.Chart
 
Button - Class in org.zkoss.zul
A button.
Button() - Constructor for class org.zkoss.zul.Button
 
Button(String) - Constructor for class org.zkoss.zul.Button
 
Button(String, String) - Constructor for class org.zkoss.zul.Button
 
Button() - Constructor for class org.zkoss.zul.impl.MessageboxDlg.Button
 
byValue() - Method in class org.zkoss.zul.ListitemComparator
Returns whether to compare the returned value of Listcell.getValue()
byValue() - Method in class org.zkoss.zul.TreeitemComparator
Returns whether to compare the returned value of Treeitem.getValue()

C

Calendar - Class in org.zkoss.zul
A calendar.
Calendar() - Constructor for class org.zkoss.zul.Calendar
 
Calendar(Date) - Constructor for class org.zkoss.zul.Calendar
 
Calendar(ZonedDateTime) - Constructor for class org.zkoss.zul.Calendar
 
Calendar(LocalDateTime) - Constructor for class org.zkoss.zul.Calendar
 
Calendar(LocalDate) - Constructor for class org.zkoss.zul.Calendar
 
CALENDAR_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
CANCEL - Static variable in class org.zkoss.zul.Messagebox
A Cancel button.
CANDLESTICK - Static variable in class org.zkoss.zul.Chart
 
CAP_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
Captcha - Class in org.zkoss.zul
The generic captcha component.
Captcha() - Constructor for class org.zkoss.zul.Captcha
 
CaptchaEngine - Interface in org.zkoss.zul.impl
 
Caption - Class in org.zkoss.zul
A header for a Groupbox.
Caption() - Constructor for class org.zkoss.zul.Caption
 
Caption(String) - Constructor for class org.zkoss.zul.Caption
 
Caption(String, String) - Constructor for class org.zkoss.zul.Caption
 
CategoryModel - Interface in org.zkoss.zul
A catetory chart data model.
Cell - Class in org.zkoss.zul
The generic cell component to be embedded into Row or Vbox or Hbox for fully control style and layout.
Cell() - Constructor for class org.zkoss.zul.Cell
 
CENTER - Static variable in class org.zkoss.zul.Borderlayout
The center layout constraint (middle of container).
Center - Class in org.zkoss.zul
A center region of a borderlayout.
Center() - Constructor for class org.zkoss.zul.Center
 
CHANGED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies one or more changes in the lists contents.
Chart - Class in org.zkoss.zul
The generic chart component.
Chart() - Constructor for class org.zkoss.zul.Chart
 
ChartAreaListener - Interface in org.zkoss.zul.event
Identifies area inside a chart that can be customized.
ChartDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a chart's data model.
ChartDataEvent(ChartModel, int, Comparable, Comparable, int, int, Object) - Constructor for class org.zkoss.zul.event.ChartDataEvent
 
ChartDataListener - Interface in org.zkoss.zul.event
Defines the methods used in listener when the content of ChartModel is changed.
ChartEngine - Interface in org.zkoss.zul.impl
Chart engine is an engine that do the real chart rendering.
ChartModel - Interface in org.zkoss.zul
Chart Model is used to hold the data model for the chart.
checkBeforeSetRows() - Method in class org.zkoss.zul.impl.MeshElement
Internal check if there is any use of vflex and height before setRows
checkBeforeSetRows() - Method in class org.zkoss.zul.Textbox
Internal check if there is any use of vflex and height before setRows
Checkbox - Class in org.zkoss.zul
A checkbox.
Checkbox() - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox(String) - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox(String, String) - Constructor for class org.zkoss.zul.Checkbox
 
Checkbox.State - Enum in org.zkoss.zul
This class is the return state for getState()
checkUserError() - Method in class org.zkoss.zul.impl.InputElement
Checks whether user entered a wrong value (and not correct it yet).
Children() - Constructor for class org.zkoss.zul.Listbox.Children
 
Children() - Constructor for class org.zkoss.zul.Rows.Children
 
cleanInternalListener() - Method in class org.zkoss.zul.impl.GroupsListModel
Clean up internal listener, it will be called when components changing model.
clear() - Method in interface org.zkoss.zul.CategoryModel
clear the model.
clear() - Method in class org.zkoss.zul.DialModel
clear the model.
clear() - Method in interface org.zkoss.zul.HiLoModel
clear this model.
clear() - Method in class org.zkoss.zul.ListModelList
 
clear() - Method in class org.zkoss.zul.ListModelMap
 
clear() - Method in class org.zkoss.zul.ListModelSet
 
clear() - Method in class org.zkoss.zul.Rows.Children
 
clear() - Method in class org.zkoss.zul.SimpleCategoryModel
 
clear() - Method in class org.zkoss.zul.SimpleHiLoModel
 
clear() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
clear() - Method in class org.zkoss.zul.SimpleXYModel
 
clear() - Method in interface org.zkoss.zul.SingleValueCategoryModel
clear the model.
clear() - Method in class org.zkoss.zul.Tree
Clears all child tree items (Treeitem.
clear() - Method in class org.zkoss.zul.WaferMapModel
clear the model.
clear() - Method in interface org.zkoss.zul.XYModel
clear this model.
clearDynamicProperties() - Method in class org.zkoss.zul.Include
Removes all dynamic properties.
clearErrorMessage(boolean) - Method in class org.zkoss.zul.impl.InputElement
Clears the error message.
clearErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
Clears the error message.
clearOpen() - Method in class org.zkoss.zul.AbstractTreeModel
 
clearOpen() - Method in interface org.zkoss.zul.ext.Openable
Clear all open status.
clearOpen() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Empties the current open path.
clearSelectedTab() - Method in class org.zkoss.zul.Tabbox
 
clearSelection() - Method in class org.zkoss.zul.AbstractGroupsModel
Change the selection to the empty set.
clearSelection() - Method in class org.zkoss.zul.AbstractListModel
Change the selection to the empty set.
clearSelection() - Method in class org.zkoss.zul.AbstractTreeModel
 
clearSelection() - Method in interface org.zkoss.zul.ext.Selectable
Change the selection to the empty set.
clearSelection() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Empties the current selection.
clearSelection() - Method in class org.zkoss.zul.impl.GroupsListModel
Change the selection to the empty set.
clearSelection() - Method in class org.zkoss.zul.Listbox
Clears the selection.
clearSelection() - Method in class org.zkoss.zul.Tree
Clears the selection.
ClickEvent(String, Component, Messagebox.Button) - Constructor for class org.zkoss.zul.Messagebox.ClickEvent
 
ClientConstraint - Interface in org.zkoss.zul
Addition interface implemented with Constraint to handle the validation at the client.
clone() - Method in class org.zkoss.zul.AbstractChartModel
 
clone() - Method in class org.zkoss.zul.AbstractGroupsModel
 
clone() - Method in class org.zkoss.zul.AbstractListModel
 
clone() - Method in class org.zkoss.zul.AbstractTreeModel
 
clone() - Method in class org.zkoss.zul.Borderlayout
 
clone() - Method in class org.zkoss.zul.Button
 
clone() - Method in class org.zkoss.zul.Cell
 
clone() - Method in class org.zkoss.zul.Chart
 
clone() - Method in class org.zkoss.zul.Column
 
clone() - Method in class org.zkoss.zul.Combobox
 
clone() - Method in class org.zkoss.zul.Comboitem
 
clone() - Method in class org.zkoss.zul.DefaultTreeModel
 
clone() - Method in class org.zkoss.zul.DefaultTreeNode
 
clone() - Method in class org.zkoss.zul.DialModel
 
clone() - Method in class org.zkoss.zul.GanttModel
 
clone() - Method in class org.zkoss.zul.Grid
 
clone() - Method in class org.zkoss.zul.Group
 
clone() - Method in class org.zkoss.zul.Groupbox
 
clone() - Method in class org.zkoss.zul.GroupsModelArray
 
clone() - Method in class org.zkoss.zul.impl.GroupsListModel
 
clone() - Method in class org.zkoss.zul.impl.InputElement
 
clone() - Method in class org.zkoss.zul.impl.LabelImageElement
 
clone() - Method in class org.zkoss.zul.impl.XulElement
 
clone() - Method in class org.zkoss.zul.Label
 
clone() - Method in class org.zkoss.zul.LayoutRegion
 
clone() - Method in class org.zkoss.zul.Listbox
 
clone() - Method in class org.zkoss.zul.Listcell
 
clone() - Method in class org.zkoss.zul.Listgroup
 
clone() - Method in class org.zkoss.zul.Listheader
 
clone() - Method in class org.zkoss.zul.Listitem
 
clone() - Method in class org.zkoss.zul.ListModelArray
 
clone() - Method in class org.zkoss.zul.ListModelList
 
clone() - Method in class org.zkoss.zul.ListModelMap
 
clone() - Method in class org.zkoss.zul.ListModelSet
 
clone() - Method in class org.zkoss.zul.Menu
 
clone() - Method in class org.zkoss.zul.Menuitem
 
clone() - Method in class org.zkoss.zul.Panel
 
clone() - Method in class org.zkoss.zul.Radiogroup
 
clone() - Method in class org.zkoss.zul.Row
 
clone() - Method in class org.zkoss.zul.Rows
 
clone() - Method in class org.zkoss.zul.Selectbox
 
clone() - Method in class org.zkoss.zul.SimpleCategoryModel
 
clone() - Method in class org.zkoss.zul.SimpleGroupsModel
 
clone() - Method in class org.zkoss.zul.SimpleHiLoModel
 
clone() - Method in class org.zkoss.zul.SimpleListModel
 
clone() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
clone() - Method in class org.zkoss.zul.SimpleXYModel
 
clone() - Method in class org.zkoss.zul.Tab
 
clone() - Method in class org.zkoss.zul.Tabbox
 
clone() - Method in class org.zkoss.zul.Textbox
 
clone() - Method in class org.zkoss.zul.Tree
 
clone() - Method in class org.zkoss.zul.Treecell
 
clone() - Method in class org.zkoss.zul.Treecol
 
clone() - Method in class org.zkoss.zul.Treeitem
 
clone() - Method in interface org.zkoss.zul.TreeNode
Clones the tree node.
clone() - Method in class org.zkoss.zul.WaferMapModel
 
clone() - Method in class org.zkoss.zul.Window
 
close() - Method in class org.zkoss.zul.Bandbox
Closes the child if it was dropped down.
close() - Method in class org.zkoss.zul.Combobox
Closes the list of combo items (Comboitem if it was dropped down.
close() - Method in class org.zkoss.zul.Combobutton
Closes the child if it was dropped down.
close() - Method in class org.zkoss.zul.Datebox
Closes the calendar if it was dropped down.
close() - Method in class org.zkoss.zul.Popup
Closes this popup at the client.
close() - Method in class org.zkoss.zul.Tab
Closes this tab and the linked tabpanel.
coerceFromString(String) - Method in class org.zkoss.zul.Datebox
 
coerceFromString(String) - Method in class org.zkoss.zul.Decimalbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Doublebox
 
coerceFromString(String) - Method in class org.zkoss.zul.Doublespinner
 
coerceFromString(String) - Method in class org.zkoss.zul.impl.InputElement
Coerces the value passed to InputElement.setText(java.lang.String).
coerceFromString(String) - Method in class org.zkoss.zul.Intbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Longbox
 
coerceFromString(String) - Method in class org.zkoss.zul.Spinner
 
coerceFromString(String) - Method in class org.zkoss.zul.Textbox
Coerces the value passed to Textbox.setValue(java.lang.String).
coerceFromString(String) - Method in class org.zkoss.zul.Timebox
 
coerceToString(Object) - Method in class org.zkoss.zul.Combobox
 
coerceToString(Object) - Method in class org.zkoss.zul.Datebox
 
coerceToString(Object) - Method in class org.zkoss.zul.Decimalbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Doublebox
 
coerceToString(Object) - Method in class org.zkoss.zul.Doublespinner
 
coerceToString(Object) - Method in class org.zkoss.zul.impl.InputElement
Coerces the value passed to InputElement.setText(java.lang.String).
coerceToString(Object) - Method in class org.zkoss.zul.Intbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Longbox
 
coerceToString(Object) - Method in class org.zkoss.zul.Spinner
 
coerceToString(Object) - Method in class org.zkoss.zul.Textbox
Coerces the value passed to Textbox.setValue(java.lang.String).
coerceToString(Object) - Method in class org.zkoss.zul.Timebox
 
ColSizeEvent - Class in org.zkoss.zul.event
Used to notify that the width of a column is changed.
ColSizeEvent(String, Component, int, Component, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
Constructs an instance of ColSizeEvent.
ColSizeEvent(String, Component, int, Component, String, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
Constructs an instance of ColSizeEvent.
ColSizeEvent(String, Component, int, Component, String[], int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
Constructs an instance of ColSizeEvent that provide width of all columns.
Column - Class in org.zkoss.zul
A single column in a Columns element.
Column() - Constructor for class org.zkoss.zul.Column
 
Column(String) - Constructor for class org.zkoss.zul.Column
 
Column(String, String) - Constructor for class org.zkoss.zul.Column
 
Column(String, String, String) - Constructor for class org.zkoss.zul.Column
 
Columns - Class in org.zkoss.zul
Defines the columns of a grid.
Columns() - Constructor for class org.zkoss.zul.Columns
 
COMBINATION - Static variable in class org.zkoss.zul.Chart
 
Combobox - Class in org.zkoss.zul
A combobox.
Combobox() - Constructor for class org.zkoss.zul.Combobox
 
Combobox(String) - Constructor for class org.zkoss.zul.Combobox
 
Combobox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Combobutton - Class in org.zkoss.zul
A combo button.
Combobutton() - Constructor for class org.zkoss.zul.Combobutton
 
Combobutton(String) - Constructor for class org.zkoss.zul.Combobutton
 
Comboitem - Class in org.zkoss.zul
An item of a combo box.
Comboitem() - Constructor for class org.zkoss.zul.Comboitem
 
Comboitem(String) - Constructor for class org.zkoss.zul.Comboitem
 
Comboitem(String, String) - Constructor for class org.zkoss.zul.Comboitem
 
ComboitemRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Combobox.
ComboitemRendererExt - Interface in org.zkoss.zul
Provides additional control to ComboitemRenderer.
compare(E, E) - Method in class org.zkoss.zul.ArrayComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.FieldComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.ListitemComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.RowComparator
 
compare(Object, Object) - Method in class org.zkoss.zul.TreeitemComparator
 
compareGroup(D, D) - Method in interface org.zkoss.zul.GroupComparator
Compares if the two arguments is in the same group.
compareTo(Object) - Method in class org.zkoss.zul.AbstractTreeModel.Path
 
compareTo(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
Constraint - Interface in org.zkoss.zul
A constraint.
Constrainted - Interface in org.zkoss.zul.ext
Decorates a component that its value is constrainted by Constraint.
contains(Object) - Method in class org.zkoss.zul.ListModelList
 
contains(Object) - Method in class org.zkoss.zul.ListModelSet
 
containsAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
 
containsAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
 
containsKey(Object) - Method in class org.zkoss.zul.ListModelMap
 
containsValue(Object) - Method in class org.zkoss.zul.ListModelMap
 
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies one or more changes in the contents of a particular group.
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies one or more changes in the lists contents.
CONTENTS_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies changing contents of nodes.
CookieThemeResolver - Class in org.zkoss.zul.theme
A standard implementation of ThemeResolver Retrieves and stores theme names via cookie ZK CE/PE/EE
CookieThemeResolver() - Constructor for class org.zkoss.zul.theme.CookieThemeResolver
 
createGroupFoot(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
create group foot Object, default implementation return null, which means no foot .
createGroupHead(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
create group head Object, default implementation return first element of groupdata.
createGroupOpen(D[], int, int) - Method in class org.zkoss.zul.GroupsModelArray
create group open status, default implementation return true, which means open the group.
CSS_FLEX_AUTO_DISABLED_COUNT - Static variable in class org.zkoss.zul.impl.MeshElement
 
CTRL_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Ctrl key is pressed.
CustomConstraint - Interface in org.zkoss.zul
Additional interface implemented with Constraint to denote a constraint supports a custom way to display the error message.

D

DataLoader - Interface in org.zkoss.zul.impl
DataLoader is used with Grid, Listbox to handle data loading from model to server and then to client side.
DataLoadingEvent - Class in org.zkoss.zul.event
Represent onDataLoading event.
DataLoadingEvent(String, Component, int, int) - Constructor for class org.zkoss.zul.event.DataLoadingEvent
 
DATE_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
Datebox - Class in org.zkoss.zul
An edit box for holding a date.
Datebox() - Constructor for class org.zkoss.zul.Datebox
 
Datebox(Date) - Constructor for class org.zkoss.zul.Datebox
Constructor with a given date.
Datebox(ZonedDateTime) - Constructor for class org.zkoss.zul.Datebox
Constructor with a given date.
Datebox(LocalDateTime) - Constructor for class org.zkoss.zul.Datebox
Constructor with a given date.
Datebox(LocalDate) - Constructor for class org.zkoss.zul.Datebox
Constructor with a given date.
Datebox(LocalTime) - Constructor for class org.zkoss.zul.Datebox
Constructor with a given date.
Datebox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
DateTimeFormatInputElement - Class in org.zkoss.zul.impl
A skeletal implementation for date/time type input box.
DateTimeFormatInputElement() - Constructor for class org.zkoss.zul.impl.DateTimeFormatInputElement
 
DAY - Static variable in class org.zkoss.zul.Chart
 
DECIMAL - Static variable in class org.zkoss.zul.Slider
Represent decimal slider.
Decimalbox - Class in org.zkoss.zul
An edit box for holding BigDecimal.
Decimalbox() - Constructor for class org.zkoss.zul.Decimalbox
 
Decimalbox(BigDecimal) - Constructor for class org.zkoss.zul.Decimalbox
 
DEFAULT_WCS - Static variable in class org.zkoss.zul.theme.StandardThemeProvider
Default theme css file
DefaultSelectionControl(AbstractGroupsModel<?, ?, ?, E>) - Constructor for class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
 
DefaultSelectionControl(AbstractListModel<E>) - Constructor for class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
 
DefaultSelectionControl(AbstractTreeModel<E>) - Constructor for class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
 
DefaultTreeModel<E> - Class in org.zkoss.zul
A simple tree data model that uses TreeNode to represent a tree.
DefaultTreeModel(TreeNode<E>) - Constructor for class org.zkoss.zul.DefaultTreeModel
Creates a tree with the specified note as the root.
DefaultTreeModel(TreeNode<E>, boolean) - Constructor for class org.zkoss.zul.DefaultTreeModel
Creates a tree with the specified note as the root.
DefaultTreeNode<E> - Class in org.zkoss.zul
A general-purpose node in a tree data structure.
DefaultTreeNode(E, Collection<? extends TreeNode<E>>) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a branch (non-leaf) node.
DefaultTreeNode(E, Collection<? extends TreeNode<E>>, boolean) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a branch (non-leaf) node.
DefaultTreeNode(E, TreeNode<E>[]) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a branch (non-leaf) node.
DefaultTreeNode(E) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a leaf node, i.e., it won't allow any children.
DefaultTreeNode(E, boolean) - Constructor for class org.zkoss.zul.DefaultTreeNode
Creates a leaf node, i.e., it won't allow any children.
DefaultTreeNode.TreeNodeChildrenList - Class in org.zkoss.zul
 
deregister(Theme) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Remove a theme from the list of available desktop themes
DesktopThemeRegistry - Class in org.zkoss.zul.theme
A standard implementation of ThemeRegistry, used in ZK CE/PE Used to keep track of a list of available desktop themes to apply
DesktopThemeRegistry() - Constructor for class org.zkoss.zul.theme.DesktopThemeRegistry
Initialize the registry with the default theme (a.k.a Breeze).
detach() - Method in class org.zkoss.zul.Include
 
DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.ListitemRendererExt
DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.RowRendererExt
Returned by RowRendererExt.getControls() to indicate that the list cells added by RowRendererExt.newCell(org.zkoss.zul.Row) must be detached before calling RowRenderer.render(org.zkoss.zul.Row, T, int).
Detail - Class in org.zkoss.zul
The detail component is used to display a detailed section where a master row and multiple detail rows are on the same row.
Detail() - Constructor for class org.zkoss.zul.Detail
 
DIAL - Static variable in class org.zkoss.zul.Chart
 
DialChartDataEvent - Class in org.zkoss.zul.event
A dial chart data event to handle the property changed.
DialChartDataEvent(ChartModel, int, String, Object) - Constructor for class org.zkoss.zul.event.DialChartDataEvent
 
DialModel - Class in org.zkoss.zul
A data model to be used with dial chart.
DialModel() - Constructor for class org.zkoss.zul.DialModel
 
DialModelRange - Class in org.zkoss.zul
Color range to be marked in DialModelScale.
DialModelScale - Class in org.zkoss.zul
A set of information of a scale in a Dial chart.
DISABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identified the state that Component's client update to be disabled
DISABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.ListDataEvent
Identified the state that Component's client update to be disabled
DISABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identified the state that Component's client update to be disabled
Div - Class in org.zkoss.zul
The same as HTML DIV tag.
Div() - Constructor for class org.zkoss.zul.Div
 
doCatch(Throwable) - Method in interface org.zkoss.zul.RendererCtrl
Called if any exception occurs when rendering items.
doDataChange(Tabbox, ListDataEvent) - Method in interface org.zkoss.zul.impl.TabboxEngine
 
doEmbedded() - Method in class org.zkoss.zul.Window
Makes this window as embedded with other components (Default).
doFinally() - Method in interface org.zkoss.zul.RendererCtrl
Invoked after all rendering are done successfully or an exception occurs.
doGroupsDataChange(GroupsDataEvent) - Method in interface org.zkoss.zul.impl.DataLoader
Handle event when GroupsDataEvent is fired from owner component.
doGroupsDataChange(GroupsDataEvent) - Method in class org.zkoss.zul.impl.GridDataLoader
 
doGroupsDataChange(GroupsDataEvent) - Method in class org.zkoss.zul.impl.ListboxDataLoader
updates the status of the changed group.
doHighlighted() - Method in class org.zkoss.zul.Window
Makes this window as highlighted.
doInitRenderer(Tabbox) - Method in interface org.zkoss.zul.impl.TabboxEngine
 
doListDataChange(ListDataEvent) - Method in interface org.zkoss.zul.impl.DataLoader
Handle event when ListDataEvent is fired from owner component.
doListDataChange(ListDataEvent) - Method in class org.zkoss.zul.impl.GridDataLoader
 
doListDataChange(ListDataEvent) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
doModal() - Method in class org.zkoss.zul.Window
Makes this window as a modal dialog.
doOverlapped() - Method in class org.zkoss.zul.Window
Makes this window as overlapped with other components.
doPopup() - Method in class org.zkoss.zul.Window
Makes this window as popup, which is overlapped with other component and auto-hidden when user clicks outside of the window.
doTry() - Method in interface org.zkoss.zul.RendererCtrl
Called before rendering any item.
Doublebox - Class in org.zkoss.zul
An edit box for holding an float point value (double).
Doublebox() - Constructor for class org.zkoss.zul.Doublebox
 
Doublebox(double) - Constructor for class org.zkoss.zul.Doublebox
 
Doublebox(Double) - Constructor for class org.zkoss.zul.Doublebox
 
Doublespinner - Class in org.zkoss.zul
An edit box for holding a constrained double.
Doublespinner() - Constructor for class org.zkoss.zul.Doublespinner
 
Doublespinner(double) - Constructor for class org.zkoss.zul.Doublespinner
 
doubleValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in double.
doubleValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in double.
doubleValue() - Method in class org.zkoss.zul.Doublespinner
Returns the value in double.
drawChart(Object) - Method in interface org.zkoss.zul.impl.ChartEngine
Draw the chart and render into image format as an byte array.

E

EAST - Static variable in class org.zkoss.zul.Borderlayout
The east layout constraint (right side of container).
East - Class in org.zkoss.zul
An east region of a border layout.
East() - Constructor for class org.zkoss.zul.East
 
ELEMENT - Static variable in interface org.zkoss.zul.ext.GroupingInfo
Indicates the data is an element of a group.
ELEMENT - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
Indicates the data is an element of a group.
EMBEDDED - Static variable in class org.zkoss.zul.Window
Embeds the window as normal component.
EMPTY_NOT_ALLOWED - Static variable in interface org.zkoss.zul.mesg.MZul
 
ENABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identified the state that Component's client update to be enabled
ENABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.ListDataEvent
Identified the state that Component's client update to be enabled
ENABLE_CLIENT_UPDATE - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identified the state that Component's client update to be enabled
END_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
END_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
endModal(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg
Called only internally.
entrySet() - Method in class org.zkoss.zul.ListModelMap
 
equals(Object) - Method in class org.zkoss.zul.AbstractTreeModel.Path
 
equals(Object) - Method in class org.zkoss.zul.GroupsModelArray
 
equals(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
 
equals(Object) - Method in class org.zkoss.zul.ListitemComparator
 
equals(Object) - Method in class org.zkoss.zul.ListModelArray
 
equals(Object) - Method in class org.zkoss.zul.ListModelList
 
equals(Object) - Method in class org.zkoss.zul.ListModelMap
 
equals(Object) - Method in class org.zkoss.zul.ListModelSet
 
equals(Object) - Method in class org.zkoss.zul.RowComparator
 
equals(Object) - Method in class org.zkoss.zul.TreeitemComparator
 
equals(Object) - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
ERROR - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of a white X in a circle with a red background.
evalCSSFlex() - Method in class org.zkoss.zul.Box
 
evalCSSFlex() - Method in class org.zkoss.zul.impl.HeaderElement
 
evalCSSFlex() - Method in class org.zkoss.zul.impl.HeadersElement
 
evalCSSFlex() - Method in class org.zkoss.zul.impl.MeshElement
 
event - Variable in enum org.zkoss.zul.Messagebox.Button
The event name associated with this button type.
EXCLAMATION - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of an exclamation point in a triangle with a yellow background
ExtraCtrl() - Constructor for class org.zkoss.zul.Audio.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Combobox.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Datebox.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Grid.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Iframe.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Image.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Listbox.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Listitem.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Row.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Rows.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Selectbox.ExtraCtrl
 
ExtraCtrl() - Constructor for class org.zkoss.zul.Treechildren.ExtraCtrl
 

F

FieldComparator - Class in org.zkoss.zul
Based on the the given field names to compare the field value of the object that is passed in FieldComparator.compare(java.lang.Object, java.lang.Object) method.
FieldComparator(String, boolean) - Constructor for class org.zkoss.zul.FieldComparator
Compares with the fields per the given "ORDER BY" clause.
FieldComparator(String, boolean, boolean) - Constructor for class org.zkoss.zul.FieldComparator
Compares with the fields per the given "ORDER BY" clause.
Filedownload - Class in org.zkoss.zul
File download utilities.
Filedownload() - Constructor for class org.zkoss.zul.Filedownload
 
Fileupload - Class in org.zkoss.zul
A fileupload dialog used to let user upload a file.
Fileupload() - Constructor for class org.zkoss.zul.Fileupload
 
Fileupload(String) - Constructor for class org.zkoss.zul.Fileupload
 
Fileupload(String, String) - Constructor for class org.zkoss.zul.Fileupload
 
FileuploadDlg - Class in org.zkoss.zul.impl
Used with Fileupload to implement the upload feature.
FileuploadDlg() - Constructor for class org.zkoss.zul.impl.FileuploadDlg
 
fireChartChange() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
fireEvent(int, Comparable<?>, Object) - Method in class org.zkoss.zul.AbstractChartModel
fireEvent(int, Comparable<?>, Comparable<?>, int, int, Object) - Method in class org.zkoss.zul.AbstractChartModel
fireEvent(int, int, int, int) - Method in class org.zkoss.zul.AbstractGroupsModel
fireEvent(int, int, int) - Method in class org.zkoss.zul.AbstractListModel
fireEvent(E, int, int, int) - Method in class org.zkoss.zul.AbstractTreeModel
Deprecated.
As of release 6.0.0, replaced with AbstractTreeModel.fireEvent(int, int[], int, int).
fireEvent(int, int[], int, int) - Method in class org.zkoss.zul.AbstractTreeModel
Fires a TreeDataEvent for all registered listener
fireEvent(int, int[], int, int, int[]) - Method in class org.zkoss.zul.AbstractTreeModel
Has the same functionality with AbstractTreeModel.fireEvent(int, int[], int, int), while this is used for node removal only
fireEvent(int, String, Object) - Method in class org.zkoss.zul.DialModel
Fire the chart data event with the given property key.
fireOpenChanged(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
Fires a TreeDataEvent for all registered listener when open status has changed.
fireSelectionChanged(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
Fires a TreeDataEvent for all registered listener when selection status has changed.
fireSelectionEvent(E) - Method in class org.zkoss.zul.AbstractGroupsModel
Selectable's implementor use only.
fireSelectionEvent(E) - Method in class org.zkoss.zul.AbstractListModel
Selectable's implementor use only.
fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelArray
 
fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelList
 
fireSelectionEvent(Map.Entry<K, V>) - Method in class org.zkoss.zul.ListModelMap
 
fireSelectionEvent(E) - Method in class org.zkoss.zul.ListModelSet
 
fireSelectionEvent(E) - Method in class org.zkoss.zul.SimpleListModel
 
FIRST - Static variable in interface org.zkoss.zul.mesg.MZul
 
fixConstraint() - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
fixConstraint() - Method in class org.zkoss.zul.SimpleDateConstraint
 
fixConstraint() - Method in class org.zkoss.zul.SimpleLocalDateConstraint
 
fixConstraint() - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
 
Flash - Class in org.zkoss.zul
A generic flash component.
Flash() - Constructor for class org.zkoss.zul.Flash
 
Flash(String) - Constructor for class org.zkoss.zul.Flash
 
Foot - Class in org.zkoss.zul
Defines a set of footers (Footer) for a grid (Grid).
Foot() - Constructor for class org.zkoss.zul.Foot
 
Footer - Class in org.zkoss.zul
A column of the footer of a grid (Grid).
Footer() - Constructor for class org.zkoss.zul.Footer
 
Footer(String) - Constructor for class org.zkoss.zul.Footer
 
Footer(String, String) - Constructor for class org.zkoss.zul.Footer
 
FooterElement - Class in org.zkoss.zul.impl
A skeletal implementation for a footer.
FooterElement() - Constructor for class org.zkoss.zul.impl.FooterElement
 
FooterElement(String) - Constructor for class org.zkoss.zul.impl.FooterElement
 
FooterElement(String, String) - Constructor for class org.zkoss.zul.impl.FooterElement
 
FormatInputElement - Class in org.zkoss.zul.impl
A skeletal implementation for an input box with format.
FormatInputElement() - Constructor for class org.zkoss.zul.impl.FormatInputElement
 
formatNumber(Object, String) - Method in class org.zkoss.zul.impl.NumberInputElement
Formats a number (Integer, BigDecimal...) into a string.
Framable - Interface in org.zkoss.zul.ext
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.
FRAME_BG_ALPHA - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_BG_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_BG_COLOR_1 - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_BG_COLOR_2 - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
FRAME_FG_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
Frozen - Class in org.zkoss.zul
A frozen component to represent a frozen column or row in grid, like MS Excel.
Frozen() - Constructor for class org.zkoss.zul.Frozen
 
FUNNEL - Static variable in class org.zkoss.zul.Chart
 

G

GANTT - Static variable in class org.zkoss.zul.Chart
 
GanttModel - Class in org.zkoss.zul
A data model for Gantt chart.
GanttModel() - Constructor for class org.zkoss.zul.GanttModel
 
GanttModel.GanttTask - Class in org.zkoss.zul
A Task in an operation series; a helper class used in GanttModel.
GanttTask(String, Date, Date, double) - Constructor for class org.zkoss.zul.GanttModel.GanttTask
 
generateCaptcha(Object) - Method in interface org.zkoss.zul.impl.CaptchaEngine
Per the given data, generate the distortion Captcha image into a byte array.
get(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
get() - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the default message and title, and let user upload a file.
get(boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the default message and title, and let user upload a file.
get(String, String) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the specified message and title, and let user upload a file.
get(String, String, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog with the specified message and title, and let user upload a file.
get(EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(int, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(int) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the default message and title.
get(String, String, int) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message and title.
get(String, String, int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(Map<String, Object>, String, String, int, int, boolean, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(Map<String, Object>, String, String, String, int, int, boolean, EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
Opens a modal dialog to upload multiple files with the specified message, title and options.
get(Map<String, Object>, String, String, int, int, boolean) - Static method in class org.zkoss.zul.Fileupload
The implementation of all public get methods.
get(int) - Method in class org.zkoss.zul.ListModelArray
Get the value of this ListModelArray at specified index.
get(int) - Method in class org.zkoss.zul.ListModelList
 
get(Object) - Method in class org.zkoss.zul.ListModelMap
 
getActivePage() - Method in class org.zkoss.zul.AbstractListModel
 
getActivePage() - Method in class org.zkoss.zul.AbstractTreeModel
 
getActivePage() - Method in class org.zkoss.zul.event.PagingEvent
Returns the active page (starting from 0).
getActivePage() - Method in interface org.zkoss.zul.ext.Pageable
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.impl.MeshElement
Returns the active page (starting from 0).
getActivePage() - Method in class org.zkoss.zul.Paging
 
getActivePage() - Method in class org.zkoss.zul.Tree
 
getAffectedPath() - Method in class org.zkoss.zul.event.TreeDataEvent
Return the path of removed node
getAlign() - Method in class org.zkoss.zul.Applet
Returns the alignment of an applet according to surrounding elements.
getAlign() - Method in class org.zkoss.zul.Box
Returns the alignment of cells of a box in the 'opposite' direction (null, start, center, end).
getAlign() - Method in class org.zkoss.zul.Cell
Returns the horizontal alignment.
getAlign() - Method in class org.zkoss.zul.Div
Deprecated.
as of release 6.0.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.Grid
Deprecated.
As of release 5.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.Iframe
Deprecated.
as of release 6.0.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.Image
Deprecated.
as of release 6.0.0, use CSS instead.
getAlign() - Method in class org.zkoss.zul.impl.FooterElement
Returns the horizontal alignment of this footer.
getAlign() - Method in class org.zkoss.zul.impl.HeaderElement
Returns the horizontal alignment of this column.
getAlign() - Method in class org.zkoss.zul.Row
Returns the horizontal alignment of the whole row.
getAlign() - Method in class org.zkoss.zul.Tabs
Returns the alignment of tab.
getAlign() - Method in class org.zkoss.zul.Toolbar
Returns the alignment of any children added to this toolbar.
getAllSeries() - Method in class org.zkoss.zul.GanttModel
Return all series of this GanttModel.
getAnchor() - Method in class org.zkoss.zul.Anchorchildren
Returns the anchor setting.
getAngleArc() - Method in class org.zkoss.zul.Slider
Returns the degree of arc of the knob slider.
getArchive() - Method in class org.zkoss.zul.Applet
Returns the location of an archive file (URL).
getAreaListener() - Method in class org.zkoss.zul.Chart
Returns the renderer to render each area, or null if the default renderer is used.
getAssociatedNode(Treeitem, Tree) - Method in class org.zkoss.zul.Tree
Return a node which is an associated Treeitem ti in a Tree tree
getAutodisable() - Method in class org.zkoss.zul.A
Returns a list of component IDs that shall be disabled when the user clicks this anchor.
getAutodisable() - Method in class org.zkoss.zul.Button
Returns a list of component IDs that shall be disabled when the user clicks this button.
getAutodisable() - Method in class org.zkoss.zul.Checkbox
Returns a list of component IDs that shall be disabled when the user clicks this checkbox.
getAutodisable() - Method in class org.zkoss.zul.Menuitem
Returns a list of component IDs that shall be disabled when the user clicks this menuitem.
getAvailableAtClient() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getAvailableAtClient(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
 
getAvailableAtClient() - Method in class org.zkoss.zul.impl.ListboxDataLoader
Retrieves the children available at client.
getAvailableAtClient(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
Retrieves the children available at client with more control.
getAvailableAtClient(int, int, boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
Retrieves the children available at the client within the given range.
getAvailableAtClient() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
getAvailableAtClient() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
getAvailableAtClient() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
getBeginDate() - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Returns the beginning date, or null if there is no constraint of the beginning date.
getBgAlpha() - Method in class org.zkoss.zul.Chart
Get the background alpha (transparency, 0 ~ 255, opaque).
getBgColor() - Method in class org.zkoss.zul.Captcha
Get the background color of the captcha box (in string as #RRGGBB).
getBgColor() - Method in class org.zkoss.zul.Chart
Get the background color of the chart (in string as #RRGGBB).
getBgcolor() - Method in class org.zkoss.zul.Flash
Gets the background color of Flash movie.
getBgRGB() - Method in class org.zkoss.zul.Captcha
Get the background color in int array (0: red, 1: green, 2:blue).
getBgRGB() - Method in class org.zkoss.zul.Chart
Get the background color in int array (0: red, 1: green, 2:blue).
getBorder() - Method in class org.zkoss.zul.Image
Deprecated.
As of release 5.0.5, use CSS instead.
getBorder() - Method in class org.zkoss.zul.LayoutRegion
Returns the border.
getBorder() - Method in class org.zkoss.zul.Panel
Returns the border.
getBorder() - Method in class org.zkoss.zul.Window
Returns the border.
getBottomToolbar() - Method in class org.zkoss.zul.Panel
Returns the bottom toolbar of this panel.
getButton() - Method in class org.zkoss.zul.Messagebox.ClickEvent
Returns the button being clicked.
getCapRadius() - Method in class org.zkoss.zul.DialModel
Return the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
getCaptchaEngine() - Method in class org.zkoss.zul.Captcha
Get the captcha engine.
getCaption() - Method in class org.zkoss.zul.Groupbox
Returns the caption of this groupbox.
getCaption() - Method in class org.zkoss.zul.LayoutRegion
Returns the caption of this region.
getCaption() - Method in class org.zkoss.zul.Panel
Returns the caption of this panel.
getCaption() - Method in class org.zkoss.zul.Tab
Returns the caption of this tab.
getCaption() - Method in class org.zkoss.zul.Window
Returns the caption of this window.
getCategories() - Method in interface org.zkoss.zul.CategoryModel
Get categories of a specified series as a collection.
getCategories() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getCategories() - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
getCategories() - Method in interface org.zkoss.zul.SingleValueCategoryModel
Get categories as a collection.
getCategory(int) - Method in interface org.zkoss.zul.CategoryModel
Get a category of the specified index;
getCategory() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the category of the chart data model.
getCategory(int) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getCategory(int) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
getCategory(int) - Method in interface org.zkoss.zul.SingleValueCategoryModel
Get category of the specified index (0 based).
getCategoryIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the category index, if any.
getCell(int, int) - Method in class org.zkoss.zul.Grid
Returns the specified cell, or null if not available.
getCenter() - Method in class org.zkoss.zul.Borderlayout
 
getCharset() - Method in class org.zkoss.zul.Script
Returns the character enconding of the source.
getChild(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
getChild(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeModel
 
getChild(int, int) - Method in interface org.zkoss.zul.GroupsModel
Returns the child value of the specified group at the specified index.
getChild(int, int) - Method in class org.zkoss.zul.GroupsModelArray
 
getChild(int, int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getChild(E, int) - Method in interface org.zkoss.zul.TreeModel
Returns the child of the given parent at the given index where the index indicates in the parent's child array.
getChild(int[]) - Method in interface org.zkoss.zul.TreeModel
Returns the child at the given path where the path indicates the child is placed in the whole tree.
getChildAt(int) - Method in class org.zkoss.zul.DefaultTreeNode
 
getChildAt(int) - Method in interface org.zkoss.zul.TreeNode
Returns the child TreeNode at index childIndex.
getChildByNode(Object) - Method in class org.zkoss.zul.Tree
Return the Tree or Treeitem component by a given associated node in model, or null if the treeitem is not instantiated (i.e., rendered) yet.
getChildByPath(int[]) - Method in class org.zkoss.zul.Tree
Return the Tree or Treeitem component by a path, or null if corresponding Treeitem is not instantiated (i.e., rendered) yet.
getChildCount(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
 
getChildCount() - Method in class org.zkoss.zul.DefaultTreeNode
 
getChildCount(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the number of children of the specified group.
getChildCount(int) - Method in class org.zkoss.zul.GroupsModelArray
 
getChildCount(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getChildCount(E) - Method in interface org.zkoss.zul.TreeModel
Returns the number of children of the given parent.
getChildCount() - Method in interface org.zkoss.zul.TreeNode
Returns the number of children TreeNodes this node contains.
getChildPage() - Method in class org.zkoss.zul.Include
 
getChildren() - Method in class org.zkoss.zul.DefaultTreeNode
 
getChildren() - Method in class org.zkoss.zul.Listbox
 
getChildren() - Method in class org.zkoss.zul.Rows
 
getChildren() - Method in interface org.zkoss.zul.TreeNode
Return children of the receiver
getClientConstraint() - Method in interface org.zkoss.zul.ClientConstraint
Returns the JavaScript snippet that will be evaluated at client to return a validator, or null if no client constraint is supported.
getClientConstraint() - Method in class org.zkoss.zul.SimpleConstraint
 
getClientPackages() - Method in interface org.zkoss.zul.ClientConstraint
Returns a list of packages separated by comma that ZK client engine has to load before evaluating ClientConstraint.getClientConstraint().
getClientPackages() - Method in class org.zkoss.zul.SimpleConstraint
Default: null (since it depends on zul.inp which is loaded for all input widgets).
getClose(int) - Method in interface org.zkoss.zul.HiLoModel
Get close value of a specified data index.
getClose(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getCmargins() - Method in class org.zkoss.zul.LayoutRegion
Returns the collapsed margins, which is a list of numbers separated by comma.
getCode() - Method in class org.zkoss.zul.Applet
Return the applet class to run.
getCodebase() - Method in class org.zkoss.zul.Applet
Returns a relative base URL for applets specified in Applet.setCode(java.lang.String) (URL).
getColIndex() - Method in class org.zkoss.zul.event.ColSizeEvent
Return the column index of the first column whose width is changed.
getCollapse() - Method in class org.zkoss.zul.Splitter
Returns which side of the splitter is collapsed when its grippy is clicked.
getCols() - Method in class org.zkoss.zul.impl.InputElement
Returns the cols.
getColSizeEvent(AuRequest) - Static method in class org.zkoss.zul.event.ColSizeEvent
Converts an AU request to a size event.
getColspan() - Method in class org.zkoss.zul.Auxheader
Returns number of columns to span this header.
getColspan() - Method in class org.zkoss.zul.Cell
Returns number of columns to span.
getColumn() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the column whose width is changed.
getColumn() - Method in class org.zkoss.zul.Footer
Returns the column that is in the same column as this footer, or null if not available.
getColumn() - Method in class org.zkoss.zul.RowComparator
Returns the column that this comparator is associated with, or null if not available.
getColumnIndex() - Method in class org.zkoss.zul.Footer
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listcell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listfooter
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Listheader
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treecell
Returns the column index of this cell, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treecol
Returns the column index, starting from 0.
getColumnIndex() - Method in class org.zkoss.zul.Treefooter
Returns the column index, starting from 0.
getColumns() - Method in class org.zkoss.zul.Frozen
Returns the number of columns to freeze.
getColumns() - Method in class org.zkoss.zul.Grid
Returns the columns.
getComponentById(Component, String) - Static method in class org.zkoss.zul.impl.Utils
Returns the component of the specified ID or UUID.
getConstraint() - Method in class org.zkoss.zul.Calendar
 
getConstraint() - Method in interface org.zkoss.zul.ext.Constrainted
Returns the constraint, or null if no constraint at all.
getConstraint() - Method in class org.zkoss.zul.impl.InputElement
 
getContent() - Method in class org.zkoss.zul.Audio
Returns the content set by Audio.setContent(org.zkoss.sound.Audio).
getContent() - Method in class org.zkoss.zul.Comboitem
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
getContent() - Method in class org.zkoss.zul.Flash
getContent() - Method in class org.zkoss.zul.Html
Returns the embedded content (i.e., HTML tags).
getContent() - Method in class org.zkoss.zul.Iframe
getContent() - Method in class org.zkoss.zul.Image
Returns the content set by Image.setContent(org.zkoss.image.Image).
getContent() - Method in class org.zkoss.zul.Menu
Returns the embedded content (i.e., HTML tags) that is shown as part of the description.
getContent() - Method in class org.zkoss.zul.Script
Returns the content of the script element.
getContent() - Method in class org.zkoss.zul.Style
Returns the content of the style element.
getContentSclass() - Method in class org.zkoss.zul.Detail
Returns the style class used for the content block.
getContentSclass() - Method in class org.zkoss.zul.Groupbox
Returns the style class used for the content block of the groupbox.
getContentSclass() - Method in class org.zkoss.zul.Window
Returns the style class used for the content block.
getContentStyle() - Method in class org.zkoss.zul.Detail
Returns the CSS style for the content block of the window.
getContentStyle() - Method in class org.zkoss.zul.Groupbox
Returns the CSS style for the content block of the groupbox.
getContentStyle() - Method in class org.zkoss.zul.Window
Returns the CSS style for the content block of the window.
getContext() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should appear when the user right-clicks on the element (a.k.a., context menu).
getControls() - Method in interface org.zkoss.zul.ListitemRendererExt
Returns how a listbox shall render the live data.
getControls() - Method in interface org.zkoss.zul.RowRendererExt
Returns how a grid shall render the live data.
getCoords() - Method in class org.zkoss.zul.Area
Returns the coordination of this area.
getCropOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getCropOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getCropOwner() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
getCropOwner() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
getCropOwner() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
getCtrlKeys() - Method in class org.zkoss.zul.impl.XulElement
Returns what keystrokes to intercept.
getCurpos() - Method in class org.zkoss.zul.Slider
Returns the current position of the slider.
getCurposInDouble() - Method in class org.zkoss.zul.Slider
Returns the double value of slider's current position.
getCurrentTheme() - Static method in class org.zkoss.zul.theme.Themes
Returns the current theme name
getData() - Method in class org.zkoss.zul.DefaultTreeNode
 
getData() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns customer data.
getData() - Method in interface org.zkoss.zul.TreeNode
Returns the application-specific data of this node.
getDataCount() - Method in interface org.zkoss.zul.HiLoModel
Get data count.
getDataCount() - Method in class org.zkoss.zul.SimpleHiLoModel
 
getDataCount(Comparable<?>) - Method in class org.zkoss.zul.SimpleXYModel
 
getDataCount(Comparable<?>) - Method in interface org.zkoss.zul.XYModel
Get data count of a specified series.
getDataInfo(int) - Method in class org.zkoss.zul.impl.GroupsListModel
Returns the group info of given index
getDataLoadingEvent(AuRequest, int) - Static method in class org.zkoss.zul.event.DataLoadingEvent
Converts an AU request to a data loading event.
getDate(int) - Method in interface org.zkoss.zul.HiLoModel
Get date of a specified data index.
getDate(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getDateFormat() - Method in class org.zkoss.zul.Chart
Returns the date format used by date related Chart.
getDateFormat(String) - Method in class org.zkoss.zul.Datebox
Returns the date format of the specified format
getDateFormat(String) - Method in class org.zkoss.zul.Timebox
Returns the date format of the time only,
getDefaultActionOnShow() - Static method in class org.zkoss.zul.Window
Deprecated.
As release of 5.0.0, replaced with HtmlBasedComponent.setAction(java.lang.String).
getDefaultCmargins() - Method in class org.zkoss.zul.Center
Returns the default collapsed margin ([3, 3, 3, 3]).
getDefaultCmargins() - Method in class org.zkoss.zul.East
Returns the default collapsed margin ([0, 3, 3, 0]).
getDefaultCmargins() - Method in class org.zkoss.zul.LayoutRegion
Returns the default collapsed margin.
getDefaultCmargins() - Method in class org.zkoss.zul.North
Returns the default collapsed margin ([3, 0, 0, 3]).
getDefaultCmargins() - Method in class org.zkoss.zul.South
Returns the default collapsed margin ([3, 0, 0, 3]).
getDefaultCmargins() - Method in class org.zkoss.zul.West
Returns the default collapsed margin ([0, 3, 3, 0]).
getDefaultDateTime() - Method in class org.zkoss.zul.Datebox
Returns the default datetime if the value is empty.
getDefaultFonts() - Method in class org.zkoss.zul.Captcha
Gets the default font list.
getDefaultFormat() - Method in class org.zkoss.zul.Datebox
Returns the default format, which is used when constructing a datebox, or when Datebox.setFormat(java.lang.String) is called with null or empty.
getDefaultFormat() - Method in class org.zkoss.zul.impl.NumberInputElement
Return a default format for the number input element when the locale is specified.
getDefaultFormat() - Method in class org.zkoss.zul.Timebox
Returns the default format, which is used when constructing a timebox.
getDefaultLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
Returns the default locale, either NumberInputElement.getLocale() or Locales.getCurrent() (never null).
getDefaultMold(Class) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
 
getDelay() - Method in class org.zkoss.zul.Timer
Returns the delay, the number of milliseconds between successive action events.
getDescription() - Method in class org.zkoss.zul.Comboitem
Returns the description (never null).
getDescription() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getDetailChild() - Method in class org.zkoss.zul.Row
Returns the child detail component.
getDir() - Method in class org.zkoss.zul.A
Returns the direction.
getDir() - Method in class org.zkoss.zul.Button
Returns the direction.
getDisplayedTimeZones() - Method in class org.zkoss.zul.Datebox
Returns a list of the time zones that will be displayed at the client and allow user to select.
getDisplayName(String) - Static method in class org.zkoss.zul.theme.Themes
Return the display name (human name) of the theme
getDropdown() - Method in class org.zkoss.zul.Bandbox
Returns the dropdown window belonging to this band box.
getDropdown() - Method in class org.zkoss.zul.Combobutton
Returns the dropdown window belonging to this combo button.
getDynamicMediaURI(AbstractComponent, int, String, String) - Static method in class org.zkoss.zul.impl.Utils
Returns the encoded URL for the dynamic generated content, or empty the component doesn't belong to any desktop.
getDynamicProperty(String) - Method in class org.zkoss.zul.Applet
 
getDynamicProperty(String) - Method in class org.zkoss.zul.Include
Returns the parameter associated with the specified name, or null if not found.
getEast() - Method in class org.zkoss.zul.Borderlayout
 
getElementAt(int) - Method in class org.zkoss.zul.impl.GroupsListModel
 
getElementAt(int) - Method in interface org.zkoss.zul.ListModel
Returns the value at the specified index.
getElementAt(int) - Method in class org.zkoss.zul.ListModelArray
 
getElementAt(int) - Method in class org.zkoss.zul.ListModelList
 
getElementAt(int) - Method in class org.zkoss.zul.ListModelMap
Returns the entry (Map.Entry) at the specified index.
getElementAt(int) - Method in class org.zkoss.zul.ListModelSet
 
getElementAt(int) - Method in class org.zkoss.zul.SimpleListModel
 
getEmptyMessage() - Method in class org.zkoss.zul.Grid
Returns the message to display when there are no items
getEmptyMessage() - Method in class org.zkoss.zul.Listbox
Returns the message to display when there are no items
getEnclosingTag() - Method in class org.zkoss.zul.Include
Returns the name of the enclosing tag.
getEncodedSrc() - Method in class org.zkoss.zul.Iframe
Returns the encoded src (Iframe.getSrc()).
getEnd() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getEndDate() - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Returns the ending date, or null if there is no constraint of the ending date.
getEngine() - Method in class org.zkoss.zul.Chart
Returns the implementation chart engine.
getEngine() - Method in class org.zkoss.zul.Tabbox
Returns the implementation tabbox engine.
getEntrySet() - Method in class org.zkoss.zul.WaferMapModel
Internal Use Only.
getErrorboxIconSclass() - Method in class org.zkoss.zul.impl.InputElement
Returns the class name of the custom style applied to the errorbox icon of this component.
getErrorboxSclass() - Method in class org.zkoss.zul.impl.InputElement
Returns the class name of the custom style applied to the errorbox of this component.
getErrorMessage() - Method in class org.zkoss.zul.impl.InputElement
Returns the error message that is caused when user entered invalid value, or null if no error at all.
getErrorMessage(Component) - Method in class org.zkoss.zul.SimpleConstraint
Returns the custom error message that shall be shown if an error occurs, or null if no custom error message specified.
getExclude() - Method in class org.zkoss.zul.Captcha
Get exclude characters.
getExtraCtrl() - Method in class org.zkoss.zul.Audio
 
getExtraCtrl() - Method in class org.zkoss.zul.Combobox
 
getExtraCtrl() - Method in class org.zkoss.zul.Datebox
 
getExtraCtrl() - Method in class org.zkoss.zul.Grid
 
getExtraCtrl() - Method in class org.zkoss.zul.Iframe
 
getExtraCtrl() - Method in class org.zkoss.zul.Image
 
getExtraCtrl() - Method in class org.zkoss.zul.impl.LabelImageElement
 
getExtraCtrl() - Method in class org.zkoss.zul.Listbox
 
getExtraCtrl() - Method in class org.zkoss.zul.Listitem
 
getExtraCtrl() - Method in class org.zkoss.zul.Row
 
getExtraCtrl() - Method in class org.zkoss.zul.Rows
 
getExtraCtrl() - Method in class org.zkoss.zul.Selectbox
 
getExtraCtrl() - Method in class org.zkoss.zul.Treechildren
 
getFgAlpha() - Method in class org.zkoss.zul.Chart
Get the foreground alpha (transparency, 0 ~ 255, opaque).
getFlags() - Method in class org.zkoss.zul.SimpleConstraint
Returns the constraint flags, i.e., a combination of SimpleConstraint.NO_POSITIVE, SimpleConstraint.NO_NEGATIVE, SimpleConstraint.STRICT and others.
getFont(int) - Method in class org.zkoss.zul.Captcha
Get nth Font.
getFontColor() - Method in class org.zkoss.zul.Captcha
Gets font color.
getFontRGB() - Method in class org.zkoss.zul.Captcha
Get the font color in int array (0: red, 1: green, 2:blue).
getFonts() - Method in class org.zkoss.zul.Captcha
Gets fonts list, default provide two fonts.
getFoot() - Method in class org.zkoss.zul.Grid
Returns the foot.
getFootToolbar() - Method in class org.zkoss.zul.Panel
Returns the foot toolbar of this panel.
getFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
Returns the format.
getFrameBgAlpha() - Method in class org.zkoss.zul.DialModel
Get the background alpha of the dial frame (transparency, 0 ~ 255, opacue).
getFrameBgColor() - Method in class org.zkoss.zul.DialModel
Get the background color of the dial frame (in string as #RRGGBB).
getFrameBgColor1() - Method in class org.zkoss.zul.DialModel
Get the 1st background color of the dial frame (in string as #RRGGBB) for gradient starting color.
getFrameBgColor2() - Method in class org.zkoss.zul.DialModel
Get the 2nd background color of the dial frame (in string as #RRGGBB) for gradient ending color.
getFrameBgRGB() - Method in class org.zkoss.zul.DialModel
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
getFrameBgRGB1() - Method in class org.zkoss.zul.DialModel
Get the 1st background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient starting color.
getFrameBgRGB2() - Method in class org.zkoss.zul.DialModel
Get the 2nd background color of the dial frame in int array (0: red, 1: green, 2:blue) for gradient ending color.
getFrameFgColor() - Method in class org.zkoss.zul.DialModel
Get the foreground color of the dial frame (in string as #RRGGBB).
getFrameFgRGB() - Method in class org.zkoss.zul.DialModel
Get the foreground color of the dial frame in int array (0: red, 1: green, 2:blue).
getFrozen() - Method in class org.zkoss.zul.Grid
Returns the frozen child.
getFrozen() - Method in class org.zkoss.zul.Listbox
Returns the frozen child.
getFrozen() - Method in class org.zkoss.zul.Tree
Returns the frozen child.
getGradientDirection() - Method in class org.zkoss.zul.DialModel
Returns the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
getGrid() - Method in class org.zkoss.zul.Column
Returns the grid that contains this column.
getGrid() - Method in class org.zkoss.zul.Columns
Returns the grid that it belongs to.
getGrid() - Method in class org.zkoss.zul.Foot
Returns the grid that it belongs to.
getGrid() - Method in class org.zkoss.zul.Footer
Returns the grid that this belongs to.
getGrid() - Method in class org.zkoss.zul.Row
Returns the grid that contains this row.
getGrid() - Method in class org.zkoss.zul.Rows
Returns the grid that contains this rows.
getGroup() - Method in class org.zkoss.zul.Group
 
getGroup(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the group value at the specified index.
getGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
 
getGroup() - Method in class org.zkoss.zul.Row
Returns the group that this row belongs to, or null.
getGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
Returns the data representing the group.
getGroupCount() - Method in interface org.zkoss.zul.GroupsModel
Returns the number of groups.
getGroupCount() - Method in class org.zkoss.zul.GroupsModelArray
 
getGroupCount() - Method in class org.zkoss.zul.Listbox
Returns the number of listgroup
getGroupCount() - Method in class org.zkoss.zul.Rows
Returns the number of groups.
getGroupCount() - Method in class org.zkoss.zul.SimpleGroupsModel
 
getGroupfoot() - Method in class org.zkoss.zul.Group
Returns the Groupfoot, if any.
getGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
Returns the foot value of the specified group, or null if the specified group does not have any foot.
getGroupfoot(int) - Method in class org.zkoss.zul.GroupsModelArray
 
getGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
getGroupfootIndex() - Method in class org.zkoss.zul.Group
Returns the index of Groupfoot
getGroupIndex() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the index of the group.
getGroupIndex() - Method in interface org.zkoss.zul.ext.GroupingInfo
Returns the index of this group
getGroupIndex() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
getGroupOffset(int) - Method in class org.zkoss.zul.impl.GroupsListModel
Returns the offset from 0 that a group in this ListModel.
getGroups() - Method in class org.zkoss.zul.Listbox
Returns a list of all Listgroup.
getGroups() - Method in class org.zkoss.zul.Rows
Returns a list of all Group.
getGroupsInfos() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getGroupsModel() - Method in class org.zkoss.zul.Grid
Returns the groups model associated with this grid, or null if this grid is associated with a ListModel or not associated with any list data model.
getGroupsModel() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getGroupsModel() - Method in class org.zkoss.zul.Listbox
Returns the groups model associated with this list box, or null if this list box is associated with a ListModel or not associated with any list data model.
getHeads() - Method in class org.zkoss.zul.Grid
Returns a collection of heads, including Grid.getColumns() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in class org.zkoss.zul.Listbox
Returns a collection of heads, including Listbox.getListhead() and auxiliary heads (Auxhead) (never null).
getHeads() - Method in class org.zkoss.zul.Tree
Returns a collection of heads, including Tree.getTreecols() and auxiliary heads (Auxhead) (never null).
getHeight() - Method in class org.zkoss.zul.Grid.ExtraCtrl
 
getHeight() - Method in interface org.zkoss.zul.impl.Padding
Returns the padding height in px.
getHeight() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
getHeights() - Method in class org.zkoss.zul.Box
Deprecated.
As of release 5.0.0, use Cell instead.
getHflex() - Method in class org.zkoss.zul.Panelchildren
 
getHigh(int) - Method in interface org.zkoss.zul.HiLoModel
Get High value of a specified data index.
getHigh(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getHover() - Method in class org.zkoss.zul.Image
Returns the URI of the hover image.
getHoverImage() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the URI of the hover image.
getHoverImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
getHref() - Method in class org.zkoss.zul.A
Returns the href that the browser shall jump to, if an user clicks this button.
getHref() - Method in class org.zkoss.zul.Button
Returns the href that the browser shall jump to, if an user clicks this button.
getHref() - Method in class org.zkoss.zul.Menuitem
Returns the href.
getHspace() - Method in class org.zkoss.zul.Applet
Returns the horizontal spacing around an applet.
getHspace() - Method in class org.zkoss.zul.Image
Deprecated.
as of release 6.0.0, use CSS instead.
getIconSclass() - Method in class org.zkoss.zul.Bandbox
Returns the iconSclass name of this Bandbox.
getIconSclass() - Method in class org.zkoss.zul.Combobox
Returns the iconSclass name of this Combobox.
getIconSclass() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the icon font
getIconSclass() - Method in class org.zkoss.zul.Rating
Returns the iconSclass name of this rating.
getImage() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns the image URI.
getImage() - Method in class org.zkoss.zul.Listitem
Returns the image of the Listcell it contains.
getImage() - Method in class org.zkoss.zul.Treeitem
Returns the image of the Treecell it contains.
getImage() - Method in class org.zkoss.zul.Treerow
Returns the image of the Treecell it contains, or null if no such cell.
getImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
getImgTag() - Method in class org.zkoss.zul.Group
Returns the HTML IMG tag for the image part, or null if no image is assigned.
getIndex() - Method in class org.zkoss.zul.ArrayComparator
Returns the index of the element.
getIndex() - Method in class org.zkoss.zul.Comboitem
Returns the index of this Comboitem.
getIndex(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
getIndex() - Method in class org.zkoss.zul.DialModelScale
 
getIndex() - Method in class org.zkoss.zul.Listitem
Returns the index of this item (a.k.a., the order in the listbox).
getIndex() - Method in class org.zkoss.zul.Row
Returns the index of the specified row.
getIndex() - Method in class org.zkoss.zul.Tab
Returns the index of this panel, or -1 if it doesn't belong to any tabs.
getIndex() - Method in class org.zkoss.zul.Tabpanel
Returns the index of this panel, or -1 if it doesn't belong to any tabpanels.
getIndex() - Method in class org.zkoss.zul.Treeitem
return the index of this item
getIndex(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
Returns the index of node in this node's children.
getIndex0() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the lower index of the change range.
getIndex0() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the lower index of the change range.
getIndex1() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the upper index of the change range.
getIndex1() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the upper index of the change range.
getIndexFrom() - Method in class org.zkoss.zul.event.TreeDataEvent
Return the lower index of the change range
getIndexOfChild(E, E) - Method in class org.zkoss.zul.AbstractTreeModel
Returns the index of child in parent.
getIndexOfChild(TreeNode<E>, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
 
getIndexOfChild(E, E) - Method in interface org.zkoss.zul.TreeModel
Returns the index of the given child in the given parent.
getIndexOfItem(Listitem) - Method in class org.zkoss.zul.Listbox
Returns the index of the specified item, or -1 if not found.
getIndexTo() - Method in class org.zkoss.zul.event.TreeDataEvent
Return the upper index of the change range
getInnerArray() - Method in class org.zkoss.zul.ListModelArray
Get the inner real Object[].
getInnerList() - Method in class org.zkoss.zul.ListModelList
Get the inner real List.
getInnerMap() - Method in class org.zkoss.zul.ListModelMap
Get the inner real Map.
getInnerRadius() - Method in class org.zkoss.zul.DialModelRange
Return the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
getInnerSet() - Method in class org.zkoss.zul.ListModelSet
Get the inner real set.
getInnerWidth() - Method in class org.zkoss.zul.Grid
Returns the inner width of this component.
getInnerWidth() - Method in class org.zkoss.zul.Listbox
Returns the inner width of this component.
getInnerWidth() - Method in class org.zkoss.zul.Tree
Returns the inner width of this component.
getInputAttributes() - Method in class org.zkoss.zul.impl.InputElement
Returns the additional attributes which is set by setInputAttributes(Map inputAttributes).
getInstance(String) - Static method in class org.zkoss.zul.SimpleConstraint
Parses a list of constraints from a string to an integer representing a combination of SimpleConstraint.NO_POSITIVE and other flags.
getInstant() - Method in class org.zkoss.zul.impl.InputElement
Returns true if onChange event is sent as soon as user types in the input component.
getIntAttribute(Component, String, int, boolean) - Static method in class org.zkoss.zul.impl.Utils
Returns the number if the given attribute is defined in a component or in library property.
getIntHeight() - Method in class org.zkoss.zul.Captcha
Get the captcha int height in pixel; to be used by the derived subclass.
getIntHeight() - Method in class org.zkoss.zul.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getIntWidth() - Method in class org.zkoss.zul.Captcha
Get the captcha int width in pixel; to be used by the derived subclass.
getIntWidth() - Method in class org.zkoss.zul.Chart
Get the chart int width in pixel; to be used by the derived subclass.
getItemAtIndex(int) - Method in class org.zkoss.zul.Combobox
Returns the item at the specified index.
getItemAtIndex(int) - Method in class org.zkoss.zul.Listbox
Returns the item at the specified index.
getItemAtIndex(int) - Method in class org.zkoss.zul.Radiogroup
Returns the radio button at the specified index.
getItemCount() - Method in class org.zkoss.zul.Combobox
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Group
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Listbox
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Listgroup
Returns the number of items.
getItemCount() - Method in class org.zkoss.zul.Radiogroup
Returns the number of radio buttons in this group.
getItemCount() - Method in class org.zkoss.zul.Tree
Returns the number of child Treeitem.
getItemCount() - Method in class org.zkoss.zul.Treechildren
Returns the number of child Treeitem including all descendants.
getItemRenderer() - Method in class org.zkoss.zul.Combobox
Returns the renderer to render each row, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Listbox
Returns the renderer to render each item, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Selectbox
Returns the renderer to render each item, or null if the default renderer is used.
getItemRenderer() - Method in class org.zkoss.zul.Tree
Returns the renderer to render each item, or null if the default renderer is used.
getItems() - Method in class org.zkoss.zul.Combobox
Returns a 'live' list of all Comboitem.
getItems() - Method in class org.zkoss.zul.event.RenderEvent
Returns the (readonly) collection of items to render (never null).
getItems() - Method in class org.zkoss.zul.Group
Returns a list of all Row are grouped by this group.
getItems() - Method in class org.zkoss.zul.Listbox
Returns a live list of all Listitem.
getItems() - Method in class org.zkoss.zul.Listgroup
Returns a list of all Listitem are grouped by this listgroup.
getItems() - Method in class org.zkoss.zul.Radiogroup
Returns a readonly list of Radio.
getItems() - Method in class org.zkoss.zul.Tree
Returns a readonly list of all descending Treeitem (children's children and so on).
getItems() - Method in class org.zkoss.zul.Treechildren
Returns a readonly list of all descending Treeitem (children's children and so on).
getKeys() - Method in interface org.zkoss.zul.CategoryModel
Get (series, category) pairs of this chart data model.
getKeys() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns what keys were pressed when the column is resized, or 0 if none of them was pressed.
getKeys() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getLabel() - Method in class org.zkoss.zul.Group
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Groupfoot
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.impl.LabelElement
Returns the label (never null).
getLabel() - Method in class org.zkoss.zul.Listgroupfoot
Returns the value of the Label it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Listitem
Returns the label of the Listcell it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Treeitem
Returns the label of the Treecell it contains, or null if no such cell.
getLabel() - Method in class org.zkoss.zul.Treerow
Returns the label of the Treecell it contains, or null if no such cell.
getLegendFont() - Method in class org.zkoss.zul.Chart
Returns the legend font of this chart.
getLength() - Method in class org.zkoss.zul.Captcha
Get length of the autogenerated text value; default to 5.
getLevel() - Method in class org.zkoss.zul.Treecell
Returns the level this cell is.
getLevel() - Method in class org.zkoss.zul.Treeitem
Returns the level this cell is.
getLevel() - Method in class org.zkoss.zul.Treerow
Returns the level this cell is.
getLimit() - Method in class org.zkoss.zul.event.DataLoadingEvent
Returns the limit of the data chunk to be loaded.
getLimit() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the required visible limit size of the current loaded data chunk to be shown on the screen.
getLimit() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getLimit() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getLinkedPanel() - Method in class org.zkoss.zul.Tab
Returns the panel associated with this tab.
getLinkedTab() - Method in class org.zkoss.zul.Tabpanel
Returns the tab associated with this tab panel.
getLinkedTreechildren() - Method in class org.zkoss.zul.Treerow
Returns the Treechildren associated with this Treerow.
getLinkedTreerow() - Method in class org.zkoss.zul.Treechildren
Returns the Treerow that is associated with this treechildren, or null if no such treerow.
getListbox() - Method in class org.zkoss.zul.Listcell
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listfoot
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listfooter
Returns the listbox that this belongs to.
getListbox() - Method in class org.zkoss.zul.Listhead
Returns the list box that it belongs to.
getListbox() - Method in class org.zkoss.zul.Listheader
Returns the listbox that this belongs to.
getListbox() - Method in class org.zkoss.zul.Listitem
Returns the list box that it belongs to.
getListfoot() - Method in class org.zkoss.zul.Listbox
Returns Listfoot belonging to this listbox, or null if no list footers at all.
getListfoot() - Method in class org.zkoss.zul.Listgroup
Returns the Listfoot, if any.
getListgroup() - Method in class org.zkoss.zul.Listgroup
 
getListgroup() - Method in class org.zkoss.zul.Listitem
Returns the listgroup that this item belongs to, or null.
getListgroupfootIndex() - Method in class org.zkoss.zul.Listgroup
Returns the index of Listgroupfoot
getListhead() - Method in class org.zkoss.zul.Listbox
Returns Listhead belonging to this listbox, or null if no list headers at all.
getListheader() - Method in class org.zkoss.zul.Listcell
Returns the list header that is in the same column as this cell, or null if not available.
getListheader() - Method in class org.zkoss.zul.Listfooter
Returns the list header that is in the same column as this footer, or null if not available.
getListheader() - Method in class org.zkoss.zul.ListitemComparator
Returns the listheader that this comparator is associated with, or null if not available.
getListModel() - Method in class org.zkoss.zul.Grid
Returns the list model associated with this grid, or null if this grid is associated with a GroupsModel or not associated with any list data model.
getListModel() - Method in class org.zkoss.zul.Listbox
Returns the list model associated with this list box, or null if this list box is associated with a GroupsModel or not associated with any list data model.
getLocale() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Returns the locale associated with this component, or null if Locales.getCurrent() is preferred.
getLocale() - Method in class org.zkoss.zul.impl.NumberInputElement
Returns the locale associated with this number input element, or null if Locales.getCurrent() is preferred.
getLocalizedFormat() - Method in class org.zkoss.zul.Datebox
Returns the localized format, which is used when constructing a datebox.
getLow(int) - Method in interface org.zkoss.zul.HiLoModel
Get Low value of a specified data index.
getLow(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getLowerBound() - Method in class org.zkoss.zul.DialModelRange
Returns the lower bound in scale of this colored range.
getMajorTickInterval() - Method in class org.zkoss.zul.DialModelScale
Returns the interval between major tick (in lower bound and upper bound).
getMargins() - Method in class org.zkoss.zul.LayoutRegion
Returns the margins, which is a list of numbers separated by comma.
getMax() - Method in class org.zkoss.zul.Rating
Returns the max rating of this rating component.
getMax() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Returns the maximum value.
getMax() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Returns the maximum value.
getMaxlength() - Method in class org.zkoss.zul.impl.InputElement
Returns the maxlength.
getMaxlength() - Method in class org.zkoss.zul.Label
Returns the maximal length of the label.
getMaxlength() - Method in class org.zkoss.zul.Listbox
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Listcell
Returns the maximal length for this cell.
getMaxlength() - Method in class org.zkoss.zul.Listheader
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Listitem
Returns the maximal length of each item's label.
getMaxlength() - Method in class org.zkoss.zul.Treecell
Returns the maximal length for this cell, which is decided by the corresponding Treecell.getTreecol()'s Treecol.getMaxlength().
getMaxlength() - Method in class org.zkoss.zul.Treecol
Returns the maximal length of each item's label.
getMaxNumberInSubModel(int) - Method in class org.zkoss.zul.SimpleListModel
Returns the maximal allowed number of matched items in the sub-model returned by SimpleListModel.getSubModel(java.lang.Object, int).
getMaxpos() - Method in class org.zkoss.zul.Slider
Returns the maximum position of the slider.
getMaxposInDouble() - Method in class org.zkoss.zul.Slider
Returns the double value of slider's maximum position.
getMaxsize() - Method in class org.zkoss.zul.Fileupload
Deprecated.
As of release 5.0.0, replaced with Button.setUpload(String)
getMaxsize() - Method in class org.zkoss.zul.LayoutRegion
Returns the maximum size of the resizing element.
getMedia(String) - Method in class org.zkoss.zul.Audio.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Iframe.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.Image.ExtraCtrl
 
getMedia(String) - Method in class org.zkoss.zul.impl.LabelImageElement.ExtraCtrl
 
getMedia() - Method in class org.zkoss.zul.Style
Returns the media dependencies for this style sheet.
getMenupopup() - Method in class org.zkoss.zul.Columns
Returns the ID of the Menupopup (Menupopup) that should appear when the user clicks on the element.
getMenupopup() - Method in class org.zkoss.zul.Listhead
Returns the ID of the Menupopup (Menupopup) that should appear when the user clicks on the element.
getMenupopup() - Method in class org.zkoss.zul.Menu
Returns the Menupopup it owns, or null if not available.
getMin() - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Returns the minimum value.
getMin() - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Returns the minimum value.
getMinheight() - Method in class org.zkoss.zul.Panel
Returns the minimum height.
getMinheight() - Method in class org.zkoss.zul.Window
Returns the minimum height.
getMinorTickCount() - Method in class org.zkoss.zul.DialModelScale
returns the number of minor ticks between major tick.
getMinpos() - Method in class org.zkoss.zul.Slider
Returns the minimum position of the slider.
getMinposInDouble() - Method in class org.zkoss.zul.Slider
Returns the double value of slider's minimum position.
getMinsize() - Method in class org.zkoss.zul.LayoutRegion
Returns the minimum size of the resizing element.
getMinwidth() - Method in class org.zkoss.zul.Panel
Returns the minimum width.
getMinwidth() - Method in class org.zkoss.zul.Window
Returns the minimum width.
getMode() - Method in class org.zkoss.zul.Include
Returns the inclusion mode.
getMode() - Method in class org.zkoss.zul.Toolbarbutton
 
getMode() - Method in class org.zkoss.zul.Window
Returns the current mode.
getModel() - Method in class org.zkoss.zul.Chart
Returns the chart model associated with this chart, or null if this chart is not associated with any chart data model.
getModel() - Method in class org.zkoss.zul.Combobox
Returns the list model associated with this combobox, or null if this combobox is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.DefaultTreeNode
 
getModel() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the chart model that fires this event.
getModel() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the list model that fires this event.
getModel() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the list model that fires this event.
getModel() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the tree model that fires this event.
getModel() - Method in class org.zkoss.zul.Grid
Returns the model associated with this grid, or null if this grid is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Listbox
Returns the model associated with this list box, or null if this list box is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Radiogroup
Returns the list model associated with this radiogroup, or null if this radiogroup is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Selectbox
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Tabbox
Returns the model associated with this selectbox, or null if this selectbox is not associated with any list data model.
getModel() - Method in class org.zkoss.zul.Tree
Returns the list model associated with this tree, or null if this tree is not associated with any tree data model.
getModel() - Method in interface org.zkoss.zul.TreeNode
Returns the tree model it belongs to.
getModeType() - Method in class org.zkoss.zul.Window
Returns the current mode.
getMold() - Method in class org.zkoss.zul.Listitem
 
getName() - Method in class org.zkoss.zul.Calendar
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Checkbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Iframe
Returns the frame name.
getName() - Method in class org.zkoss.zul.impl.InputElement
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Listbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Radio
Returns the name of this radio button.
getName() - Method in class org.zkoss.zul.Radiogroup
Returns the name of this group of radio buttons.
getName() - Method in class org.zkoss.zul.Selectbox
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Slider
Returns the name of this component.
getName() - Method in class org.zkoss.zul.Tree
Returns the name of this component.
getNeedleColor() - Method in class org.zkoss.zul.DialModelScale
Get the needle color of this scale(in string as #RRGGBB).
getNeedleRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
getNeedleRGB() - Method in class org.zkoss.zul.DialModelScale
Get the needle color of this scale in int array (0: red, 1: green, 2:blue).
getNeedleType() - Method in class org.zkoss.zul.DialModelScale
Returns the needle type of this scale ("pointer" or "pin")
getNonselectableTags() - Method in class org.zkoss.zul.Listbox
Returns a list of HTML tag names that shall not cause the list item being selected if they are clicked.
getNonselectableTags() - Method in class org.zkoss.zul.Tree
Returns a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
getNorth() - Method in class org.zkoss.zul.Borderlayout
 
getNumber() - Method in class org.zkoss.zul.Fileupload
Deprecated.
As of release 5.0.0, replaced with Button.setUpload(String)
getOddRowSclass() - Method in class org.zkoss.zul.Grid
Returns the style class for the odd rows.
getOddRowSclass() - Method in class org.zkoss.zul.Listbox
Returns the style class for the odd rows.
getOffset() - Method in class org.zkoss.zul.event.DataLoadingEvent
Returns the offset of the data chunk to be loaded.
getOffset() - Method in interface org.zkoss.zul.ext.GroupingInfo
The offset of an element in a group.
getOffset() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the requested visible offset of the current loaded data chunk.
getOffset() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getOffset() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
getOffset() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getOpen(int) - Method in interface org.zkoss.zul.HiLoModel
Get Open value of a specified data index.
getOpen(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getOpenCount() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenCount() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns the number of paths that are opened.
getOpenObjects() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenObjects() - Method in interface org.zkoss.zul.ext.Openable
Returns the objects that are opened.
getOpenPath() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenPath() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns the first path in the open.
getOpenPaths() - Method in class org.zkoss.zul.AbstractTreeModel
 
getOpenPaths() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns the paths in the open.
getOrderBy() - Method in class org.zkoss.zul.FieldComparator
Returns the order-by clause.
getOrient() - Method in class org.zkoss.zul.Box
Returns the orient (the same as AbstractComponent.getMold()).
getOrient() - Method in class org.zkoss.zul.Button
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Chart
Get the chart orientation (vertical or horizontal)
getOrient() - Method in class org.zkoss.zul.Inputgroup
Returns the orientation.
getOrient() - Method in class org.zkoss.zul.Menubar
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Radiogroup
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Rating
Returns the orientation of this rating component.
getOrient() - Method in class org.zkoss.zul.Separator
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Slider
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Splitter
Returns the orientation of the splitter.
getOrient() - Method in class org.zkoss.zul.Tabbox
Returns the orient.
getOrient() - Method in class org.zkoss.zul.Toolbar
Returns the orient.
getOuterRadius() - Method in class org.zkoss.zul.DialModelRange
Return the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
getOwner() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the associated owner component of this DataLoader.
getOwner() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getOwner() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getPack() - Method in class org.zkoss.zul.Box
Returns the pack alignment of cells of this box (start, center, end) plus an indication stretch option.
getPackages() - Method in class org.zkoss.zul.Script
Returns the list of packages to load before evaluating the script defined in Script.getContent().
getPageable() - Method in class org.zkoss.zul.event.PageSizeEvent
Returns the pageable controller.
getPageable() - Method in class org.zkoss.zul.event.PagingEvent
Returns the pageable controller.
getPageCount() - Method in class org.zkoss.zul.AbstractListModel
 
getPageCount() - Method in class org.zkoss.zul.AbstractTreeModel
Returns the number of pages.
getPageCount() - Method in interface org.zkoss.zul.ext.Pageable
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.impl.MeshElement
Returns the number of pages.
getPageCount() - Method in class org.zkoss.zul.Paging
 
getPageIncrement() - Method in interface org.zkoss.zul.ext.Paginal
Returns the number of page anchors shall appear at the client.
getPageIncrement() - Method in class org.zkoss.zul.Paging
 
getPageIncrement() - Method in class org.zkoss.zul.Slider
Returns the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
getPageIncrementInDouble() - Method in class org.zkoss.zul.Slider
Returns the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
getPageSize() - Method in class org.zkoss.zul.AbstractListModel
 
getPageSize() - Method in class org.zkoss.zul.AbstractTreeModel
 
getPageSize() - Method in class org.zkoss.zul.event.PageSizeEvent
Returns the page size.
getPageSize() - Method in interface org.zkoss.zul.ext.Pageable
Returns the number of items per page.
getPageSize() - Method in class org.zkoss.zul.impl.MeshElement
Returns the page size, a.k.a., the number rows per page.
getPageSize() - Method in class org.zkoss.zul.Paging
 
getPageSize() - Method in class org.zkoss.zul.Tree
Returns the page size, a.k.a., the number items per page.
getPaginal() - Method in class org.zkoss.zul.Grid
Returns the paging controller, or null if not available.
getPaginal() - Method in class org.zkoss.zul.Listbox
Returns the paging controller, or null if not available.
getPaginal() - Method in class org.zkoss.zul.Tree
Returns the paging controller, or null if not available.
getPagingChild() - Method in class org.zkoss.zul.Grid
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Grid.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChild() - Method in class org.zkoss.zul.Listbox
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Listbox.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingChild() - Method in class org.zkoss.zul.Tree
Returns the child paging controller that is created automatically, or null if mold is not "paging", or the controller is specified externally by Tree.setPaginal(org.zkoss.zul.ext.Paginal).
getPagingEvent(AuRequest) - Static method in class org.zkoss.zul.event.PagingEvent
Converts an AU request to a render event.
getPagingPosition() - Method in interface org.zkoss.zul.ext.Paginated
Returns the paging position if the component contains a paging component.
getPagingPosition() - Method in class org.zkoss.zul.impl.MeshElement
Returns how to position the paging of mesh element at the client screen.
getPaneAlpha() - Method in class org.zkoss.zul.Chart
Get the pane alpha (transparency, 0 ~ 255, opacue).
getPaneColor() - Method in class org.zkoss.zul.Chart
Get the pane color of the chart (in string as #RRGGBB).
getPanelchildren() - Method in class org.zkoss.zul.Panel
Returns the panelchildren of this panel.
getPanelSpacing() - Method in class org.zkoss.zul.Tabbox
Returns the spacing between Tabpanel.
getPaneRGB() - Method in class org.zkoss.zul.Chart
Get the pane color in int array (0: red, 1: green, 2:blue).
getParams() - Method in class org.zkoss.zul.Applet
Returns a map of parameters (never null).
getParent() - Method in class org.zkoss.zul.DefaultTreeNode
 
getParent() - Method in interface org.zkoss.zul.TreeNode
Returns the parent TreeNode of this node.
getParentItem() - Method in class org.zkoss.zul.Treeitem
Returns the parent tree item, or null if this item is already the top level of the tree.
getPath(E) - Method in class org.zkoss.zul.AbstractTreeModel
Returns the path from the specified child.
getPath(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
Returns the path from the child, where the path indicates the child is placed in the whole tree.
getPath() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the path of the affected node.
getPath(E) - Method in interface org.zkoss.zul.TreeModel
Returns the path from the given child, where the path indicates the child is placed in the whole tree.
getPercent() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getPeriod() - Method in class org.zkoss.zul.Chart
Returns the period used in Time Series Chart.
getPlaceholder() - Method in class org.zkoss.zul.impl.InputElement
Returns the placeholder text
getPopup() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should appear when the user clicks on the element.
getPopupWidth() - Method in class org.zkoss.zul.Bandbox
 
getPopupWidth() - Method in class org.zkoss.zul.Combobox
 
getPosition() - Method in class org.zkoss.zul.Center
getPosition() - Method in class org.zkoss.zul.Datebox
 
getPosition() - Method in class org.zkoss.zul.East
getPosition() - Method in class org.zkoss.zul.LayoutRegion
Returns this regions position (north/south/east/west/center).
getPosition() - Method in class org.zkoss.zul.North
getPosition() - Method in class org.zkoss.zul.South
getPosition() - Method in class org.zkoss.zul.West
getPosition() - Method in class org.zkoss.zul.Window
Returns how to position the window at the client screen.
getPreload() - Method in class org.zkoss.zul.Audio
Returns whether and how the audio should be loaded.
getPreloadSize() - Method in class org.zkoss.zul.Grid
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Returns the number of rows to preload when receiving the rendering request from the client.

Default: 50. (since 6.0.1)

It is used only if live data (Grid.setModel(ListModel) and not paging (Grid.getPagingChild().

Note: if the "pre-load-size" attribute of component is specified, it's prior to the original value.(@since 3.0.4)

getPreloadSize() - Method in class org.zkoss.zul.Listbox
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Returns the number of items to preload when receiving the rendering request from the client.

Default: 50. (Since 6.0.1)

It is used only if live data (Listbox.setModel(ListModel) and not paging (Listbox.getPagingChild().

Note: if the "pre-load-size" attribute of component is specified, it's prior to the original value.(@since 3.0.4)

getPreviousWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the previous column width
getPreviousWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the previous column width of the specified column index.
getPriority(String) - Static method in class org.zkoss.zul.theme.Themes
Return the priority of the given theme
getProgressing() - Method in class org.zkoss.zul.Include
Returns whether to show the MZul.PLEASE_WAIT message before a long operation.
getPropertyAccess(String) - Method in class org.zkoss.zul.Combobox
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Datebox
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Decimalbox
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Doublebox
 
getPropertyAccess(String) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
getPropertyAccess(String) - Method in class org.zkoss.zul.impl.FormatInputElement
 
getPropertyAccess(String) - Method in class org.zkoss.zul.impl.InputElement
 
getPropertyAccess(String) - Method in class org.zkoss.zul.impl.LabelElement
 
getPropertyAccess(String) - Method in class org.zkoss.zul.impl.LabelImageElement
 
getPropertyAccess(String) - Method in class org.zkoss.zul.impl.NumberInputElement
 
getPropertyAccess(String) - Method in class org.zkoss.zul.impl.XulElement
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Intbox
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Label
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Longbox
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Textbox
 
getPropertyAccess(String) - Method in class org.zkoss.zul.Timebox
 
getPropertyKey() - Method in class org.zkoss.zul.event.DialChartDataEvent
Return the key of the property.
getQuality() - Method in class org.zkoss.zul.Flash
Returns the quality of the Flash movie
getRadiogroup() - Method in class org.zkoss.zul.Radio
Returns Radiogroup that this radio button belongs to.
getRadioRenderer() - Method in class org.zkoss.zul.Radiogroup
Returns the renderer to render each radio, or null if the default renderer is used.
getRange(int) - Method in class org.zkoss.zul.DialModelScale
Returns the color range of the specified index.
getRangeColor() - Method in class org.zkoss.zul.DialModelRange
Get the background color of the dial frame (in string as #RRGGBB).
getRangeRGB() - Method in class org.zkoss.zul.DialModelRange
Get the background color of the dial frame in int array (0: red, 1: green, 2:blue).
getRating() - Method in class org.zkoss.zul.Rating
Returns the rating.
getRawOrderBy() - Method in class org.zkoss.zul.FieldComparator
Returns the original order-by clause passed to the constructor.
getRawText() - Method in class org.zkoss.zul.impl.InputElement
Returns the text directly without checking whether any error message not yet fixed.
getRawValue() - Method in class org.zkoss.zul.impl.InputElement
Returns the raw value directly with checking whether any error message not yet fixed.
getRealFormat() - Method in class org.zkoss.zul.Datebox
Returns the real format, i.e., the combination of the format patterns, such as yyyy-MM-dd.
getRealFormat() - Method in class org.zkoss.zul.impl.FormatInputElement
Returns the real format.
getRealFormat() - Method in class org.zkoss.zul.Timebox
Returns the real format, i.e., the combination of the format patterns, such as hh:mm.
getRealRenderer() - Method in interface org.zkoss.zul.impl.DataLoader
Return the renderer to do rendering.
getRealRenderer() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getRealRenderer() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getRealRenderer() - Method in class org.zkoss.zul.Selectbox
 
getRenderEvent(AuRequest) - Static method in class org.zkoss.zul.event.RenderEvent
Converts an AU request to a render event.
getResult() - Method in class org.zkoss.zul.impl.FileuploadDlg
Returns the result.
getResult() - Method in class org.zkoss.zul.impl.MessageboxDlg
Returns the result which is the button being pressed.
getRightColumns() - Method in class org.zkoss.zul.Frozen
Returns the number of right columns to freeze.
getRoot() - Method in class org.zkoss.zul.AbstractTreeModel
Return the root of the tree model.
getRoot() - Method in interface org.zkoss.zul.TreeModel
Returns the root of the tree.
getRoundingMode() - Method in class org.zkoss.zul.impl.NumberInputElement
Returns the rounding mode.
getRowRenderer() - Method in class org.zkoss.zul.Grid
Returns the renderer to render each row, or null if the default renderer is used.
getRows() - Method in class org.zkoss.zul.Frozen
Returns the number of rows to freeze.
getRows() - Method in class org.zkoss.zul.Grid
Returns the rows.
getRows() - Method in class org.zkoss.zul.Listbox
Returns the rows.
getRows() - Method in class org.zkoss.zul.Textbox
Returns the rows.
getRows() - Method in class org.zkoss.zul.Tree
Returns the rows.
getRowspan() - Method in class org.zkoss.zul.Auxheader
Returns number of rows to span this header.
getRowspan() - Method in class org.zkoss.zul.Cell
Returns number of rows to span.
getScale() - Method in class org.zkoss.zul.Decimalbox
Returns the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
getScale(int) - Method in class org.zkoss.zul.DialModel
Returns the DialModelScale of the specified index.
getScaleExtent() - Method in class org.zkoss.zul.DialModelScale
Returns angles in degree extended from the starting angle (counter clockwise is positive).
getScaleInput() - Method in class org.zkoss.zul.Slider
Returns the scale ratio of the input in knob mold.
getScaleLowerBound() - Method in class org.zkoss.zul.DialModelScale
Returns the scale's lower bound.
getScaleStartAngle() - Method in class org.zkoss.zul.DialModelScale
Returns starting angle in degree associated to the sclae's lower bound (0 degree point to east, counter-clockwise is positive).
getScaleUpperBound() - Method in class org.zkoss.zul.DialModelScale
Returns the scale's upper bound.
getSclass() - Method in class org.zkoss.zul.Row
Returns the style class.
getScrolling() - Method in class org.zkoss.zul.Iframe
Return the scroll bars.
getSelectableModel() - Method in class org.zkoss.zul.Tabbox
 
getSelectedCount() - Method in class org.zkoss.zul.Listbox
Returns the number of items being selected.
getSelectedCount() - Method in class org.zkoss.zul.Tree
Returns the number of items being selected.
getSelectedIndex() - Method in class org.zkoss.zul.Combobox
Returns the index of the selected item, or -1 if not selected.
getSelectedIndex() - Method in class org.zkoss.zul.Listbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Radiogroup
Returns the index of the selected radio button (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Selectbox
Returns the index of the selected item (-1 if no one is selected).
getSelectedIndex() - Method in class org.zkoss.zul.Tabbox
Returns the selected index.
getSelectedItem() - Method in class org.zkoss.zul.Combobox
Returns the selected item.
getSelectedItem() - Method in class org.zkoss.zul.Listbox
Returns the selected item.
getSelectedItem() - Method in class org.zkoss.zul.Radiogroup
Returns the selected radio button.
getSelectedItem() - Method in class org.zkoss.zul.Tree
Returns the selected item.
getSelectedItems() - Method in class org.zkoss.zul.Listbox
Returns all selected items.
getSelectedItems() - Method in class org.zkoss.zul.Tree
Returns all selected items.
getSelectedPanel() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab panel.
getSelectedTab() - Method in class org.zkoss.zul.Tabbox
Returns the selected tab.
getSelection() - Method in class org.zkoss.zul.AbstractGroupsModel
Returns the current selection.
getSelection() - Method in class org.zkoss.zul.AbstractListModel
Returns the current selection.
getSelection() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelection() - Method in interface org.zkoss.zul.ext.Selectable
Returns the current selection.
getSelection() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getSelectionControl() - Method in class org.zkoss.zul.AbstractGroupsModel
 
getSelectionControl() - Method in class org.zkoss.zul.AbstractListModel
 
getSelectionControl() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelectionControl() - Method in interface org.zkoss.zul.ext.Selectable
Returns the selection control for the selection model, if any.
getSelectionControl() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getSelectionCount() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelectionCount() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns the number of paths that are selected.
getSelectionPath() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelectionPath() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns the first path in the selection.
getSelectionPaths() - Method in class org.zkoss.zul.AbstractTreeModel
 
getSelectionPaths() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns the paths in the selection.
getSeltype() - Method in class org.zkoss.zul.Listbox
Returns the seltype.
getSeltype() - Method in class org.zkoss.zul.Tree
Returns the seltype.
getSeries(int) - Method in interface org.zkoss.zul.CategoryModel
Get a series of the specified index;
getSeries() - Method in interface org.zkoss.zul.CategoryModel
Get all series as a collection.
getSeries() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the series of the chart data model.
getSeries() - Method in interface org.zkoss.zul.HiLoModel
Get the only series.
getSeries(int) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getSeries() - Method in class org.zkoss.zul.SimpleCategoryModel
 
getSeries() - Method in class org.zkoss.zul.SimpleHiLoModel
 
getSeries(int) - Method in class org.zkoss.zul.SimpleXYModel
 
getSeries() - Method in class org.zkoss.zul.SimpleXYModel
 
getSeries(int) - Method in interface org.zkoss.zul.XYModel
Get a series of the specified index;
getSeries() - Method in interface org.zkoss.zul.XYModel
Get all series as a collection.
getSeriesIndex() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the series index, if any.
getShape() - Method in class org.zkoss.zul.Area
Returns the shape of this area.
getShowTodayLink() - Method in class org.zkoss.zul.Calendar
Returns whether enable to show the link that jump to today in day view
getShowTodayLink() - Method in class org.zkoss.zul.Datebox
Returns whether enable to show the link that jump to today in day view
getSize() - Method in class org.zkoss.zul.Center
The size can't be returned in this component.
getSize() - Method in class org.zkoss.zul.East
Returns the size of this region.
getSize() - Method in class org.zkoss.zul.impl.GroupsListModel
 
getSize() - Method in class org.zkoss.zul.LayoutRegion
Returns the size of this region.
getSize() - Method in interface org.zkoss.zul.ListModel
Returns the length of the list.
getSize() - Method in class org.zkoss.zul.ListModelArray
 
getSize() - Method in class org.zkoss.zul.ListModelList
 
getSize() - Method in class org.zkoss.zul.ListModelMap
 
getSize() - Method in class org.zkoss.zul.ListModelSet
 
getSize() - Method in class org.zkoss.zul.North
Returns the size of this region.
getSize() - Method in class org.zkoss.zul.SimpleListModel
 
getSize() - Method in class org.zkoss.zul.South
Returns the size of this region.
getSize() - Method in class org.zkoss.zul.West
Returns the size of this region.
getSlidingtext() - Method in class org.zkoss.zul.Slider
Returns the sliding text.
getSortAscending() - Method in class org.zkoss.zul.Column
Returns the ascending sorter, or null if not available.
getSortAscending() - Method in class org.zkoss.zul.Listheader
Returns the ascending sorter, or null if not available.
getSortAscending() - Method in class org.zkoss.zul.Treecol
Returns the ascending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Column
Returns the descending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Listheader
Returns the descending sorter, or null if not available.
getSortDescending() - Method in class org.zkoss.zul.Treecol
Returns the descending sorter, or null if not available.
getSortDirection() - Method in class org.zkoss.zul.Column
Returns the sort direction.
getSortDirection(Comparator<TreeNode<E>>) - Method in class org.zkoss.zul.DefaultTreeModel
 
getSortDirection(Comparator<T>) - Method in interface org.zkoss.zul.ext.Sortable
Returns the sort direction of this model for the given comparator.
getSortDirection() - Method in class org.zkoss.zul.Listheader
Returns the sort direction.
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelArray
 
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelList
 
getSortDirection(Comparator<Map.Entry<K, V>>) - Method in class org.zkoss.zul.ListModelMap
 
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelSet
 
getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.SimpleListModel
 
getSortDirection() - Method in class org.zkoss.zul.Treecol
Returns the sort direction.
getSouth() - Method in class org.zkoss.zul.Borderlayout
 
getSpace() - Method in class org.zkoss.zul.WaferMapModel
Returns the space between chips, default to 1.
getSpacing() - Method in class org.zkoss.zul.Box
Returns the spacing between adjacent children, or null if the default spacing is used.
getSpacing() - Method in class org.zkoss.zul.Layout
Returns the spacing between adjacent children, or null if the default spacing is used.
getSpacing() - Method in class org.zkoss.zul.Separator
Returns the spacing.
getSpan() - Method in class org.zkoss.zul.impl.FooterElement
Returns number of columns to span this footer.
getSpan() - Method in class org.zkoss.zul.impl.MeshElement
Return column span hint of this component.
getSpan() - Method in class org.zkoss.zul.Listcell
Returns number of columns to span this cell.
getSpan() - Method in class org.zkoss.zul.Treecell
Returns number of columns to span this cell.
getSpans() - Method in class org.zkoss.zul.Row
Deprecated.
As of release 5.0.0, use Cell instead.
getSrc() - Method in class org.zkoss.zul.Audio
Returns the src.
getSrc() - Method in class org.zkoss.zul.Flash
Gets the source path of Flash movie
getSrc() - Method in class org.zkoss.zul.Iframe
Returns the src.
getSrc() - Method in class org.zkoss.zul.Image
Returns the source URI of the image.
getSrc() - Method in class org.zkoss.zul.impl.LabelImageElement
Deprecated.
As of release 3.5.0, it is redundant since it is the same as LabelImageElement.getImage()
getSrc() - Method in class org.zkoss.zul.Include
Returns the src.
getSrc() - Method in class org.zkoss.zul.Listitem
Deprecated.
As of release 3.5.0, it is redundant since it is the same Listitem.getImage().
getSrc() - Method in class org.zkoss.zul.Script
Returns the URI of the source that contains the script codes.
getSrc() - Method in class org.zkoss.zul.Style
Returns the URI of an external style sheet.
getSrc() - Method in class org.zkoss.zul.Treeitem
Deprecated.
As of release 3.5.0, it is redundant since it the same as Treeitem.getImage().
getStart() - Method in class org.zkoss.zul.Frozen
Returns the start position of the scrollbar.
getStart() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getState() - Method in class org.zkoss.zul.Checkbox
Returns the current state according to isIndeterminate() and isChecked().
getStep() - Method in class org.zkoss.zul.Doublespinner
Return the step of double spinner
getStep() - Method in class org.zkoss.zul.Slider
Returns the step of slider
getStep() - Method in class org.zkoss.zul.Spinner
Return the step of spinner
getStepInDouble() - Method in class org.zkoss.zul.Slider
Returns the step of slider
getStrokeWidth() - Method in class org.zkoss.zul.Slider
Returns the stroke width of the knob slider.
getSubModel(Object, int) - Method in interface org.zkoss.zul.ListSubModel
Returns the subset of list model data that the subset data is extract from combobox's list model data.
getSubModel(Object, int) - Method in class org.zkoss.zul.SimpleListModel
Returns the subset of the list model data that matches the specified value.
getSubtasks() - Method in class org.zkoss.zul.GanttModel.GanttTask
 
getTabbox() - Method in class org.zkoss.zul.Tab
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabpanel
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabpanels
Returns the tabbox owns this component.
getTabbox() - Method in class org.zkoss.zul.Tabs
Returns the tabbox owns this component.
getTabboxRenderer() - Method in class org.zkoss.zul.Tabbox
Returns the renderer to render each tab and tabpanel, or null if the default renderer is used.
getTabindexInteger() - Method in class org.zkoss.zul.Area
Returns null if not set.
getTabpanels() - Method in class org.zkoss.zul.Tabbox
Returns the tabpanels that this tabbox owns.
getTabs() - Method in class org.zkoss.zul.Tabbox
Returns the tabs that this tabbox owns.
getTarget() - Method in class org.zkoss.zul.A
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.Button
Returns the target frame or window.
getTarget() - Method in class org.zkoss.zul.Menuitem
Returns the target frame or window.
getTargetValue() - Method in class org.zkoss.zul.Doublespinner
 
getTargetValue() - Method in class org.zkoss.zul.impl.InputElement
Returns the value in the targeting type.
getTargetValue() - Method in class org.zkoss.zul.Spinner
 
getTasks(Comparable<?>) - Method in class org.zkoss.zul.GanttModel
 
getTemplate() - Static method in class org.zkoss.zul.Fileupload
Returns the template used to create the upload modal dialog.
getTemplate() - Static method in class org.zkoss.zul.Messagebox
Returns the template used to create the message dialog.
getText() - Method in class org.zkoss.zul.DialModelScale
Returns the text annotation of this scale.
getText() - Method in class org.zkoss.zul.impl.InputElement
Returns the value in the String format.
getTextFont() - Method in class org.zkoss.zul.DialModelScale
Returns the text annotation font.
getTextRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) to place the text annotation.
getTheme(HttpServletRequest) - Method in class org.zkoss.zul.theme.CookieThemeResolver
Retrieves theme name from Cookie
getTheme(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Returns the desktop theme with the given name
getTheme(Execution) - Static method in class org.zkoss.zul.theme.Themes
Returns the theme specified using the current theme resolution strategy Default strategy is to use cookies
getThemeFileSuffix() - Static method in class org.zkoss.zul.theme.StandardThemeProvider
 
getThemes() - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Returns a list of currently registered desktop themes
getThemes() - Static method in class org.zkoss.zul.theme.Themes
Returns an array of registered theme names
getThemeURIs(Execution, List<Object>) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
getTickColor() - Method in class org.zkoss.zul.DialModelScale
Get the tick color of this scale(in string as #RRGGBB).
getTickFont() - Method in class org.zkoss.zul.DialModelScale
Returns the tick label font.
getTickLabelOffset() - Method in class org.zkoss.zul.DialModelScale
Returns the radius offset in percentage(0 ~ 1) between the tick and tick label.
getTickRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) to place the tick label.
getTickRGB() - Method in class org.zkoss.zul.DialModelScale
Get the tick color of this scale in int array (0: red, 1: green, 2:blue).
getTimeZone() - Method in class org.zkoss.zul.Calendar
Deprecated.
As of release 5.0.5, it is meaningless to set time zone for a calendar.
getTimeZone() - Method in class org.zkoss.zul.Chart
Returns the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
getTimeZone() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Returns the time zone that this component belongs to, or null if the default time zone is used.
getTitle() - Method in class org.zkoss.zul.Chart
Get the chart's title.
getTitle() - Method in interface org.zkoss.zul.ext.Framable
Returns the title.
getTitle() - Method in class org.zkoss.zul.Groupbox
Returns the title.
getTitle() - Method in class org.zkoss.zul.LayoutRegion
Returns the title.
getTitle() - Method in class org.zkoss.zul.Panel
Returns the title.
getTitle() - Method in class org.zkoss.zul.Window
Returns the title.
getTitleFont() - Method in class org.zkoss.zul.Chart
Returns the title font of this chart.
getTodayLinkLabel() - Method in class org.zkoss.zul.Calendar
Returns the label of the link that jump to today in day view
getTodayLinkLabel() - Method in class org.zkoss.zul.Datebox
Returns the label of the link that jump to today in day view
getToolbar() - Method in class org.zkoss.zul.Tabbox
Returns the auxiliary toolbar that this tabbox owns.
getTooltip() - Method in class org.zkoss.zul.impl.XulElement
Returns the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
getTooltiptext() - Method in class org.zkoss.zul.Area
Returns the text as the tooltip.
getTopToolbar() - Method in class org.zkoss.zul.Panel
Returns the top toolbar of this panel.
getTotalSize() - Method in interface org.zkoss.zul.ext.Paginal
Returns the total number of items.
getTotalSize() - Method in interface org.zkoss.zul.impl.DataLoader
Returns the total size of the data.
getTotalSize() - Method in class org.zkoss.zul.impl.GridDataLoader
 
getTotalSize() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
getTotalSize() - Method in class org.zkoss.zul.Paging
 
getTree() - Method in class org.zkoss.zul.Treecell
Return the tree that owns this cell.
getTree() - Method in class org.zkoss.zul.Treechildren
Returns the Tree instance containing this element.
getTree() - Method in class org.zkoss.zul.Treecol
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treecols
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treefoot
Returns the tree that it belongs to.
getTree() - Method in class org.zkoss.zul.Treefooter
Returns the tree that this belongs to.
getTree() - Method in class org.zkoss.zul.Treeitem
Returns the tree owning this item.
getTree() - Method in class org.zkoss.zul.Treerow
Returns the Tree instance containing this element.
getTreechildren() - Method in class org.zkoss.zul.Tree
Returns the treechildren that this tree owns (might null).
getTreechildren() - Method in class org.zkoss.zul.Treeitem
Returns the treechildren that this tree item owns, or null if doesn't have any child.
getTreecol() - Method in class org.zkoss.zul.Treecell
Returns the tree column associated with this cell, or null if not available.
getTreecol() - Method in class org.zkoss.zul.Treefooter
Returns the tree header that is in the same column as this footer, or null if not available.
getTreecol() - Method in class org.zkoss.zul.TreeitemComparator
Returns the Treecol that this comparator is associated with, or null if not available.
getTreecols() - Method in class org.zkoss.zul.Tree
Returns the treecols that this tree owns (might null).
getTreefoot() - Method in class org.zkoss.zul.Tree
Returns the treefoot that this tree owns (might null).
getTreeitemRenderer() - Method in class org.zkoss.zul.Tree
Deprecated.
As of release 5.0.6, replaced with Tree.getItemRenderer(). /** Returns the renderer to render each item, or null if the default renderer is used.
getTreerow() - Method in class org.zkoss.zul.Treeitem
Returns the treerow that this tree item owns (might null).
getType() - Method in class org.zkoss.zul.Button
Returns the button type.
getType() - Method in class org.zkoss.zul.Chart
Get the chart's type.
getType() - Method in class org.zkoss.zul.event.ChartDataEvent
Returns the event type: CHANGED, ADDED, REMOVED.
getType() - Method in class org.zkoss.zul.event.GroupsDataEvent
Returns the event type.
getType() - Method in class org.zkoss.zul.event.ListDataEvent
Returns the event type.
getType() - Method in class org.zkoss.zul.event.TreeDataEvent
Returns the event type.
getType() - Method in interface org.zkoss.zul.ext.GroupingInfo
The type of the data.
getType() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
getType() - Method in class org.zkoss.zul.impl.InputElement
Returns the type.
getType() - Method in class org.zkoss.zul.Script
Deprecated.
As of release 5.0.0, it is meaningless since text/javascript is always assumed.
getType() - Method in class org.zkoss.zul.Textbox
Returns the type.
getUpload() - Method in class org.zkoss.zul.Button
 
getUpload() - Method in class org.zkoss.zul.Menuitem
 
getUpperBound() - Method in class org.zkoss.zul.DialModelRange
Returns the upper bound in scale of this colored range.
getValign() - Method in class org.zkoss.zul.Cell
Returns the vertical alignment.
getValign() - Method in class org.zkoss.zul.Hlayout
Returns the vertical-align property used for the inner children.
getValign() - Method in class org.zkoss.zul.impl.FooterElement
Returns the vertical alignment of this footer.
getValign() - Method in class org.zkoss.zul.impl.HeaderElement
Returns the vertical alignment of this grid.
getValign() - Method in class org.zkoss.zul.Row
Returns the vertical alignment of the whole row.
getValue() - Method in class org.zkoss.zul.Calendar
Returns the value that is assigned to this component, never null.
getValue() - Method in class org.zkoss.zul.Captcha
Returns the text value of this captcha.
getValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
Get value of the specified series and category.
getValue() - Method in class org.zkoss.zul.Checkbox
Returns the value.
getValue() - Method in class org.zkoss.zul.Column
Returns the value.
getValue() - Method in class org.zkoss.zul.Columns
Returns the value.
getValue() - Method in class org.zkoss.zul.Comboitem
Returns the value associated with this combo item.
getValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value (in BigDecimal), might be null unless a constraint stops it.
getValue(int) - Method in class org.zkoss.zul.DialModel
Get value of the scale per the specified index.
getValue() - Method in class org.zkoss.zul.DialModelScale
Get the value
getValue() - Method in class org.zkoss.zul.Doublebox
Returns the value (in Double), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Doublespinner
Returns the value (in Double), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Returns the value (in Date), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Intbox
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Label
Returns the value.
getValue() - Method in class org.zkoss.zul.Listcell
Returns the value.
getValue() - Method in class org.zkoss.zul.Listhead
Returns the value.
getValue() - Method in class org.zkoss.zul.Listheader
Returns the value.
getValue() - Method in class org.zkoss.zul.Listitem
Returns the value.
getValue() - Method in class org.zkoss.zul.Longbox
Returns the value (in Long), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Menuitem
Returns the value.
getValue() - Method in class org.zkoss.zul.Progressmeter
Returns the current value of the progress meter.
getValue() - Method in class org.zkoss.zul.Row
Returns the value.
getValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
 
getValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
getValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
Get value of the specified category.
getValue() - Method in class org.zkoss.zul.Spinner
Returns the value (in Integer), might be null unless a constraint stops it.
getValue() - Method in class org.zkoss.zul.Tab
Returns the value.
getValue() - Method in class org.zkoss.zul.Textbox
Returns the value.
getValue() - Method in class org.zkoss.zul.Treeitem
Returns the value.
getValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
Returns the value of the given chip at (x,y) of the wafer matrix.
getValueAngle() - Method in class org.zkoss.zul.DialModelScale
Return the angle to place the value (counter clockwise is positive).
getValueFont() - Method in class org.zkoss.zul.DialModelScale
Returns the value font.
getValueInLocalDate() - Method in class org.zkoss.zul.Calendar
Returns the value (in LocalDate) that is assigned to this component, never null.
getValueInLocalDate() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Returns the value (in LocalDate), might be null unless a constraint stops it.
getValueInLocalDateTime() - Method in class org.zkoss.zul.Calendar
Returns the value (in LocalDateTime) that is assigned to this component, never null.
getValueInLocalDateTime() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Returns the value (in LocalDateTime), might be null unless a constraint stops it.
getValueInLocalTime() - Method in class org.zkoss.zul.Calendar
Returns the value (in LocalTime) that is assigned to this component, never null.
getValueInLocalTime() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Returns the value (in LocalTime), might be null unless a constraint stops it.
getValueInZonedDateTime() - Method in class org.zkoss.zul.Calendar
Returns the value (in ZonedDateTime) that is assigned to this component, never null.
getValueInZonedDateTime() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Returns the value (in ZonedDateTime), might be null unless a constraint stops it.
getValueRadius() - Method in class org.zkoss.zul.DialModelScale
Return the radius percentage(0 ~ 1) to place the value.
getVersion() - Method in class org.zkoss.zul.Flash
Returns the expected version of the Flash player.
getVflex() - Method in class org.zkoss.zul.Panelchildren
 
getVisibleItemCount() - Method in class org.zkoss.zul.Group
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in class org.zkoss.zul.Listbox
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Listgroup
Returns the number of visible descendant Listitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Rows
Returns the number of visible descendant Row.
getVisibleItemCount() - Method in class org.zkoss.zul.Treechildren
Returns the number of visible descendant Treeitem.
getVisibleItemCount() - Method in class org.zkoss.zul.Treeitem
Returns the number of visible descendant Treechildren.
getVisibleRows() - Method in class org.zkoss.zul.Grid
Returns the visible rows.
getVolume(int) - Method in interface org.zkoss.zul.HiLoModel
Get volume value of a specified data index.
getVolume(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
getVspace() - Method in class org.zkoss.zul.Applet
Returns the vertical spacing around an applet.
getVspace() - Method in class org.zkoss.zul.Image
Deprecated.
as of release 6.0.0, use CSS instead.
getWCSCacheControl(Execution, String) - Method in class org.zkoss.zul.theme.StandardThemeProvider
 
getWest() - Method in class org.zkoss.zul.Borderlayout
 
getWidth() - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the column width
getWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
Returns the column width of the specified column index.
getWidth() - Method in class org.zkoss.zul.Tabs
 
getWidth() - Method in class org.zkoss.zul.Treecell
Returns the width which the same as Treecell.getTreecol()'s width.
getWidths() - Method in class org.zkoss.zul.Box
Deprecated.
As of release 5.0.0, use Cell instead.
getWmode() - Method in class org.zkoss.zul.Flash
Returns the Window mode property of the Flash movie
getX() - Method in class org.zkoss.zul.Absolutechildren
Returns the current "x" position within parent container component
getX(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
 
getX() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
getX() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
getX(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
Get X value of a specified series and data index.
getXAxis() - Method in class org.zkoss.zul.Chart
Get the label in xAxis.
getXAxisFont() - Method in class org.zkoss.zul.Chart
Returns the label font of x axis of this chart.
getXAxisTickFont() - Method in class org.zkoss.zul.Chart
Returns the tick number font of x axis of this chart.
getXsize() - Method in class org.zkoss.zul.WaferMapModel
Returns the x size of the wafer matrix.
getY() - Method in class org.zkoss.zul.Absolutechildren
Returns current "y" position within parent container component
getY(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
 
getY() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
getY() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
getY(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
Get Y value of a specified series and data index.
getYAxis() - Method in class org.zkoss.zul.Chart
Get the label in yAxis.
getYAxisFont() - Method in class org.zkoss.zul.Chart
Returns the label font of y axis of this chart.
getYAxisTickFont() - Method in class org.zkoss.zul.Chart
Returns the tick number font of y axis of this chart.
getYsize() - Method in class org.zkoss.zul.WaferMapModel
Returns the y size of the wafer matrix.
getZ(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
getZ(Comparable<?>, int) - Method in interface org.zkoss.zul.XYZModel
Get Z value of a specified series and data index.
getZclass() - Method in class org.zkoss.zul.A
 
getZclass() - Method in class org.zkoss.zul.Absolutechildren
 
getZclass() - Method in class org.zkoss.zul.Absolutelayout
The default zclass is "z-absolutelayout"
getZclass() - Method in class org.zkoss.zul.Anchorchildren
 
getZclass() - Method in class org.zkoss.zul.Anchorlayout
 
getZclass() - Method in class org.zkoss.zul.Auxhead
 
getZclass() - Method in class org.zkoss.zul.Auxheader
 
getZclass() - Method in class org.zkoss.zul.Bandbox
 
getZclass() - Method in class org.zkoss.zul.Bandpopup
 
getZclass() - Method in class org.zkoss.zul.Borderlayout
 
getZclass() - Method in class org.zkoss.zul.Box
 
getZclass() - Method in class org.zkoss.zul.Button
 
getZclass() - Method in class org.zkoss.zul.Calendar
 
getZclass() - Method in class org.zkoss.zul.Caption
 
getZclass() - Method in class org.zkoss.zul.Cell
 
getZclass() - Method in class org.zkoss.zul.Center
 
getZclass() - Method in class org.zkoss.zul.Checkbox
Returns the Style of checkbox label
getZclass() - Method in class org.zkoss.zul.Column
 
getZclass() - Method in class org.zkoss.zul.Columns
 
getZclass() - Method in class org.zkoss.zul.Combobox
 
getZclass() - Method in class org.zkoss.zul.Combobutton
 
getZclass() - Method in class org.zkoss.zul.Comboitem
 
getZclass() - Method in class org.zkoss.zul.Datebox
 
getZclass() - Method in class org.zkoss.zul.Decimalbox
 
getZclass() - Method in class org.zkoss.zul.Detail
 
getZclass() - Method in class org.zkoss.zul.Doublebox
 
getZclass() - Method in class org.zkoss.zul.Doublespinner
 
getZclass() - Method in class org.zkoss.zul.Foot
 
getZclass() - Method in class org.zkoss.zul.Footer
 
getZclass() - Method in class org.zkoss.zul.Frozen
 
getZclass() - Method in class org.zkoss.zul.Grid
 
getZclass() - Method in class org.zkoss.zul.Group
 
getZclass() - Method in class org.zkoss.zul.Groupbox
 
getZclass() - Method in class org.zkoss.zul.Groupfoot
 
getZclass() - Method in class org.zkoss.zul.Hlayout
 
getZclass() - Method in class org.zkoss.zul.Intbox
 
getZclass() - Method in class org.zkoss.zul.Label
 
getZclass() - Method in class org.zkoss.zul.LayoutRegion
 
getZclass() - Method in class org.zkoss.zul.Listbox
 
getZclass() - Method in class org.zkoss.zul.Listcell
 
getZclass() - Method in class org.zkoss.zul.Listfoot
 
getZclass() - Method in class org.zkoss.zul.Listfooter
 
getZclass() - Method in class org.zkoss.zul.Listgroup
 
getZclass() - Method in class org.zkoss.zul.Listgroupfoot
 
getZclass() - Method in class org.zkoss.zul.Listhead
 
getZclass() - Method in class org.zkoss.zul.Listheader
 
getZclass() - Method in class org.zkoss.zul.Listitem
 
getZclass() - Method in class org.zkoss.zul.Longbox
 
getZclass() - Method in class org.zkoss.zul.Menu
 
getZclass() - Method in class org.zkoss.zul.Menubar
 
getZclass() - Method in class org.zkoss.zul.Menuitem
 
getZclass() - Method in class org.zkoss.zul.Menupopup
 
getZclass() - Method in class org.zkoss.zul.Menuseparator
 
getZclass() - Method in class org.zkoss.zul.Paging
 
getZclass() - Method in class org.zkoss.zul.Panel
 
getZclass() - Method in class org.zkoss.zul.Panelchildren
 
getZclass() - Method in class org.zkoss.zul.Popup
 
getZclass() - Method in class org.zkoss.zul.Progressmeter
 
getZclass() - Method in class org.zkoss.zul.Radio
Returns the Style of radio label
getZclass() - Method in class org.zkoss.zul.Row
 
getZclass() - Method in class org.zkoss.zul.Rows
 
getZclass() - Method in class org.zkoss.zul.Selectbox
 
getZclass() - Method in class org.zkoss.zul.Separator
 
getZclass() - Method in class org.zkoss.zul.Slider
 
getZclass() - Method in class org.zkoss.zul.Spinner
 
getZclass() - Method in class org.zkoss.zul.Splitter
 
getZclass() - Method in class org.zkoss.zul.Tab
 
getZclass() - Method in class org.zkoss.zul.Tabbox
 
getZclass() - Method in class org.zkoss.zul.Tabpanel
Returns the style class.
getZclass() - Method in class org.zkoss.zul.Tabpanels
Returns the style class.
getZclass() - Method in class org.zkoss.zul.Tabs
 
getZclass() - Method in class org.zkoss.zul.Textbox
 
getZclass() - Method in class org.zkoss.zul.Timebox
 
getZclass() - Method in class org.zkoss.zul.Toolbar
 
getZclass() - Method in class org.zkoss.zul.Toolbarbutton
 
getZclass() - Method in class org.zkoss.zul.Tree
 
getZclass() - Method in class org.zkoss.zul.Treecell
 
getZclass() - Method in class org.zkoss.zul.Treechildren
 
getZclass() - Method in class org.zkoss.zul.Treecol
 
getZclass() - Method in class org.zkoss.zul.Treecols
 
getZclass() - Method in class org.zkoss.zul.Treefoot
 
getZclass() - Method in class org.zkoss.zul.Treefooter
 
getZclass() - Method in class org.zkoss.zul.Treerow
 
getZclass() - Method in class org.zkoss.zul.Vlayout
 
getZclass() - Method in class org.zkoss.zul.Window
 
getZoneId() - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
GRADIENT_DIRECTION - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
Grid - Class in org.zkoss.zul
A grid is an element that contains both rows and columns elements.
Grid() - Constructor for class org.zkoss.zul.Grid
 
Grid.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
GRID_ASC - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_COLUMNS - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_DESC - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_GROUP - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_OTHER - Static variable in interface org.zkoss.zul.mesg.MZul
 
GRID_UNGROUP - Static variable in interface org.zkoss.zul.mesg.MZul
 
GridDataLoader - Class in org.zkoss.zul.impl
Generic Grid data loader.
GridDataLoader() - Constructor for class org.zkoss.zul.impl.GridDataLoader
 
group(boolean) - Method in class org.zkoss.zul.Column
Groups and sorts the rows (Row) based on Column.getSortAscending().
GROUP - Static variable in interface org.zkoss.zul.ext.GroupingInfo
Indicates the data is a group (a.k.a., the head of the group).
group(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
Groups and sorts the data by the specified column.
Group - Class in org.zkoss.zul
Adds the ability for single level grouping to the Grid.
Group() - Constructor for class org.zkoss.zul.Group
 
Group(String) - Constructor for class org.zkoss.zul.Group
 
Group(String, T) - Constructor for class org.zkoss.zul.Group
 
group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
 
GROUP - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
Indicates the data is a group (a.k.a., the head of the group).
group(boolean) - Method in class org.zkoss.zul.Listheader
Groups and sorts the items (Listitem) based on Listheader.getSortAscending().
group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Do nothing in default implementation, however developer can override it to re-group by manipulating SimpleGroupsModel._data,SimpleGroupsModel._heads,SimpleGroupsModel._foots
Groupbox - Class in org.zkoss.zul
Groups a set of child elements to have a visual effect.
Groupbox() - Constructor for class org.zkoss.zul.Groupbox
 
GroupComparator<D> - Interface in org.zkoss.zul
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 - Static variable in interface org.zkoss.zul.ext.GroupingInfo
Indicates the data is a group foot.
Groupfoot - Class in org.zkoss.zul
Groupfoot serves as a summary row of group.
Groupfoot() - Constructor for class org.zkoss.zul.Groupfoot
 
Groupfoot(String) - Constructor for class org.zkoss.zul.Groupfoot
 
Groupfoot(String, T) - Constructor for class org.zkoss.zul.Groupfoot
 
GROUPFOOT - Static variable in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
Indicates the data is a group foot.
GroupingInfo - Interface in org.zkoss.zul.ext
Represents the runtime information of each iteration caused by GroupsModel
GroupRendererExt - Interface in org.zkoss.zul
Provides additional control to RowRenderer for instantiating Group and Groupfoot.
GROUPS_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the addition of one or more contiguous items to the list.
GROUPS_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies one or more changes in the groups contents.
GROUPS_OPENED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the Group opened.
GROUPS_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the removal of one or more contiguous items from the list.
GROUPS_RESET - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the Group is reset.
GroupsDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a list of groups.
GroupsDataEvent(GroupsModel, int, int, int, int) - Constructor for class org.zkoss.zul.event.GroupsDataEvent
Constructor.
GroupsDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of GroupsModel is changed.
GroupsListModel<D,G,F> - Class in org.zkoss.zul.impl
Encapsulates GroupsModel as an instance of ListModel such that it is easier to handle by Listbox and Group.
GroupsListModel(GroupsModel<D, G, F>) - Constructor for class org.zkoss.zul.impl.GroupsListModel
 
GroupsListModel.GroupDataInfo - Class in org.zkoss.zul.impl
The group information returned by GroupsListModel.getDataInfo(int).
GroupsModel<D,H,F> - Interface in org.zkoss.zul
The interface defines a suitable data model for grouping Listbox and Grid.
GroupsModelArray<D,H,F,E> - Class in org.zkoss.zul
An array implementation of GroupsModel.
GroupsModelArray(D[], Comparator<D>) - Constructor for class org.zkoss.zul.GroupsModelArray
Constructor with an array of data.
GroupsModelArray(D[], Comparator<D>, int) - Constructor for class org.zkoss.zul.GroupsModelArray
Constructor with an array of data.
GroupsModelArray(D[], Comparator<D>, int, boolean) - Constructor for class org.zkoss.zul.GroupsModelArray
Constructor with an array of data.
GroupsModelArray(List<D>, Comparator, int) - Constructor for class org.zkoss.zul.GroupsModelArray
Deprecated.
As of release 6.0.1, there is no way to instantiate the array with the correct type.
GroupsModelArray(List<D>, Comparator) - Constructor for class org.zkoss.zul.GroupsModelArray
Deprecated.
As of release 6.0.1, there is no way to instantiate the array with the correct type.
GroupsSelectableModel<E> - Interface in org.zkoss.zul.ext
Indicate a groups model that supports selection.
GroupsSortableModel<D> - Interface in org.zkoss.zul.ext
An extra interface that can be implemented with GroupsModel to control the sorting and grouping of the data model.

H

hasDynamicProperty(String) - Method in class org.zkoss.zul.Applet
 
hasDynamicProperty(String) - Method in class org.zkoss.zul.Include
Returns whether a dynamic property is defined.
hasGroup() - Method in class org.zkoss.zul.Listbox
Returns whether listgroup exists.
hasGroup() - Method in class org.zkoss.zul.Rows
Returns whether Group exists.
hasGroupfoot(int) - Method in interface org.zkoss.zul.GroupsModel
Returns if the specified group has a foot value.
hasGroupfoot(int) - Method in class org.zkoss.zul.GroupsModelArray
 
hasGroupfoot(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
hashCode() - Method in class org.zkoss.zul.AbstractTreeModel.Path
 
hashCode() - Method in class org.zkoss.zul.GroupsModelArray
 
hashCode() - Method in class org.zkoss.zul.impl.GroupsListModel
 
hashCode() - Method in class org.zkoss.zul.ListitemComparator
 
hashCode() - Method in class org.zkoss.zul.ListModelArray
 
hashCode() - Method in class org.zkoss.zul.ListModelList
 
hashCode() - Method in class org.zkoss.zul.ListModelMap
 
hashCode() - Method in class org.zkoss.zul.ListModelSet
 
hashCode() - Method in class org.zkoss.zul.RowComparator
 
hashCode() - Method in class org.zkoss.zul.TreeitemComparator
 
hashCode() - Method in class org.zkoss.zul.WaferMapModel.IntPair
 
hasTheme(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Check if a dekstop theme with the given name is available to use
hasTheme(String) - Static method in class org.zkoss.zul.theme.Themes
Returns true if the theme is registered
Hbox - Class in org.zkoss.zul
A hbox.
Hbox() - Constructor for class org.zkoss.zul.Hbox
 
Hbox(Component[]) - Constructor for class org.zkoss.zul.Hbox
Constructor a horizontal box by assigning an array of children.
HeaderElement - Class in org.zkoss.zul.impl
A skeletal implementation for a header.
HeaderElement() - Constructor for class org.zkoss.zul.impl.HeaderElement
 
HeaderElement(String) - Constructor for class org.zkoss.zul.impl.HeaderElement
 
HeaderElement(String, String) - Constructor for class org.zkoss.zul.impl.HeaderElement
 
HeadersElement - Class in org.zkoss.zul.impl
A skeletal implementation for headers, the parent of a group of HeaderElement.
HeadersElement() - Constructor for class org.zkoss.zul.impl.HeadersElement
 
HIGHLIGHTED - Static variable in class org.zkoss.zul.Window
Makes the window as highlighted.
HIGHLOW - Static variable in class org.zkoss.zul.Chart
 
HiLoModel - Interface in org.zkoss.zul
A HiLo chart data model (date, open, close, high, low, volumn) usually used in stock market.
HISTOGRAM - Static variable in class org.zkoss.zul.Chart
 
Hlayout - Class in org.zkoss.zul
A horizontal layout
Hlayout() - Constructor for class org.zkoss.zul.Hlayout
 
HOUR - Static variable in class org.zkoss.zul.Chart
 
Html - Class in org.zkoss.zul
A component used to embed the browser native content (i.e., HTML tags) into the output sent to the browser.
Html() - Constructor for class org.zkoss.zul.Html
Constructs a Html component to embed HTML tags.
Html(String) - Constructor for class org.zkoss.zul.Html
Constructs a Html component to embed HTML tags with the specified content.

I

id - Variable in enum org.zkoss.zul.Messagebox.Button
The unique ID to represent this button type.
Idspace - Class in org.zkoss.zul
Just like DIV tag but implements IdSpace.
Idspace() - Constructor for class org.zkoss.zul.Idspace
 
Iframe - Class in org.zkoss.zul
Includes an inline frame.
Iframe() - Constructor for class org.zkoss.zul.Iframe
 
Iframe(String) - Constructor for class org.zkoss.zul.Iframe
 
Iframe.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
IGNORE - Static variable in interface org.zkoss.zul.mesg.MZul
 
IGNORE - Static variable in class org.zkoss.zul.Messagebox
A IGNORE button.
ILLEGAL_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
 
Image - Class in org.zkoss.zul
An image.
Image() - Constructor for class org.zkoss.zul.Image
 
Image(String) - Constructor for class org.zkoss.zul.Image
 
Image.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Imagemap - Class in org.zkoss.zul
An image map.
Imagemap() - Constructor for class org.zkoss.zul.Imagemap
 
Include - Class in org.zkoss.zul
Includes the result generated by any servlet, not limited to a ZUML page.
Include() - Constructor for class org.zkoss.zul.Include
 
Include(String) - Constructor for class org.zkoss.zul.Include
 
indexOf(DialModelScale) - Method in class org.zkoss.zul.DialModel
Return the index of the specified model entry.
indexOf(Object) - Method in class org.zkoss.zul.ListModelArray
Returns the index of the specified element.
indexOf(Object) - Method in class org.zkoss.zul.ListModelList
 
indexOf(Object) - Method in class org.zkoss.zul.ListModelMap
Returns the index of the specified object based on the entry (Map.Entry).
indexOf(Object) - Method in class org.zkoss.zul.ListModelSet
Returns the index of the specified object, or -1 if not found.
indexOf() - Method in class org.zkoss.zul.Treeitem
Deprecated.
As of release 5.0.9, replaced with Treeitem.getIndex().
indexOfKey(Object) - Method in class org.zkoss.zul.ListModelMap
Returns the index of the specified object based on the key.
inEmbedded() - Method in class org.zkoss.zul.Window
Returns whether this is embedded with other components (Default).
INFORMATION - Static variable in class org.zkoss.zul.Messagebox
A symbol of a lower case letter i in a circle.
inHighlighted() - Method in class org.zkoss.zul.Window
Returns whether this is a highlighted window.
init(Component, int, int) - Method in interface org.zkoss.zul.impl.DataLoader
Callback from the owner component and give a chance to initialize things.
init(Component, int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
 
init(Component, int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
inModal() - Method in class org.zkoss.zul.Window
Returns whether this is a modal dialog.
INNER_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
inOverlapped() - Method in class org.zkoss.zul.Window
Returns whether this is a overlapped window.
inPagingMold() - Method in class org.zkoss.zul.impl.GridDataLoader
 
inPagingMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
inPopup() - Method in class org.zkoss.zul.Window
Returns whether this is a popup window.
InputElement - Class in org.zkoss.zul.impl
A skeletal implementation of an input box.
InputElement() - Constructor for class org.zkoss.zul.impl.InputElement
 
Inputgroup - Class in org.zkoss.zul
An inputgroup.
Inputgroup() - Constructor for class org.zkoss.zul.Inputgroup
 
inSelectMold() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
insert(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeNode
 
insert(TreeNode<E>, int) - Method in interface org.zkoss.zul.TreeNode
Adds child to this node at the given index.
insertBefore(Component, Component) - Method in class org.zkoss.zul.Borderlayout
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Grid
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Groupbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.LayoutRegion
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Listbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Menu
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Panel
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Row
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Rows
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tab
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabbox
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tabs
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Tree
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treechildren
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Treeitem
 
insertBefore(Component, Component) - Method in class org.zkoss.zul.Window
 
inSubModel(Object, Object) - Method in class org.zkoss.zul.SimpleListModel
Compares if the given value shall belong to the submodel represented by the key.
Intbox - Class in org.zkoss.zul
An edit box for holding an integer.
Intbox() - Constructor for class org.zkoss.zul.Intbox
 
Intbox(int) - Constructor for class org.zkoss.zul.Intbox
 
INTEGER - Static variable in class org.zkoss.zul.Slider
Represent integer slider.
INTEGER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
INTERNAL_EVENT - Static variable in interface org.zkoss.zul.PageableModel
A flag different from standard PagingEvent, differentiating standard PagingEvent from Paging component and PagingEvent from PageableModel
INTERNAL_EVENT - Static variable in interface org.zkoss.zul.PagingEventPublisher
Deprecated.
A flag different from standard PagingEvent, differentiating standard PagingEvent from Paging component and PagingEvent from PagingEventPublisher
InternalPaging() - Constructor for class org.zkoss.zul.impl.MeshElement.InternalPaging
 
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the addition of one or more contiguous items to a particular group.
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the addition of one or more contiguous items to the list.
INTERVAL_ADDED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the addition of children to a node.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the removal of one or more contiguous items from a particular group.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the removal of one or more contiguous items from the list.
INTERVAL_REMOVED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the removal of children to a node.
intsToString(int[]) - Static method in class org.zkoss.zul.impl.Utils
Converts an array of numbers to a string.
intValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in integer.
intValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in integer.
intValue() - Method in class org.zkoss.zul.Intbox
Returns the value in int.
intValue() - Method in class org.zkoss.zul.Longbox
Returns the value in int.
intValue() - Method in class org.zkoss.zul.Spinner
Returns the value in integer.
invalidate() - Method in class org.zkoss.zul.Include
Invalidates this component.
invalidate() - Method in class org.zkoss.zul.Selectbox
 
invalidate() - Method in class org.zkoss.zul.Tabs
 
invoke(String) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client.
invoke(String, String) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client with one argument.
invoke(String, String[]) - Method in class org.zkoss.zul.Applet
Invokes the function of the applet running at the client with variable number argument.
isAnimationDisabled() - Method in class org.zkoss.zul.Borderlayout
Returns whether disable animation effects
isAscending() - Method in class org.zkoss.zul.ArrayComparator
Returns whether the sorting is ascending.
isAscending() - Method in class org.zkoss.zul.FieldComparator
Returns whether the sorting is ascending.
isAscending() - Method in class org.zkoss.zul.ListitemComparator
Returns whether the order is ascending.
isAscending() - Method in class org.zkoss.zul.RowComparator
Returns whether the order is ascending.
isAscending() - Method in class org.zkoss.zul.TreeitemComparator
Returns whether the order is ascending.
isAutocheck() - Method in class org.zkoss.zul.Menuitem
Returns whether the menuitem check mark will update each time the menu item is selected.
isAutocomplete() - Method in class org.zkoss.zul.Combobox
Returns whether to automatically complete this text box by matching the nearest item (Comboitem.
isAutodrop() - Method in class org.zkoss.zul.Bandbox
Returns whether to automatically drop the list if users is changing this text box.
isAutodrop() - Method in class org.zkoss.zul.Combobox
Returns whether to automatically drop the list if users is changing this text box.
isAutodrop() - Method in class org.zkoss.zul.Combobutton
Returns whether to automatically drop the popup if user hovers on this Combobutton.
isAutodrop() - Method in class org.zkoss.zul.Menubar
Returns whether to automatically drop down menus if user moves mouse over it.
isAutohide() - Method in interface org.zkoss.zul.ext.Paginal
Returns whether to automatically hide the paging if there is only one page available.
isAutohide() - Method in class org.zkoss.zul.Iframe
Returns whether to automatically hide this component if a popup or dropdown is overlapped with it.
isAutohide() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
 
isAutohide() - Method in class org.zkoss.zul.Paging
Returns whether to automatically hide this component if there is only one page available.
isAutohideModify() - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
 
isAutohidePaging() - Method in class org.zkoss.zul.Grid
 
isAutohidePaging() - Method in class org.zkoss.zul.impl.MeshElement
 
isAutohidePaging() - Method in class org.zkoss.zul.Listbox
 
isAutohidePaging() - Method in class org.zkoss.zul.Tree
 
isAutopaging() - Method in class org.zkoss.zul.impl.MeshElement
Returns whether the auto-paging facility is turned on when mold is "paging".
isAutoplay() - Method in class org.zkoss.zul.Audio
Returns whether to auto start playing the audio.
isAutoPlay() - Method in class org.zkoss.zul.Flash
Deprecated.
As of release 3.6.1, use Flash.isAutoplay() instead.
isAutoplay() - Method in class org.zkoss.zul.Flash
Return true if the Flash movie starts playing automatically
isAutoscroll() - Method in class org.zkoss.zul.LayoutRegion
Returns whether enable overflow scrolling.
isAutoSort() - Method in class org.zkoss.zul.SimpleXYModel
 
isAutoSort() - Method in interface org.zkoss.zul.XYModel
check whether to autosort on x value for each series; default is true.
isAutostart() - Method in class org.zkoss.zul.Audio
Deprecated.
As of release 7.0.0, use Audio.isAutoplay() instead.
isBar() - Method in class org.zkoss.zul.Separator
Returns whether to display a visual bar as the separator.
isBorder() - Method in class org.zkoss.zul.Captcha
Deprecated.
As of release 5.0.4, use Captcha.isFrame() instead.
isBottom() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the bottom orientation.
isButtonVisible() - Method in class org.zkoss.zul.Bandbox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Combobox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Datebox
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Doublespinner
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Spinner
Returns whether the button (on the right of the textbox) is visible.
isButtonVisible() - Method in class org.zkoss.zul.Timebox
Returns whether the button (on the right of the textbox) is visible.
isCancelable() - Method in class org.zkoss.zul.Rating
Returns whether this rating component is cancelable.
isCheckable() - Method in class org.zkoss.zul.Listitem
Deprecated.
As of release 8.0.0, please use Listitem.isSelectable()
isCheckable() - Method in class org.zkoss.zul.Treeitem
Deprecated.
As of release 8.0.0, please use Treeitem.isSelectable()
isChecked() - Method in class org.zkoss.zul.Checkbox
Returns whether it is checked.
isChecked() - Method in class org.zkoss.zul.Menuitem
Returns whether it is checked.
isChecked() - Method in class org.zkoss.zul.Toolbarbutton
Returns whether it is checked.
isCheckmark() - Method in class org.zkoss.zul.Listbox
Returns whether the check mark shall be displayed in front of each item.
isCheckmark() - Method in class org.zkoss.zul.Menuitem
Returns whether the check mark shall be displayed in front of each item.
isCheckmark() - Method in class org.zkoss.zul.Tree
Returns whether the check mark shall be displayed in front of each item.
isChildable() - Method in class org.zkoss.zul.Applet
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Area
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Audio
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Bandbox
Childable.
isChildable() - Method in class org.zkoss.zul.Button
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Checkbox
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Combobox
Childable.
isChildable() - Method in class org.zkoss.zul.Combobutton
 
isChildable() - Method in class org.zkoss.zul.Comboitem
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Html
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Iframe
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Image
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Imagemap
Default: childable.
isChildable() - Method in class org.zkoss.zul.impl.InputElement
Not childable.
isChildable() - Method in class org.zkoss.zul.Include
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Label
No child is allowed.
isChildable() - Method in class org.zkoss.zul.Menuitem
Not childable.
isChildable() - Method in class org.zkoss.zul.Menuseparator
Not childable.
isChildable() - Method in class org.zkoss.zul.Paging
 
isChildable() - Method in class org.zkoss.zul.Progressmeter
 
isChildable() - Method in class org.zkoss.zul.Script
Not childable.
isChildable() - Method in class org.zkoss.zul.Selectbox
 
isChildable() - Method in class org.zkoss.zul.Separator
Default: not childable.
isChildable() - Method in class org.zkoss.zul.Slider
Not childable.
isChildable() - Method in class org.zkoss.zul.Splitter
Not allow any children.
isChildable() - Method in class org.zkoss.zul.Style
Not childable.
isChildable() - Method in class org.zkoss.zul.Tab
Child is allowed, Caption only.
isChildable() - Method in class org.zkoss.zul.Timer
Not childable.
isClosable() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to show a close button.
isClosable() - Method in class org.zkoss.zul.Groupbox
Returns whether user can open or close the group box.
isClosable() - Method in class org.zkoss.zul.LayoutRegion
Returns whether users can open or close the region.
isClosable() - Method in class org.zkoss.zul.Panel
Returns whether to show a close button on the title bar.
isClosable() - Method in class org.zkoss.zul.Tab
Returns whether this tab is closable.
isClosable() - Method in class org.zkoss.zul.Window
Returns whether to show a close button on the title bar.
isClose(int) - Method in class org.zkoss.zul.GroupsModelArray
Deprecated.
As of release 6.0.0, replace with GroupsModelArray.isGroupOpened(int)
isClose(int) - Method in class org.zkoss.zul.SimpleGroupsModel
Deprecated.
As of release 6.0.0, replace with SimpleGroupsModel.isGroupOpened(int)
isCollapsible() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to show a toggle button.
isCollapsible() - Method in class org.zkoss.zul.LayoutRegion
Returns whether set the initial display to collapse.
isCollapsible() - Method in class org.zkoss.zul.Panel
Returns whether to show a toggle button on the title bar.
isCollapsible() - Method in class org.zkoss.zul.Window
Always return false.
isColumnsgroup() - Method in class org.zkoss.zul.Columns
Returns whether to enable grouping of columns with the header context menu.
isColumnsgroup() - Method in class org.zkoss.zul.Listhead
Returns whether to enable grouping of listheader with the header context menu.
isColumnshide() - Method in class org.zkoss.zul.Columns
Returns whether to enable hiding of columns with the header context menu.
isColumnshide() - Method in class org.zkoss.zul.Listhead
Returns whether to enable hiding of listheader with the header context menu.
isComment() - Method in class org.zkoss.zul.Include
Returns whether to generate the included content inside the HTML comment.
isCompact() - Method in class org.zkoss.zul.Datebox
Deprecated.
As of release 5.0.0, it is no longer supported.
isContainer() - Method in class org.zkoss.zul.Treeitem
Returns whether the element is to act as a container which can have child elements.
isControls() - Method in class org.zkoss.zul.Audio
Returns whether to display the audio controls.
isCropper() - Method in class org.zkoss.zul.impl.GridDataLoader
 
isCropper() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
isCropper() - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
isCropper() - Method in class org.zkoss.zul.Rows.ExtraCtrl
 
isCropper() - Method in class org.zkoss.zul.Treechildren.ExtraCtrl
 
isDecimal() - Method in class org.zkoss.zul.Slider
Returns whether it is a decimal slider.
isDefer() - Method in class org.zkoss.zul.Script
Returns whether to defer the execution of the script codes until the widget is instantiated and mounted.
isDetailed() - Method in interface org.zkoss.zul.ext.Paginal
Returns whether to show the detailed info, such as Paginal.getTotalSize().
isDetailed() - Method in class org.zkoss.zul.Paging
 
isDisabled() - Method in class org.zkoss.zul.A
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Button
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Checkbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Comboitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Listbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Listitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Menu
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Menuitem
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Paging
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Rating
Returns if this rating component is disabled.
isDisabled() - Method in class org.zkoss.zul.Selectbox
Returns whether it is disabled.
isDisabled() - Method in class org.zkoss.zul.Tab
Returns whether this tab is disabled.
isDisabled() - Method in class org.zkoss.zul.Treeitem
Returns whether it is disabled.
isDynamic() - Method in class org.zkoss.zul.Style
Deprecated.
As of release 5.0.0, it is decided automatically.
isEmpty() - Method in class org.zkoss.zul.ListModelList
 
isEmpty() - Method in class org.zkoss.zul.ListModelMap
 
isEmpty() - Method in class org.zkoss.zul.ListModelSet
 
isEmpty() - Method in class org.zkoss.zul.Treeitem
Returns whether this element contains no child elements.
isFixedLayout() - Method in class org.zkoss.zul.Grid
Deprecated.
since 5.0.0, use !MeshElement.isSizedByContent() instead
isFixedLayout() - Method in class org.zkoss.zul.Listbox
Deprecated.
since 5.0.0, use !MeshElement.isSizedByContent() instead
isFixedLayout() - Method in class org.zkoss.zul.Tree
Deprecated.
since 5.0.0, use !MeshElement.isSizedByContent() instead
isFlex() - Method in class org.zkoss.zul.LayoutRegion
Deprecated.
As of release 6.0.2, use HtmlBasedComponent.getHflex() and HtmlBasedComponent.getVflex() on child component instead

Default: false.

isFloatable() - Method in class org.zkoss.zul.Panel
Returns whether to float the panel to display it inline where it is rendered.
isFramable() - Method in class org.zkoss.zul.Panel
Deprecated.
As of release 5.0.6, replaced with Panel.getBorder(). Returns whether to render the panel with custom rounded borders.

Default: false.

isFrame() - Method in class org.zkoss.zul.Captcha
Returns whether generate border.
isGroupOpened(int) - Method in interface org.zkoss.zul.GroupsModel
Whether the group is open at the specified index.
isGroupOpened(int) - Method in class org.zkoss.zul.GroupsModelArray
 
isGroupOpened(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
isGroupSelectable() - Method in class org.zkoss.zul.AbstractGroupsModel
 
isGroupSelectable() - Method in interface org.zkoss.zul.ext.GroupsSelectableModel
Returns whether the groups are selectable
isGroupSelectable() - Method in class org.zkoss.zul.impl.GroupsListModel
 
isHorizontal() - Method in class org.zkoss.zul.Box
Returns whether it is a horizontal box.
isHorizontal() - Method in class org.zkoss.zul.Menubar
Returns whether it is a horizontal .
isHorizontal() - Method in class org.zkoss.zul.Separator
Returns whether it is a horizontal separator.
isHorizontal() - Method in class org.zkoss.zul.Splitter
Returns if the orientation of this splitter is horizontal.
isHorizontal() - Method in class org.zkoss.zul.Tabbox
Returns whether it is a horizontal tabbox.
isHyphen() - Method in class org.zkoss.zul.Label
Deprecated.
As of release 5.0.0, use CSS instead.
isImageAssigned() - Method in class org.zkoss.zul.impl.LabelImageElement
Returns whether the image is available.
isIndeterminate() - Method in class org.zkoss.zul.Checkbox
Return whether checkbox is in indeterminate state.
isIndeterminate() - Method in class org.zkoss.zul.Progressmeter
Returns the indeterminate state of the progress meter.(default false)
isInplace() - Method in class org.zkoss.zul.impl.InputElement
Returns whether enable the inplace-editing.
isInstant() - Method in class org.zkoss.zul.impl.InputElement
Returns true if onChange event is sent as soon as user types in the input component.
isInstantSelect() - Method in class org.zkoss.zul.Combobox
Returns true if onSelect event is sent as soon as user selects using keyboard navigation.
isLeaf(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
 
isLeaf() - Method in class org.zkoss.zul.DefaultTreeNode
 
isLeaf(E) - Method in interface org.zkoss.zul.TreeModel
Returns true if node is a leaf.
isLeaf() - Method in interface org.zkoss.zul.TreeNode
Returns true if this node is a leaf.
isLeft() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the left orientation.
isLegend() - Method in class org.zkoss.zul.Groupbox
Deprecated.
As of release 6.0, legend no longer used in groupbox.
isLenient() - Method in class org.zkoss.zul.Datebox
Returns whether or not date/time parsing is to be lenient.
isLoaded() - Method in interface org.zkoss.zul.impl.LoadStatus
Returns whether the on-demand-loading item is loaded.
isLoaded() - Method in class org.zkoss.zul.Listitem.ExtraCtrl
 
isLoaded() - Method in class org.zkoss.zul.Listitem
Returns whether the content of this item is loaded.
isLoaded() - Method in class org.zkoss.zul.Row.ExtraCtrl
 
isLoaded() - Method in class org.zkoss.zul.Treeitem
Return true whether all children of this tree item, if any, is loaded
isLocalized() - Method in class org.zkoss.zul.Include
Returns whether the source depends on the current Locale.
isLoop() - Method in class org.zkoss.zul.Audio
Returns whether to play the audio repeatedly.
isLoop() - Method in class org.zkoss.zul.Flash
Returns true if the Flash movie plays repeatedly.
isMaximalHeight() - Method in class org.zkoss.zul.Tabbox
Returns whether to use maximum height of all tabpanel in initial phase.
isMaximizable() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to display the maximizing button.
isMaximizable() - Method in class org.zkoss.zul.Panel
Returns whether to display the maximizing button and allow the user to maximize the panel.
isMaximizable() - Method in class org.zkoss.zul.Window
Returns whether to display the maximizing button and allow the user to maximize the window.
isMaximized() - Method in interface org.zkoss.zul.ext.Framable
Returns whether is maximized.
isMaximized() - Method in class org.zkoss.zul.Panel
Returns whether the panel is maximized.
isMaximized() - Method in class org.zkoss.zul.Window
Returns whether the window is maximized.
isMayscript() - Method in class org.zkoss.zul.Applet
Returns whether the applet is allowed to access the scripting object.
isMinimizable() - Method in interface org.zkoss.zul.ext.Framable
Returns whether to display the minimizing button.
isMinimizable() - Method in class org.zkoss.zul.Panel
Returns whether to display the minimizing button and allow the user to minimize the panel.
isMinimizable() - Method in class org.zkoss.zul.Window
Returns whether to display the minimizing button and allow the user to minimize the window.
isMinimized() - Method in class org.zkoss.zul.Panel
Returns whether the panel is minimized.
isMinimized() - Method in class org.zkoss.zul.Window
Returns whether the window is minimized.
isMovable() - Method in class org.zkoss.zul.Panel
Returns whether to move the panel to display it inline where it is rendered.
isMultiline() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is multiline.
isMultiline() - Method in class org.zkoss.zul.Label
Returns whether to preserve the new line and the white spaces at the beginning of each line.
isMultiline() - Method in class org.zkoss.zul.Textbox
Returns whether it is multiline.
isMultiple() - Method in class org.zkoss.zul.AbstractGroupsModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.AbstractListModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.AbstractTreeModel
 
isMultiple() - Method in interface org.zkoss.zul.ext.Selectable
Returns whether the current selection mode is multiple.
isMultiple() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.impl.GroupsListModel
Returns whether the current selection mode is multiple.
isMultiple() - Method in class org.zkoss.zul.Listbox
Returns whether multiple selections are allowed.
isMultiple() - Method in class org.zkoss.zul.Tree
Returns whether multiple selections are allowed.
isMuted() - Method in class org.zkoss.zul.Audio
Returns whether to mute the audio.
isNative() - Method in class org.zkoss.zul.Fileupload
Deprecated.
As of release 5.0.0, replaced with Button.setUpload(String)
isNoise() - Method in class org.zkoss.zul.Captcha
Returns whether generate noise; default to false.
isNowrap() - Method in class org.zkoss.zul.Row
Returns the nowrap.
isObjectOpened(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
isObjectOpened(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
isObjectOpened(Object) - Method in interface org.zkoss.zul.ext.Openable
Returns whether the specified object be opened.
isOpen() - Method in class org.zkoss.zul.Bandbox
Returns whether this bandbox is open.
isOpen() - Method in class org.zkoss.zul.Combobox
Returns whether this combobox is open.
isOpen() - Method in class org.zkoss.zul.Combobutton
Returns whether this combobutton is open.
isOpen(Object) - Method in class org.zkoss.zul.DefaultTreeModel
Deprecated.
As of release 6.0.0, replaced with DefaultTreeModel.isObjectOpened(java.lang.Object).
isOpen() - Method in class org.zkoss.zul.Detail
Returns whether the detail is open.
isOpen() - Method in interface org.zkoss.zul.ext.GroupingInfo
Whether the group is opened.
isOpen() - Method in class org.zkoss.zul.Group
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Groupbox
Returns whether this groupbox is open.
isOpen() - Method in class org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
 
isOpen() - Method in class org.zkoss.zul.LayoutRegion
Returns whether it is open (i.e., not collapsed.
isOpen() - Method in class org.zkoss.zul.Listgroup
Returns whether this container is open.
isOpen() - Method in class org.zkoss.zul.Panel
Returns whether this Panel is open.
isOpen() - Method in class org.zkoss.zul.Splitter
Returns whether it is open (i.e., not collapsed.
isOpen() - Method in class org.zkoss.zul.Treeitem
Returns whether this container is open.
isOpenEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
 
isOpenEmpty() - Method in interface org.zkoss.zul.ext.Openable
Returns true if the open is currently empty.
isOpenEmpty() - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns true if the open is currently empty.
isOverflowPopup() - Method in class org.zkoss.zul.Toolbar
Return whether toolbar has a button that shows a popup which contains those content weren't able to fit in the toolbar.
isPagingDisabled() - Method in interface org.zkoss.zul.ext.Paginated
Returns whether the Paging component of this component is disabled.
isPagingDisabled() - Method in class org.zkoss.zul.impl.MeshElement
 
isPathOpened(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
isPathOpened(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Returns true if the path, path, is in the current open.
isPathSelected(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
isPathSelected(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns true if the path, path, is in the current selection.
isPopup() - Method in class org.zkoss.zul.Menuseparator
 
isPre() - Method in class org.zkoss.zul.Label
Returns whether to preserve the white spaces, such as space, tab and new line.
isReadonly() - Method in class org.zkoss.zul.impl.InputElement
Returns whether it is readonly.
isReadonly() - Method in class org.zkoss.zul.Rating
Returns if this rating component is readonly.
isRendered() - Method in class org.zkoss.zul.Treeitem
Returns true whether this tree item is rendered.
isRepeats() - Method in class org.zkoss.zul.Timer
Returns whether the timer shall send Event repeatedly.
isRight() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the right orientation.
isRunning() - Method in class org.zkoss.zul.Timer
Returns whether this timer is running.
isScrollable() - Method in class org.zkoss.zul.Menubar
Returns whether the menubar scrolling is enabled.
isSelectable(E) - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
 
isSelectable(E) - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
 
isSelectable(E) - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
 
isSelectable(E) - Method in interface org.zkoss.zul.ext.SelectionControl
Returns whether the element can be selected.
isSelectable() - Method in class org.zkoss.zul.Listitem
Returns whether it is selectable.
isSelectable() - Method in class org.zkoss.zul.Treeitem
Returns whether it is selectable.
isSelectAll() - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
 
isSelectAll() - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
 
isSelectAll() - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
 
isSelectAll() - Method in interface org.zkoss.zul.ext.SelectionControl
Returns whether it's all elements selected
isSelected(Object) - Method in class org.zkoss.zul.AbstractGroupsModel
Returns whether an object is selected.
isSelected(Object) - Method in class org.zkoss.zul.AbstractListModel
Returns whether an object is selected.
isSelected(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
isSelected(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
isSelected(Object) - Method in interface org.zkoss.zul.ext.Selectable
Returns whether an object is selected.
isSelected(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Returns whether an object is selected.
isSelected() - Method in class org.zkoss.zul.Listitem
Returns whether it is selected.
isSelected() - Method in class org.zkoss.zul.Radio
Returns whether it is selected.
isSelected() - Method in class org.zkoss.zul.Tab
Returns whether this tab is selected.
isSelected() - Method in class org.zkoss.zul.Tabpanel
Returns whether this tab panel is selected.
isSelected() - Method in class org.zkoss.zul.Treeitem
Returns whether this item is selected.
isSelectionEmpty() - Method in class org.zkoss.zul.AbstractGroupsModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class org.zkoss.zul.AbstractListModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class org.zkoss.zul.AbstractTreeModel
 
isSelectionEmpty() - Method in interface org.zkoss.zul.ext.Selectable
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class org.zkoss.zul.impl.GroupsListModel
Returns true if the selection is currently empty.
isSelectOnHighlightDisabled() - Method in class org.zkoss.zul.Listbox
 
isSelectOnHighlightDisabled() - Method in class org.zkoss.zul.Tree
 
isShadow() - Method in class org.zkoss.zul.Window
Returns whether to show the shadow of an overlapped/popup/modal window.
isShowLegend() - Method in class org.zkoss.zul.Chart
Check whether show the legend of the chart.
isShowTooltiptext() - Method in class org.zkoss.zul.Chart
Check whether show the tooltiptext.
isSizable() - Method in class org.zkoss.zul.impl.HeadersElement
Returns whether the width of the child column is sizable.
isSizable() - Method in class org.zkoss.zul.Panel
Returns whether the panel is sizable.
isSizable() - Method in class org.zkoss.zul.Window
Returns whether the window is sizable.
isSizedByContent() - Method in class org.zkoss.zul.Box
Returns whether sizing the cell's size by its content.
isSizedByContent() - Method in class org.zkoss.zul.impl.MeshElement
Returns whether sizing grid/listbox/tree column width by its content.
isSlidable() - Method in class org.zkoss.zul.LayoutRegion
Returns whether users can slide (preview) the region when clicked on a collapsed region.
isSlide() - Method in class org.zkoss.zul.LayoutRegion
 
isSmooth() - Method in class org.zkoss.zul.Frozen
Returns frozen is smooth or not.
isSpan() - Method in class org.zkoss.zul.impl.MeshElement
Returns whether distributes remaining empty space of this component to ANY column.
isSplittable() - Method in class org.zkoss.zul.LayoutRegion
Returns whether enable the split functionality.
isStrictDate() - Method in class org.zkoss.zul.Datebox
Returns whether or not date/time should be strict.
isSubmitByEnter() - Method in class org.zkoss.zul.Textbox
Returns whether it is submitByEnter, If submitByEnter is true, press enter will fire onOK event instead of move to next line, you should press shift + enter if you want to move to next line.
isTabbable() - Method in class org.zkoss.zul.Textbox
Returns whether TAB is allowed.
isTabscroll() - Method in class org.zkoss.zul.Tabbox
Returns whether the tab scrolling is enabled.
isThreeD() - Method in class org.zkoss.zul.Chart
Whether a 3d chart.
isTimeZonesReadonly() - Method in class org.zkoss.zul.Datebox
Returns whether the list of the time zones to display is readonly.
isTop() - Method in class org.zkoss.zul.Tabbox
Returns whether it is the top orientation.
isTopmost() - Method in class org.zkoss.zul.Menu
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isTopmost() - Method in class org.zkoss.zul.Menuitem
Returns whether this is an top-level menu, i.e., not owning by another Menupopup.
isValid() - Method in class org.zkoss.zul.impl.InputElement
Returns the current content of this input is correct.
isVertical() - Method in class org.zkoss.zul.Box
Returns whether it is a vertical box.
isVertical() - Method in class org.zkoss.zul.Inputgroup
Returns whether it is a vertical orientation.
isVertical() - Method in class org.zkoss.zul.Menubar
Returns whether it is a vertical .
isVertical() - Method in class org.zkoss.zul.Separator
Returns whether it is a vertical separator.
isVertical() - Method in class org.zkoss.zul.Slider
Returns whether it is a vertical slider.
isVertical() - Method in class org.zkoss.zul.Splitter
Returns if the orientation of this splitter is vertical.
isVertical() - Method in class org.zkoss.zul.Tabbox
Returns whether it is a vertical tabbox.
isVflex() - Method in class org.zkoss.zul.Grid
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
isVflex() - Method in class org.zkoss.zul.Listbox
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
isVflex() - Method in class org.zkoss.zul.Tree
Returns whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
isVisible() - Method in class org.zkoss.zul.Paging
 
isVisible() - Method in class org.zkoss.zul.Tabpanel
 
isWeekOfYear() - Method in class org.zkoss.zul.Calendar
Returns whether enable to show the week number within the current year or not.
isWeekOfYear() - Method in class org.zkoss.zul.Datebox
Returns whether enable to show the week number in the current calendar or not.
ItemRenderer<T> - Interface in org.zkoss.zul
Used to generated the HTML fragment for the data associated with a component, such as Selectbox.
iterator() - Method in class org.zkoss.zul.ListModelList
 
iterator() - Method in class org.zkoss.zul.ListModelSet
 

K

keySet() - Method in class org.zkoss.zul.ListModelMap
 

L

Label - Class in org.zkoss.zul
A label.
Label() - Constructor for class org.zkoss.zul.Label
 
Label(String) - Constructor for class org.zkoss.zul.Label
 
label - Variable in enum org.zkoss.zul.Messagebox.Button
The message ID used for loading the label.
LabelElement - Class in org.zkoss.zul.impl
A XUL element with a label.
LabelElement() - Constructor for class org.zkoss.zul.impl.LabelElement
 
LabelImageElement - Class in org.zkoss.zul.impl
A XUL element with a label (LabelElement.getLabel()) and an image (LabelImageElement.getImage()).
LabelImageElement() - Constructor for class org.zkoss.zul.impl.LabelImageElement
 
LabelImageElement(String, String) - Constructor for class org.zkoss.zul.impl.LabelImageElement
 
LabelImageElement(String) - Constructor for class org.zkoss.zul.impl.LabelImageElement
 
LabelImageElement.ExtraCtrl - Class in org.zkoss.zul.impl
A utility class to implement HtmlBasedComponent.getExtraCtrl().
LAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
lastIndexOf(Object) - Method in class org.zkoss.zul.ListModelList
 
Layout - Class in org.zkoss.zul
A layout.
Layout() - Constructor for class org.zkoss.zul.Layout
 
LayoutRegion - Class in org.zkoss.zul
A layout region in a border layout.
LayoutRegion() - Constructor for class org.zkoss.zul.LayoutRegion
 
LINE - Static variable in class org.zkoss.zul.Chart
 
Listbox - Class in org.zkoss.zul
A listbox.
Listbox() - Constructor for class org.zkoss.zul.Listbox
 
Listbox.Children - Class in org.zkoss.zul
 
Listbox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
ListboxDataLoader - Class in org.zkoss.zul.impl
Generic Listbox data loader.
ListboxDataLoader() - Constructor for class org.zkoss.zul.impl.ListboxDataLoader
 
Listcell - Class in org.zkoss.zul
A list cell.
Listcell() - Constructor for class org.zkoss.zul.Listcell
 
Listcell(String) - Constructor for class org.zkoss.zul.Listcell
 
Listcell(String, String) - Constructor for class org.zkoss.zul.Listcell
 
ListDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a list.
ListDataEvent(ListModel, int, int, int) - Constructor for class org.zkoss.zul.event.ListDataEvent
Constructor.
ListDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of ListModel is changed.
Listfoot - Class in org.zkoss.zul
A row of Listfooter.
Listfoot() - Constructor for class org.zkoss.zul.Listfoot
 
Listfooter - Class in org.zkoss.zul
A column of the footer of a list box (Listbox).
Listfooter() - Constructor for class org.zkoss.zul.Listfooter
 
Listfooter(String) - Constructor for class org.zkoss.zul.Listfooter
 
Listfooter(String, String) - Constructor for class org.zkoss.zul.Listfooter
 
Listgroup - Class in org.zkoss.zul
Adds the ability for single level grouping to the Listbox.
Listgroup() - Constructor for class org.zkoss.zul.Listgroup
 
Listgroup(String) - Constructor for class org.zkoss.zul.Listgroup
 
Listgroup(String, T) - Constructor for class org.zkoss.zul.Listgroup
 
Listgroupfoot - Class in org.zkoss.zul
Listgroupfoot serves as a summary listitem of listgroup.
Listgroupfoot() - Constructor for class org.zkoss.zul.Listgroupfoot
 
Listgroupfoot(String) - Constructor for class org.zkoss.zul.Listgroupfoot
 
Listgroupfoot(String, T) - Constructor for class org.zkoss.zul.Listgroupfoot
 
ListgroupRendererExt - Interface in org.zkoss.zul
Provides additional control to ListitemRenderer for instantiating Listgroup and Listgroupfoot.
Listhead - Class in org.zkoss.zul
A list headers used to define multi-columns and/or headers.
Listhead() - Constructor for class org.zkoss.zul.Listhead
 
Listheader - Class in org.zkoss.zul
The list header which defines the attributes and header of a column of a list box.
Listheader() - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String) - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String, String) - Constructor for class org.zkoss.zul.Listheader
 
Listheader(String, String, String) - Constructor for class org.zkoss.zul.Listheader
 
Listitem - Class in org.zkoss.zul
A list item.
Listitem() - Constructor for class org.zkoss.zul.Listitem
 
Listitem(String) - Constructor for class org.zkoss.zul.Listitem
 
Listitem(String, T) - Constructor for class org.zkoss.zul.Listitem
 
Listitem.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
ListitemComparator - Class in org.zkoss.zul
A comparator used to compare Listitem, if not live data, or the data themselves, if live data.
ListitemComparator() - Constructor for class org.zkoss.zul.ListitemComparator
Compares with Listitem.getValue().
ListitemComparator(int) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(int, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column of the specified index.
ListitemComparator(Listheader, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemComparator(Listheader, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemComparator(Listheader, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.ListitemComparator
Compares with the column which the list header is at.
ListitemRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Listbox.
ListitemRendererExt - Interface in org.zkoss.zul
Provides additional control to ListitemRenderer.
listIterator() - Method in class org.zkoss.zul.ListModelList
 
listIterator(int) - Method in class org.zkoss.zul.ListModelList
 
ListModel<E> - Interface in org.zkoss.zul
This interface defines the methods that components like Listbox and Grid use to get the content of items.
ListModelArray<E> - Class in org.zkoss.zul
This is the ListModel as an Object array to be used with Listbox.
ListModelArray(E[], boolean) - Constructor for class org.zkoss.zul.ListModelArray
Constructor
ListModelArray(E[]) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelArray(int) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelArray(List<? extends E>) - Constructor for class org.zkoss.zul.ListModelArray
Constructor.
ListModelList<E> - Class in org.zkoss.zul
This is the ListModel as a List to be used with Listbox.
ListModelList(List<E>, boolean) - Constructor for class org.zkoss.zul.ListModelList
Constructor
ListModelList() - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(E[]) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelList(int) - Constructor for class org.zkoss.zul.ListModelList
Constructor.
ListModelMap<K,V> - Class in org.zkoss.zul
This is the ListModel as a Map to be used with Listbox.
ListModelMap(Map<K, V>, boolean) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap() - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(int) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModelMap(int, float) - Constructor for class org.zkoss.zul.ListModelMap
Constructor.
ListModels - Class in org.zkoss.zul
A utility for handling ListModel.
ListModelSet<E> - Class in org.zkoss.zul
This is the ListModel as a Set to be used with Listbox.
ListModelSet(Set<E>, boolean) - Constructor for class org.zkoss.zul.ListModelSet
Constructor
ListModelSet() - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(E[]) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(int) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListModelSet(int, float) - Constructor for class org.zkoss.zul.ListModelSet
Constructor.
ListSubModel<E> - Interface in org.zkoss.zul
An extra interface that can be implemented with ListModel to control the extract of the combobox.
load(StringBuffer, Execution) - Method in class org.zkoss.zul.impl.ZulMessageLoader
 
LOADING_MODEL - Static variable in class org.zkoss.zul.Listbox
 
LoadStatus - Interface in org.zkoss.zul.impl
Denote the status whether a on-demand-loading item is loaded.
Longbox - Class in org.zkoss.zul
An edit box for holding an integer.
Longbox() - Constructor for class org.zkoss.zul.Longbox
 
Longbox(long) - Constructor for class org.zkoss.zul.Longbox
 
Longbox(int) - Constructor for class org.zkoss.zul.Longbox
 
longValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in long.
longValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in long.
longValue() - Method in class org.zkoss.zul.Longbox
Returns the value in long.
LOWER_BOUND - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 

M

MAP_COMPARATOR - Static variable in class org.zkoss.zul.ListModels
A comparator for ListSubModel.getSubModel(java.lang.Object, int) to check if a value retrieved from the model matches the user typed.
marshall(Object) - Method in class org.zkoss.zul.Decimalbox
 
marshall(Object) - Method in class org.zkoss.zul.impl.InputElement
Marshall value to be sent to the client if needed.
marshall(Object) - Method in class org.zkoss.zul.Longbox
 
Menu - Class in org.zkoss.zul
An element, much like a button, that is placed on a menu bar.
Menu() - Constructor for class org.zkoss.zul.Menu
 
Menu(String) - Constructor for class org.zkoss.zul.Menu
 
Menu(String, String) - Constructor for class org.zkoss.zul.Menu
 
Menubar - Class in org.zkoss.zul
A container that usually contains menu elements.
Menubar() - Constructor for class org.zkoss.zul.Menubar
 
Menubar(String) - Constructor for class org.zkoss.zul.Menubar
 
Menuitem - Class in org.zkoss.zul
A single choice in a Menupopup element.
Menuitem() - Constructor for class org.zkoss.zul.Menuitem
 
Menuitem(String) - Constructor for class org.zkoss.zul.Menuitem
 
Menuitem(String, String) - Constructor for class org.zkoss.zul.Menuitem
 
Menupopup - Class in org.zkoss.zul
A container used to display menus.
Menupopup() - Constructor for class org.zkoss.zul.Menupopup
 
Menuseparator - Class in org.zkoss.zul
Used to create a separator between menu items.
Menuseparator() - Constructor for class org.zkoss.zul.Menuseparator
 
MeshElement - Class in org.zkoss.zul.impl
The fundamental class for mesh elements such as Grid, Listbox, and Tree.
MeshElement() - Constructor for class org.zkoss.zul.impl.MeshElement
 
MeshElement.InternalPaging - Class in org.zkoss.zul.impl
 
MESSAGE_ID - Static variable in interface org.zkoss.zul.mesg.MZul
 
Messagebox - Class in org.zkoss.zul
Represents the message box.
Messagebox() - Constructor for class org.zkoss.zul.Messagebox
 
Messagebox.Button - Enum in org.zkoss.zul
The button types.
Messagebox.ClickEvent - Class in org.zkoss.zul
The event that will be received by the listener when the user clicks a button.
MessageboxDlg - Class in org.zkoss.zul.impl
Used with Messagebox to implement a message box.
MessageboxDlg() - Constructor for class org.zkoss.zul.impl.MessageboxDlg
 
MessageboxDlg.Button - Class in org.zkoss.zul.impl
Represents a button on the message box.
MILLISECOND - Static variable in class org.zkoss.zul.Chart
 
MINUTE - Static variable in class org.zkoss.zul.Chart
 
MODAL - Static variable in class org.zkoss.zul.Window
Makes the window as a modal dialog.
MODEL_RENDERAS - Static variable in class org.zkoss.zul.Attributes
It is used to store the items which are rendered from model
MONTH - Static variable in class org.zkoss.zul.Chart
 
MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identified the state of Selectable.isMultiple() is changed.
MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identified the state of Selectable.isMultiple() is changed.
MULTIPLE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identified the state of Selectable.isMultiple() is changed.
MZul - Interface in org.zkoss.zul.mesg
 

N

NEEDLE_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
NEEDLE_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
NEEDLE_TYPE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
newCaptchaEngine() - Method in class org.zkoss.zul.Captcha
Instantiates the default captcha engine.
newCell(Row) - Method in interface org.zkoss.zul.RowRendererExt
Create a component that will be attached to the unloaded row.
newChartEngine() - Method in class org.zkoss.zul.Chart
Instantiates the default chart engine.
newComboitem(Combobox) - Method in interface org.zkoss.zul.ComboitemRendererExt
Creates an instance of Comboitem for rendering.
newEmptySelection() - Method in class org.zkoss.zul.AbstractGroupsModel
Instantiation an empty set of the section.
newEmptySelection() - Method in class org.zkoss.zul.AbstractListModel
Instantiation an empty set of the section.
newGroup(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
Creates an instance of Group for rendering.
newGroupfoot(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
Creates an instance of Groupfoot for rendering.
newListcell(Listitem) - Method in interface org.zkoss.zul.ListitemRendererExt
Create an instance of Listcell that will be attached to the unloaded listitem.
newListgroup(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
Creates an instance of Listgroup for rendering.
newListgroupfoot(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
Creates an instance of Listgroupfoot for rendering.
newListitem(Listbox) - Method in interface org.zkoss.zul.ListitemRendererExt
Creates an instance of Listitem that will be attached to listbox.
newRange(double, double, String, double, double) - Method in class org.zkoss.zul.DialModelScale
Setup the DailModel range.
newRow(Grid) - Method in interface org.zkoss.zul.RowRendererExt
Creates an instance of Row that will be attached to grid.
newScale() - Method in class org.zkoss.zul.DialModel
new an instance of scale in this DialModel.
newScale(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModel
new an instance of scale in this DialModel.
newTabboxEngine() - Method in class org.zkoss.zul.Tabbox
Instantiates the default tabbox engine.
newUnloadedItem(Object, int) - Method in class org.zkoss.zul.impl.GridDataLoader
Creates a new and unloaded row.
newUnloadedItem(ListitemRenderer, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
Creates an new and unloaded listitem.
NEXT - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO - Static variable in class org.zkoss.zul.Messagebox
A No button.
NO_EMPTY - Static variable in class org.zkoss.zul.SimpleConstraint
Empty is not allowed.
NO_FUTURE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE - Static variable in class org.zkoss.zul.SimpleConstraint
Date in the future is not allowed.
NO_FUTURE_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_FUTURE_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_NEGATIVE - Static variable in class org.zkoss.zul.SimpleConstraint
Negative numbers are not allowed.
NO_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_PAST - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_PAST - Static variable in class org.zkoss.zul.SimpleConstraint
Date in the past is not allowed.
NO_PAST_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE - Static variable in class org.zkoss.zul.SimpleConstraint
Positive numbers are not allowed.
NO_POSITIVE_NEGATIVE - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE_NEGATIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_POSITIVE_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_TODAY - Static variable in class org.zkoss.zul.SimpleConstraint
Today is not allowed.
NO_ZERO - Static variable in interface org.zkoss.zul.mesg.MZul
 
NO_ZERO - Static variable in class org.zkoss.zul.SimpleConstraint
Zero numbers are not allowed.
NoDOM - Class in org.zkoss.zul
A no-dom component with comment scope
NoDOM() - Constructor for class org.zkoss.zul.NoDOM
 
NONE - Static variable in class org.zkoss.zul.Messagebox
Contains no symbols.
NORTH - Static variable in class org.zkoss.zul.Borderlayout
The north layout constraint (top of container).
North - Class in org.zkoss.zul
A north region of a border layout.
North() - Constructor for class org.zkoss.zul.North
 
notifyChange(E) - Method in class org.zkoss.zul.ListModelArray
Notifies a change of the same element to trigger an event of ListDataEvent.CONTENTS_CHANGED.
notifyChange(E) - Method in class org.zkoss.zul.ListModelList
Notifies a change of the same element to trigger an event of ListDataEvent.CONTENTS_CHANGED.
notifyChange(E) - Method in class org.zkoss.zul.ListModelSet
Notifies a change of the same element to trigger an event of ListDataEvent.CONTENTS_CHANGED.
NUMBER_REQUIRED - Static variable in interface org.zkoss.zul.mesg.MZul
 
NumberInputElement - Class in org.zkoss.zul.impl
A skeletal implementation for number-type input box.
NumberInputElement() - Constructor for class org.zkoss.zul.impl.NumberInputElement
 

O

objectToString(Object) - Method in class org.zkoss.zul.SimpleListModel
Deprecated.
OK - Static variable in interface org.zkoss.zul.mesg.MZul
 
OK - Static variable in class org.zkoss.zul.Messagebox
A OK button.
ON_ABORT - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Abort button being clicked.
ON_AFTER_RENDER - Static variable in class org.zkoss.zul.event.ZulEvents
The onAfterRender event It will notify the component (with a setModel method) when the model's data has been rendered
ON_CANCEL - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Cancel button being clicked.
ON_COL_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
The onColSize event used with ColSizeEvent.
ON_IGNORE - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Ignore button being clicked.
ON_NO - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the No button being clicked.
ON_OK - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the OK button being clicked.
ON_PAGE_SIZE - Static variable in class org.zkoss.zul.event.ZulEvents
The onPageSize event used with PageSizeEvent.
ON_PAGING - Static variable in class org.zkoss.zul.event.ZulEvents
The onPaging event used with PagingEvent.
ON_RETRY - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the RETRY button being clicked.
ON_YES - Static variable in class org.zkoss.zul.Messagebox
The event to indicate the Yes button being clicked.
onAfterCompose() - Method in class org.zkoss.zul.Include
 
onAfterRender() - Method in class org.zkoss.zul.Grid
 
onAfterRender() - Method in class org.zkoss.zul.Listbox
 
onAfterRender() - Method in class org.zkoss.zul.Tree
 
onCancel() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onChange(ChartDataEvent) - Method in interface org.zkoss.zul.event.ChartDataListener
Sent when the contents of the list has changed.
onChange(GroupsDataEvent) - Method in interface org.zkoss.zul.event.GroupsDataListener
Sent when the contents of the list has changed.
onChange(ListDataEvent) - Method in interface org.zkoss.zul.event.ListDataListener
Sent when the contents of the list has changed.
onChange(TreeDataEvent) - Method in interface org.zkoss.zul.event.TreeDataListener
Sent when the contents of the tree has changed.
onChildAdded(Component) - Method in class org.zkoss.zul.Combobox
 
onChildAdded(Component) - Method in class org.zkoss.zul.Tabs
 
onChildAdded(Component) - Method in class org.zkoss.zul.Tree
 
onChildAdded(Component) - Method in class org.zkoss.zul.Treechildren
 
onChildAdded(Component) - Method in class org.zkoss.zul.Treeitem
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Borderlayout
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Combobox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Groupbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.LayoutRegion
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Menu
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Panel
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Row
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tab
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tabbox
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tabs
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Tree
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Treechildren
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Treeitem
 
onChildRemoved(Component) - Method in class org.zkoss.zul.Window
 
onClick() - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
 
onClose(Event) - Method in class org.zkoss.zul.impl.FileuploadDlg
 
onClose() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onClose() - Method in class org.zkoss.zul.Panel
Process the onClose event sent when the close button is pressed.
onClose() - Method in class org.zkoss.zul.Tab
Process the onClose event sent when the close button is pressed.
onClose() - Method in class org.zkoss.zul.Window
Process the onClose event sent when the close button is pressed.
onCreate(Event) - Method in class org.zkoss.zul.Tab
Internal use only
onEchoInclude() - Method in class org.zkoss.zul.Include
Internal use only.
onEvent(Event) - Method in interface org.zkoss.zul.event.PagingListener
 
onGroupLater(SortEvent) - Method in class org.zkoss.zul.Column
Internal use only.
onGroupLater(SortEvent) - Method in class org.zkoss.zul.Listheader
Internal use only.
onInitRender(Event) - Method in class org.zkoss.zul.Combobox
Handles a private event, onInitRender.
onInitRender() - Method in class org.zkoss.zul.Grid
Handles a private event, onInitRender.
onInitRender() - Method in class org.zkoss.zul.Listbox
Handles a private event, onInitRender.
onInitRender(Event) - Method in class org.zkoss.zul.Radiogroup
For model rendering
onInitRender() - Method in class org.zkoss.zul.Selectbox
 
onInitRender() - Method in class org.zkoss.zul.Tabbox
 
onInitRender() - Method in class org.zkoss.zul.Tree
Handles a private event, onInitRender.
onInitRenderNow() - Method in class org.zkoss.zul.Selectbox
 
onModal() - Method in class org.zkoss.zul.Window
Process the onModal event by making itself a modal window.
onOK() - Method in class org.zkoss.zul.impl.MessageboxDlg
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Chart
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Combobox
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Grid
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Include
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Listbox
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Radio
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Radiogroup
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Selectbox
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Tabbox
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Tree
 
onPageAttached(Page, Page) - Method in class org.zkoss.zul.Treechildren
 
onPageDetached(Page) - Method in class org.zkoss.zul.Chart
 
onPageDetached(Page) - Method in class org.zkoss.zul.Combobox
 
onPageDetached(Page) - Method in class org.zkoss.zul.Grid
 
onPageDetached(Page) - Method in class org.zkoss.zul.Listbox
 
onPageDetached(Page) - Method in class org.zkoss.zul.Radio
 
onPageDetached(Page) - Method in class org.zkoss.zul.Radiogroup
 
onPageDetached(Page) - Method in class org.zkoss.zul.Selectbox
 
onPageDetached(Page) - Method in class org.zkoss.zul.Tabbox
 
onPageDetached(Page) - Method in class org.zkoss.zul.Tree
 
onPageDetached(Page) - Method in class org.zkoss.zul.Window
 
onPagingInitRender() - Method in class org.zkoss.zul.Grid
Handles a private event, onPagingInitRender.
onPagingInitRender() - Method in class org.zkoss.zul.Listbox
Handles a private event, onPagingInitRender.
onRender(Area, Object) - Method in interface org.zkoss.zul.event.ChartAreaListener
Called when the chart is being cut into areas.
onSort(SortEvent) - Method in class org.zkoss.zul.Column
Invokes a sorting action based on a SortEvent and maintains Column.getSortDirection().
onSort() - Method in class org.zkoss.zul.Column
Deprecated.
As of release 5.0.8, use or override Column.onSort(SortEvent) instead.
onSort(SortEvent) - Method in class org.zkoss.zul.Listheader
Invokes a sorting action based on a SortEvent and maintains Listheader.getSortDirection().
onSort() - Method in class org.zkoss.zul.Listheader
Deprecated.
As of release 6.5.0, use or override Listheader.onSort(SortEvent) instead.
onSort() - Method in class org.zkoss.zul.Treecol
It invokes Treecol.sort(boolean) to sort list items and maintain Treecol.getSortDirection().
onUpload(ForwardEvent) - Method in class org.zkoss.zul.impl.FileuploadDlg
Called when a file is received.
onWrongValue(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
 
open() - Method in class org.zkoss.zul.Bandbox
Drops down the child.
open() - Method in class org.zkoss.zul.Combobox
Drops down the list of combo items (Comboitem.
open() - Method in class org.zkoss.zul.Combobutton
Drops down the child.
open() - Method in class org.zkoss.zul.Datebox
Drops down the calendar to select a date.
open() - Method in class org.zkoss.zul.Menu
Opens the menupopup that belongs to the menu.
open(String, String) - Method in class org.zkoss.zul.Popup
Opens this popup to the specified location at the client.
open(int, int) - Method in class org.zkoss.zul.Popup
Opens this popup to the specified location at the client.
open(Component) - Method in class org.zkoss.zul.Popup
Opens this popup right below the specified component at the client.
open(Component, String) - Method in class org.zkoss.zul.Popup
Opens this popup right below the specified component at the client.
OPEN_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the open status of the tree has changed.
Openable<E> - Interface in org.zkoss.zul.ext
Indicate an openable collection.
org.zkoss.zul - package org.zkoss.zul
ZUL component set that are used for HTML-based clients.
org.zkoss.zul.event - package org.zkoss.zul.event
Events of ZUL Component Set.
org.zkoss.zul.ext - package org.zkoss.zul.ext
Interfaces that might be implemented by ZUL components.
org.zkoss.zul.impl - package org.zkoss.zul.impl
Classes used to implement ZUL Component Set (implementation only).
org.zkoss.zul.mesg - package org.zkoss.zul.mesg
Message for multi-language messages (locale-dependent).
org.zkoss.zul.theme - package org.zkoss.zul.theme
 
organizeGroup(Comparator<D>, int) - Method in class org.zkoss.zul.GroupsModelArray
Organizes groups based sorted data.
OUT_OF_RANGE - Static variable in interface org.zkoss.zul.mesg.MZul
 
OUTER_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
outFeature() - Static method in class org.zkoss.zul.impl.Utils
Generates the ZK feature information
outLocaleJavaScript() - Static method in class org.zkoss.zul.impl.Utils
Generates the locale-dependent JavaScript codes, such as messages (msgzul).
OVERLAP - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAP_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAP_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAP_END - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
OVERLAPPED - Static variable in class org.zkoss.zul.Window
Makes the window as overlapped other components.

P

Padding - Interface in org.zkoss.zul.impl
Control the padding height of a component(Used mainly for component developing).
Pageable - Interface in org.zkoss.zul.ext
Represents a component that can be displayed in multiple pages but cannot be controlled by an external paging controller.
PageableModel - Interface in org.zkoss.zul
Provide methods to manage PagingListeners
PageRenderer - Class in org.zkoss.zul.impl
The page render for ZUL pages.
PageRenderer() - Constructor for class org.zkoss.zul.impl.PageRenderer
 
PageSizeEvent - Class in org.zkoss.zul.event
Used to notify the paging size has been changed when the autopaging (MeshElement.setAutopaging(boolean)) is enabled and user changed the size of the content.
PageSizeEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
Construct a page size event.
PageSizeEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PageSizeEvent
Construct a page size event that the target is different from the page controller.
Paginal - Interface in org.zkoss.zul.ext
Represents a component that is used to control how to display other components in multiple pages.
Paginated - Interface in org.zkoss.zul.ext
Indicates a component that can be controller by an external paging controller (i.e., an instance of Paginal).
Paging - Class in org.zkoss.zul
Paging of long content.
Paging() - Constructor for class org.zkoss.zul.Paging
 
Paging(int, int) - Constructor for class org.zkoss.zul.Paging
Constructor.
PagingEvent - Class in org.zkoss.zul.event
Used to notify that a new page is selected by the user, or by Paginal (such as Paging).
PagingEvent(String, Component, int) - Constructor for class org.zkoss.zul.event.PagingEvent
Construct a paging event.
PagingEvent(String, Component, Pageable, int) - Constructor for class org.zkoss.zul.event.PagingEvent
Construct a paging event that the target is different from the page controller.
PagingEventPublisher - Interface in org.zkoss.zul
Deprecated.
As of release 8.5.2, please use PageableModel instead.
PagingListener - Interface in org.zkoss.zul.event
Provide a shortcut for PagingEventListener
Panel - Class in org.zkoss.zul
Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
Panel() - Constructor for class org.zkoss.zul.Panel
 
PANEL_CLOSE - Static variable in interface org.zkoss.zul.mesg.MZul
 
PANEL_COLLAPSE - Static variable in interface org.zkoss.zul.mesg.MZul
 
PANEL_EXPAND - Static variable in interface org.zkoss.zul.mesg.MZul
 
PANEL_MAXIMIZE - Static variable in interface org.zkoss.zul.mesg.MZul
 
PANEL_MINIMIZE - Static variable in interface org.zkoss.zul.mesg.MZul
 
PANEL_RESTORE - Static variable in interface org.zkoss.zul.mesg.MZul
 
Panelchildren - Class in org.zkoss.zul
Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel.
Panelchildren() - Constructor for class org.zkoss.zul.Panelchildren
 
parseConstraint(String) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
parseConstraint(String) - Method in class org.zkoss.zul.SimpleConstraint
Parses a constraint into an integer value.
parseConstraint(String) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
 
parseConstraint(String) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
 
parseFrom(String) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
parseFrom(String) - Method in class org.zkoss.zul.SimpleDateConstraint
 
parseFrom(String) - Method in class org.zkoss.zul.SimpleLocalDateConstraint
 
parseFrom(String) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
 
Path(int[]) - Constructor for class org.zkoss.zul.AbstractTreeModel.Path
 
Path(AbstractTreeModel.Path) - Constructor for class org.zkoss.zul.AbstractTreeModel.Path
 
path - Variable in class org.zkoss.zul.AbstractTreeModel.Path
 
pause() - Method in class org.zkoss.zul.Audio
Pauses the audio at the client.
pgi() - Method in class org.zkoss.zul.Grid
 
pgi() - Method in class org.zkoss.zul.impl.MeshElement
Returns the instance of the @{link Paginal}
pgi() - Method in class org.zkoss.zul.Listbox
 
pgi() - Method in class org.zkoss.zul.Tree
 
PIE - Static variable in class org.zkoss.zul.Chart
 
PieModel - Interface in org.zkoss.zul
A Pie chart data model.
play() - Method in class org.zkoss.zul.Audio
Plays the audio at the client.
PLEASE_WAIT - Static variable in interface org.zkoss.zul.mesg.MZul
 
POLAR - Static variable in class org.zkoss.zul.Chart
 
Popup - Class in org.zkoss.zul
A container that is displayed as a popup.
Popup() - Constructor for class org.zkoss.zul.Popup
 
Popup(boolean) - Constructor for class org.zkoss.zul.Popup
 
POPUP - Static variable in class org.zkoss.zul.Window
Makes the window as popup.
postOnInitRender() - Method in class org.zkoss.zul.Tabbox
Component internal use only.
PREV - Static variable in interface org.zkoss.zul.mesg.MZul
 
Progressmeter - Class in org.zkoss.zul
A progress meter is a bar that indicates how much of a task has been completed.
Progressmeter() - Constructor for class org.zkoss.zul.Progressmeter
 
Progressmeter(int) - Constructor for class org.zkoss.zul.Progressmeter
 
put(K, V) - Method in class org.zkoss.zul.ListModelMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.zkoss.zul.ListModelMap
 

Q

QUARTER - Static variable in class org.zkoss.zul.Chart
 
QUESTION - Static variable in class org.zkoss.zul.Messagebox
A symbol consisting of a question mark in a circle.

R

Radio - Class in org.zkoss.zul
A radio button.
Radio() - Constructor for class org.zkoss.zul.Radio
 
Radio(String) - Constructor for class org.zkoss.zul.Radio
 
Radio(String, String) - Constructor for class org.zkoss.zul.Radio
 
Radiogroup - Class in org.zkoss.zul
A radio group.
Radiogroup() - Constructor for class org.zkoss.zul.Radiogroup
 
RadioRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Radiogroup.
randomValue() - Method in class org.zkoss.zul.Captcha
Regenerates new captcha text value and redraw.
RANGE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
RANGE_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
rangeSize() - Method in class org.zkoss.zul.DialModelScale
Returns the number of ranges associated with this scale.
Rating - Class in org.zkoss.zul
A rating component provides a icon based rating input.
Rating() - Constructor for class org.zkoss.zul.Rating
 
readSelection(ObjectInputStream) - Method in class org.zkoss.zul.AbstractGroupsModel
readSelection(ObjectInputStream) - Method in class org.zkoss.zul.AbstractListModel
readSelection(ObjectInputStream) - Method in class org.zkoss.zul.ListModelMap
 
redrawChildren(Writer) - Method in class org.zkoss.zul.Tree
 
redrawChildren(Writer) - Method in class org.zkoss.zul.Treechildren
 
redrawChildren(Writer) - Method in class org.zkoss.zul.Treeitem
 
register(Theme) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
Register a desktop theme.
register(String) - Static method in class org.zkoss.zul.theme.Themes
Register the theme, so it becomes available in the theme list
register(String, StandardTheme.ThemeOrigin) - Static method in class org.zkoss.zul.theme.Themes
Register the theme, and specifies its origin (e.g.
register(String, String, int) - Static method in class org.zkoss.zul.theme.Themes
Register the theme with details
register(String, String, int, StandardTheme.ThemeOrigin) - Static method in class org.zkoss.zul.theme.Themes
Register the theme, its display name, its priority; and also specifies its origin (e.g.
RELOAD - Static variable in interface org.zkoss.zul.mesg.MZul
 
remove(int) - Method in class org.zkoss.zul.DefaultTreeNode
 
remove(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
remove(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
remove(Object) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
remove(int) - Method in class org.zkoss.zul.ListModelList
 
remove(Object) - Method in class org.zkoss.zul.ListModelList
 
remove(Object) - Method in class org.zkoss.zul.ListModelMap
 
remove(Object) - Method in class org.zkoss.zul.ListModelSet
 
remove(int) - Method in interface org.zkoss.zul.TreeNode
Removes the child at index from this node.
remove(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
Removes the child from this node.
removeAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
 
removeAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
 
removeAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractGroupsModel
Removes the selection of the given collection.
removeAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractListModel
Removes the selection of the given collection.
removeChartDataListener(ChartDataListener) - Method in class org.zkoss.zul.AbstractChartModel
 
removeChartDataListener(ChartDataListener) - Method in interface org.zkoss.zul.ChartModel
Removes a listener from the chart that's notified each time a change to the data model occurs.
removeChild(Component) - Method in class org.zkoss.zul.Grid
 
removeChild(Component) - Method in class org.zkoss.zul.Listbox
If the child is a listgroup, its listgroupfoot will be removed at the same time.
removeChild(Component) - Method in class org.zkoss.zul.Rows
If the child is a group, its groupfoot will be removed at the same time.
REMOVED - Static variable in class org.zkoss.zul.event.ChartDataEvent
Identifies the removal of one or more contiguous items from the list.
removeEventListener(String, EventListener<? extends Event>) - Method in interface org.zkoss.zul.ext.Paginal
Removes an event listener.
removeFromParent() - Method in class org.zkoss.zul.DefaultTreeNode
Removes the receiver from its parent.
removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractGroupsModel
Remove the specified object from selection.
removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractListModel
Remove the specified object from selection.
removeFromSelection(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeFromSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
removeFromSelection(Object) - Method in interface org.zkoss.zul.ext.Selectable
Remove the specified object from selection.
removeFromSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Remove the specified object from selection.
removeGroupsDataListener(GroupsDataListener) - Method in class org.zkoss.zul.AbstractGroupsModel
 
removeGroupsDataListener(GroupsDataListener) - Method in interface org.zkoss.zul.GroupsModel
Removes a listener from the groups that's notified each time a change to the data model occurs.
removeItemAt(int) - Method in class org.zkoss.zul.Combobox
Removes the child item in the list box at the given index.
removeItemAt(int) - Method in class org.zkoss.zul.Listbox
Removes the child item in the list box at the given index.
removeItemAt(int) - Method in class org.zkoss.zul.Radiogroup
Removes the child radio button in the radio group at the given index.
removeItemFromSelection(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects the given item without deselecting other items.
removeItemFromSelection(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects the given item without deselecting other items.
removeListDataListener(ListDataListener) - Method in class org.zkoss.zul.AbstractListModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in interface org.zkoss.zul.ListModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeOpenGroup(int) - Method in interface org.zkoss.zul.GroupsModel
Closes the group at the specified index.
removeOpenGroup(int) - Method in class org.zkoss.zul.GroupsModelArray
 
removeOpenGroup(int) - Method in class org.zkoss.zul.SimpleGroupsModel
 
removeOpenObject(Object) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeOpenObject(Object) - Method in class org.zkoss.zul.DefaultTreeModel
 
removeOpenObject(Object) - Method in interface org.zkoss.zul.ext.Openable
Remove the specified object from selection.
removeOpenPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeOpenPath(int[]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Removes path from the open.
removeOpenPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeOpenPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeOpenableModel
Removes paths from the open.
removePagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractListModel
 
removePagingEventListener(PagingListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
removePagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PageableModel
Removes a listener from the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
removePagingEventListener(PagingListener) - Method in interface org.zkoss.zul.PagingEventPublisher
Deprecated.
Removes a listener from the list of listeners to be notified when a PagingEvent happens outside of standard Paging component
removeRange(DialModelRange) - Method in class org.zkoss.zul.DialModelScale
Removes the specified range from this scale.
removeRange(int, int) - Method in class org.zkoss.zul.Listbox.Children
 
removeRange(int, int) - Method in class org.zkoss.zul.ListModelList
Remove from fromIndex(inclusive) to toIndex(exclusive).
removeRange(int, int) - Method in class org.zkoss.zul.Rows.Children
 
removeScale(DialModelScale) - Method in class org.zkoss.zul.DialModel
Remove the specified DialModelScale from this DialModel.
removeSelection(Object) - Method in class org.zkoss.zul.DefaultTreeModel
Deprecated.
As of release 6.0.0, replaced with DefaultTreeModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.impl.GroupsListModel
Deprecated.
As of release 6.0.0, replaced with GroupsListModel.removeFromSelection(java.lang.Object).
removeSelection(Object) - Method in class org.zkoss.zul.ListModelArray
Deprecated.
removeSelection(Object) - Method in class org.zkoss.zul.ListModelList
Deprecated.
removeSelection(Object) - Method in class org.zkoss.zul.ListModelMap
Deprecated.
removeSelection(Object) - Method in class org.zkoss.zul.ListModelSet
Deprecated.
removeSelection(Object) - Method in class org.zkoss.zul.SimpleListModel
Deprecated.
removeSelectionPath(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeSelectionPath(int[]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Removes path from the selection.
removeSelectionPaths(int[][]) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeSelectionPaths(int[][]) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Removes paths from the selection.
removeSeries(Comparable<?>) - Method in class org.zkoss.zul.SimpleXYModel
 
removeSeries(Comparable<?>) - Method in interface org.zkoss.zul.XYModel
Remove data of a specified series.
removeSubtask(GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
removeTreeDataListener(TreeDataListener) - Method in class org.zkoss.zul.AbstractTreeModel
 
removeTreeDataListener(TreeDataListener) - Method in interface org.zkoss.zul.TreeModel
Remove a listener to the tree that's notified each time a change to the data model occurs
removeValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
remove the value of the specified series and category.
removeValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
 
removeValue(int) - Method in interface org.zkoss.zul.HiLoModel
Remove (date, open, high, low, close, volumn) tuple of a data index.
removeValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
 
removeValue(int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
removeValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
 
removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
removeValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
remove the value of the specified category.
removeValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
remove the value of the specified x and y.
removeValue(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
Remove (x,y) value of a specified series and data index.
render(Comboitem, T, int) - Method in interface org.zkoss.zul.ComboitemRenderer
Renders the data to the specified comboitem.
render(Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
 
render(Component, T, int) - Method in interface org.zkoss.zul.ItemRenderer
Renders the data to the corresponding HTML fragment, and returns the HTML fragment.
render(Listitem, T, int) - Method in interface org.zkoss.zul.ListitemRenderer
Renders the data to the specified list item.
render(Radio, T, int) - Method in interface org.zkoss.zul.RadioRenderer
Renders the data to the specified radio.
render(Row, T, int) - Method in interface org.zkoss.zul.RowRenderer
Renders the data to the specified row.
render(Treeitem, T, int) - Method in interface org.zkoss.zul.TreeitemRenderer
Renders the data to the specified tree item.
renderAll() - Method in class org.zkoss.zul.Grid
Renders all Row if not loaded yet, with Grid.getRowRenderer().
renderAll() - Method in class org.zkoss.zul.Listbox
Renders all Listitem if not loaded yet, with Listbox.getItemRenderer().
renderComplete(Execution, Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
Renders the page if Page.isComplete() is true.
renderCrawlable(String) - Method in class org.zkoss.zul.A
 
renderCrawlable(String) - Method in class org.zkoss.zul.Button
 
renderCrawlable(String) - Method in class org.zkoss.zul.impl.LabelElement
Renders the crawlable information.
renderCrawlable(String) - Method in class org.zkoss.zul.Menuitem
 
renderCrawlableA(String, String) - Static method in class org.zkoss.zul.impl.Utils
Render the crawlable HTML A tag.
renderCrawlableText(String) - Static method in class org.zkoss.zul.impl.Utils
Render the crawlable text.
renderDesktop(Execution, Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
Renders the desktop and the page.
RENDERED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
It is used to count the count of the rendered Treeitem.
RendererCtrl - Interface in org.zkoss.zul
This interface defines the methods components like Listbox use to notify the renderer for several circumstance.
RenderEvent<T extends org.zkoss.zk.ui.Component> - Class in org.zkoss.zul.event
Represents the onRender event.
RenderEvent(String, Component, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
 
RenderEvent(String, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
 
renderItem(Listitem) - Method in class org.zkoss.zul.Listbox
Renders the specified Listitem if not loaded yet, with Listbox.getItemRenderer().
renderItem(Treeitem) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getItemRenderer().
renderItem(Treeitem, Object) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem, if not loaded yet, with Tree.getItemRenderer().
renderItemByNode(Object) - Method in class org.zkoss.zul.Tree
Load the treeitems by the given node.
renderItemByPath(int[]) - Method in class org.zkoss.zul.Tree
Load the treeitems by giving a path of the treeitems top open.
renderItems(Set<? extends Row>) - Method in class org.zkoss.zul.Grid
 
renderItems(Set<? extends Listitem>) - Method in class org.zkoss.zul.Listbox
Renders the given set of list items.
renderItems(Set<? extends Treeitem>) - Method in class org.zkoss.zul.Tree
Renders the specified Treeitem if not loaded yet, with Tree.getItemRenderer().
renderPage(Execution, Page, Writer, boolean) - Method in class org.zkoss.zul.impl.PageRenderer
Renders the page if Page.isComplete() is false.
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.A
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Absolutechildren
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Anchorchildren
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Applet
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Area
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Audio
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Auxheader
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Bandbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Borderlayout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Box
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Button
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Calendar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Cell
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Checkbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Column
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Columns
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Combobox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Combobutton
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Comboitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Datebox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Decimalbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Detail
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Div
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Doublespinner
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Flash
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Footer
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Frozen
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Grid
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Group
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Groupbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Hlayout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Html
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Idspace
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Iframe
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Image
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.FooterElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.FormatInputElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.HeaderElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.HeadersElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.InputElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.LabelElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.LabelImageElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.MeshElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.NumberInputElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.impl.XulElement
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Include
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Inputgroup
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Label
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Layout
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.LayoutRegion
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listcell
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listfooter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listgroup
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listhead
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listheader
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Listitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menu
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menubar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Menuitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.NoDOM
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Paging
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Panel
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Panelchildren
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Progressmeter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Radio
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Radiogroup
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Rating
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Row
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Rows
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Script
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Selectbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Separator
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Slider
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Spinner
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Splitter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Style
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tab
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tabbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tabs
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Textbox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Timebox
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Timer
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Toolbar
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Toolbarbutton
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Tree
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treecell
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treecol
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treefooter
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Treeitem
 
renderProperties(ContentRenderer) - Method in class org.zkoss.zul.Window
 
renderRow(Row) - Method in class org.zkoss.zul.Grid
Renders the specified Row if not loaded yet, with Grid.getRowRenderer().
renderRows(Set<? extends Row>) - Method in class org.zkoss.zul.Grid
Renders a set of specified rows.
renderTab(Tab, T, int) - Method in interface org.zkoss.zul.TabboxRenderer
Renders the data to the specified tab.
renderTabpanel(Tabpanel, T, int) - Method in interface org.zkoss.zul.TabboxRenderer
Renders the data to the specified tabpanel.
reset() - Method in interface org.zkoss.zul.impl.DataLoader
Callback from the owner component and give a chance to reset things.
reset() - Method in class org.zkoss.zul.impl.GridDataLoader
 
reset() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
resize() - Method in class org.zkoss.zul.Borderlayout
Re-size this layout component.
retainAll(Collection<?>) - Method in class org.zkoss.zul.ListModelList
 
retainAll(Collection<?>) - Method in class org.zkoss.zul.ListModelSet
 
retainAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractGroupsModel
Removes the selection that doesn't belong to the given collection.
retainAllSelection(Collection<?>) - Method in class org.zkoss.zul.AbstractListModel
Removes the selection that doesn't belong to the given collection.
RETRY - Static variable in interface org.zkoss.zul.mesg.MZul
 
RETRY - Static variable in class org.zkoss.zul.Messagebox
A Retry button.
RING - Static variable in class org.zkoss.zul.Chart
 
Row - Class in org.zkoss.zul
A single row in a Rows element.
Row() - Constructor for class org.zkoss.zul.Row
 
Row.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
RowComparator - Class in org.zkoss.zul
A comparator used to compare Row, if not live data, or the data themselves, if live data.
RowComparator() - Constructor for class org.zkoss.zul.RowComparator
Compares with Label.getValue().
RowComparator(int) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column of the specified index.
RowComparator(Column, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.RowComparator
Compares with the column.
RowRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Grid.
RowRendererExt - Interface in org.zkoss.zul
Provides additional control to RowRenderer.
Rows - Class in org.zkoss.zul
Defines the rows of a grid.
Rows() - Constructor for class org.zkoss.zul.Rows
 
Rows.Children - Class in org.zkoss.zul
 
Rows.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().

S

save(Media) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client.
save(Media, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(byte[], String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(String, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
save(InputStream, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
Note: You don't need to close the content (a InputStream), it will be closed automatically after download.
save(Reader, String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified content at the client with the suggested file name.
Note: You don't need to close the content (a Reader), it will be closed automatically after download.
save(File, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the specified file at the client.
save(URL, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the resource of the specified URL at the client.
save(String, String) - Static method in class org.zkoss.zul.Filedownload
Open a download dialog to save the resource of the specified path at the client.
SCALE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCALE_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCALE_TEXT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCALE_VALUE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
SCATTER - Static variable in class org.zkoss.zul.Chart
 
Script - Class in org.zkoss.zul
A component to generate script codes that will be evaluated at the client.
Script() - Constructor for class org.zkoss.zul.Script
 
Script(String) - Constructor for class org.zkoss.zul.Script
Constructs a script component with the specified content.
scrollToIndex(int) - Method in class org.zkoss.zul.Grid
Scroll to the specified row by the given index.
scrollToIndex(int) - Method in class org.zkoss.zul.Listbox
Scroll to the specified item by the given index.
SECOND - Static variable in class org.zkoss.zul.Chart
 
select() - Method in class org.zkoss.zul.impl.InputElement
Selects the whole text in this input.
Selectable<E> - Interface in org.zkoss.zul.ext
Indicate a selectable collection or component.
selectAll() - Method in class org.zkoss.zul.Listbox
Selects all items.
selectAll() - Method in class org.zkoss.zul.Tree
Selects all items.
Selectbox - Class in org.zkoss.zul
A light weight dropdown list.
Selectbox() - Constructor for class org.zkoss.zul.Selectbox
 
Selectbox.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the selection of the lists has changed.
SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the selection of the lists has changed.
SELECTION_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the selection of the tree has changed.
SelectionControl<E> - Interface in org.zkoss.zul.ext
Indicate a selection control for Selectable
selectItem(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
selectItem(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
Separator - Class in org.zkoss.zul
A separator.
Separator() - Constructor for class org.zkoss.zul.Separator
 
Separator(String) - Constructor for class org.zkoss.zul.Separator
 
SERVER - Static variable in class org.zkoss.zul.SimpleConstraint
Indicates this constraint requires the server validation.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Bandbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Button
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Calendar
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Checkbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Column
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Combobutton
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Datebox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Detail
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Frozen
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Grid
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Group
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Groupbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Iframe
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.FileuploadDlg
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.HeadersElement
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.impl.InputElement
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.LayoutRegion
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Listbox
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Listgroup
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Listheader
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Menu
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Menuitem
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Paging
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Panel
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Popup
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Radio
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Rating
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Selectbox
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Slider
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Splitter
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Tab
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Timer
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Toolbarbutton
 
service(AuRequest, boolean) - Method in class org.zkoss.zul.Tree
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Treeitem
Processes an AU request.
service(AuRequest, boolean) - Method in class org.zkoss.zul.Window
Processes an AU request.
sessionDidActivate(Page) - Method in class org.zkoss.zul.Combobox
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Grid
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Listbox
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Selectbox
 
sessionDidActivate(Page) - Method in class org.zkoss.zul.Tree
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Combobox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Grid
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Listbox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Selectbox
 
sessionWillPassivate(Page) - Method in class org.zkoss.zul.Tree
 
set(int, E) - Method in class org.zkoss.zul.ListModelArray
Change content of the Array at specified index.
set(int, E) - Method in class org.zkoss.zul.ListModelList
 
setActive(int) - Method in class org.zkoss.zul.Menupopup
Sets the current active item in this menupopup.
setActivePage(int) - Method in class org.zkoss.zul.AbstractListModel
 
setActivePage(int) - Method in class org.zkoss.zul.AbstractTreeModel
 
setActivePage(int) - Method in interface org.zkoss.zul.ext.Pageable
Sets the active page (starting from 0).
setActivePage(int) - Method in class org.zkoss.zul.Grid
 
setActivePage(int) - Method in class org.zkoss.zul.impl.MeshElement
Sets the active page (starting from 0).
setActivePage(Listitem) - Method in class org.zkoss.zul.Listbox
Sets the active page in which the specified item is.
setActivePage(int) - Method in class org.zkoss.zul.Listbox
 
setActivePage(int) - Method in class org.zkoss.zul.Paging
Set the active page
setActivePage(Treeitem) - Method in class org.zkoss.zul.Tree
Sets the active page in which the specified item is.
setActivePage(int) - Method in class org.zkoss.zul.Tree
 
setAlign(String) - Method in class org.zkoss.zul.Applet
Sets the alignment of an applet according to surrounding elements.
setAlign(String) - Method in class org.zkoss.zul.Box
Sets the alignment of cells of this box in the 'opposite' direction (start, center, end, stretch).
setAlign(String) - Method in class org.zkoss.zul.Cell
Sets the horizontal alignment.
setAlign(String) - Method in class org.zkoss.zul.Div
Deprecated.
as of release 6.0.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.Grid
Deprecated.
As of release 5.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.Iframe
Deprecated.
as of release 6.0.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.Image
Deprecated.
as of release 6.0.0, use CSS instead.
setAlign(String) - Method in class org.zkoss.zul.impl.FooterElement
Sets the horizontal alignment of this footer.
setAlign(String) - Method in class org.zkoss.zul.impl.HeaderElement
Sets the horizontal alignment of this column.
setAlign(String) - Method in class org.zkoss.zul.Row
Sets the horizontal alignment of the whole row.
setAlign(String) - Method in class org.zkoss.zul.Tabs
Sets the alignment of tab.
setAlign(String) - Method in class org.zkoss.zul.Toolbar
Sets the alignment of any children added to this toolbar.
setAnchor(String) - Method in class org.zkoss.zul.Anchorchildren
Sets the width, height relative to parent, anchorlayout.
setAngleArc(double) - Method in class org.zkoss.zul.Slider
Sets the degree of arc for the knob slider.
setAnimationDisabled(boolean) - Method in class org.zkoss.zul.Borderlayout
Sets to disable animation effects.
setArchive(String) - Method in class org.zkoss.zul.Applet
Sets the location of an archive file (URL).
setAreaListener(ChartAreaListener) - Method in class org.zkoss.zul.Chart
Sets the renderer which is used to render each area.
setAreaListener(String) - Method in class org.zkoss.zul.Chart
Sets the renderer by use of a class name.
setAutocheck(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether the menuitem check mark will update each time the menu item is selected.
setAutocomplete(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether to automatically complete this text box by matching the nearest item (Comboitem.
setAutodisable(String) - Method in class org.zkoss.zul.A
Sets a list of component IDs that shall be disabled when the user clicks this anchor.
setAutodisable(String) - Method in class org.zkoss.zul.Button
Sets a list of component IDs that shall be disabled when the user clicks this button.
setAutodisable(String) - Method in class org.zkoss.zul.Checkbox
Sets a list of component IDs that shall be disabled when the user clicks this checkbox.
setAutodisable(String) - Method in class org.zkoss.zul.Menuitem
Sets a list of component IDs that shall be disabled when the user clicks this menuitem.
setAutodrop(boolean) - Method in class org.zkoss.zul.Bandbox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether to automatically drop the list if users is changing this text box.
setAutodrop(boolean) - Method in class org.zkoss.zul.Combobutton
Sets whether to automatically drop the popup if user hovers on this Combobutton.
setAutodrop(boolean) - Method in class org.zkoss.zul.Menubar
Sets whether to automatically drop down menus if user moves mouse over it.
setAutohide(boolean) - Method in interface org.zkoss.zul.ext.Paginal
Sets whether to automatically hide the paging if there is only one page available.
setAutohide(boolean) - Method in class org.zkoss.zul.Iframe
Sets whether to automatically hide this component if a popup or dropdown is overlapped with it.
setAutohide(boolean) - Method in class org.zkoss.zul.impl.MeshElement.InternalPaging
 
setAutohide(boolean) - Method in class org.zkoss.zul.Paging
Sets whether to automatically hide this component if there is only one page available.
setAutopaging(boolean) - Method in class org.zkoss.zul.impl.MeshElement
Sets whether the auto-paging facility is turned on when mold is "paging".
setAutoplay(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to auto start playing the audio.
setAutoPlay(boolean) - Method in class org.zkoss.zul.Flash
Deprecated.
As of release 3.6.1, use Flash.setAutoplay(boolean) instead.
setAutoplay(boolean) - Method in class org.zkoss.zul.Flash
Sets wether to play the Flash movie automatically.
setAutoscroll(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether enable overflow scrolling.
setAutoSort(boolean) - Method in class org.zkoss.zul.SimpleXYModel
 
setAutoSort(boolean) - Method in interface org.zkoss.zul.XYModel
Set model to autosort on x value for each series.
setAutostart(boolean) - Method in class org.zkoss.zul.Audio
Deprecated.
As of release 7.0.0, use Audio.setAutoplay(boolean) instead.
setBar(boolean) - Method in class org.zkoss.zul.Separator
Sets whether to display a visual bar as the separator.
setBgAlpha(int) - Method in class org.zkoss.zul.Chart
Set the background alpha (transparency, 0 ~ 255).
setBgColor(String) - Method in class org.zkoss.zul.Captcha
Set the background color of the chart.
setBgColor(String) - Method in class org.zkoss.zul.Chart
Set the background color of the chart.
setBgcolor(String) - Method in class org.zkoss.zul.Flash
Sets the background color of Flash movie.
setBorder(boolean) - Method in class org.zkoss.zul.Captcha
Deprecated.
As of release 5.0.4, use Captcha.setFrame(boolean) instead.
setBorder(String) - Method in class org.zkoss.zul.Image
Deprecated.
As of release 5.0.5, use CSS instead.
setBorder(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the border (either none or normal).
setBorder(String) - Method in class org.zkoss.zul.Panel
Sets the border.
setBorder(boolean) - Method in class org.zkoss.zul.Panel
Enables or disables the border.
setBorder(String) - Method in class org.zkoss.zul.Window
Sets the border (either none or normal).
setBorder(boolean) - Method in class org.zkoss.zul.Window
Enables or disables the border.
setButton(Messagebox.Button, String) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
Sets the label's information and label.
setButton(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
Sets the label's information with a default label.
setButtons(Messagebox.Button[], String[]) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets what buttons are allowed.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Bandbox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Combobox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Doublespinner
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Spinner
Sets whether the button (on the right of the textbox) is visible.
setButtonVisible(boolean) - Method in class org.zkoss.zul.Timebox
Sets whether the button (on the right of the textbox) is visible.
setCancelable(boolean) - Method in class org.zkoss.zul.Rating
Sets whether to enable the cancel feature.
setCapRadius(double) - Method in class org.zkoss.zul.DialModel
Sets the radius percentage(0 ~ 1) of the meter's cap; default to 0.07.
setCharset(String) - Method in class org.zkoss.zul.Script
Sets the character encoding of the source.
setCheckable(boolean) - Method in class org.zkoss.zul.Listitem
Deprecated.
As of release 8.0.0, please use Listitem.setSelectable(boolean)
setCheckable(boolean) - Method in class org.zkoss.zul.Treeitem
Deprecated.
As of release 8.0.0, please use Treeitem.setSelectable(boolean)
setChecked(boolean) - Method in class org.zkoss.zul.Checkbox
Sets whether it is checked, changing checked will set indeterminate to false.
setChecked(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether it is checked.
setChecked(boolean) - Method in class org.zkoss.zul.Radio
Sets the radio is checked and unchecked the others in the same radio group (Radiogroup.
setChecked(boolean) - Method in class org.zkoss.zul.Toolbarbutton
Sets whether it is checked.
setCheckmark(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether the check mark shall be displayed in front of each item.
setCheckmark(boolean) - Method in class org.zkoss.zul.Tree
Sets whether the check mark shall be displayed in front of each item.
setChildPage(Page) - Method in class org.zkoss.zul.Include
 
setClosable(boolean) - Method in class org.zkoss.zul.Center
Center region can't be closed.
setClosable(boolean) - Method in class org.zkoss.zul.Groupbox
Sets whether user can open or close the group box.
setClosable(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether users can open or close the region.
setClosable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to show a close button on the title bar.
setClosable(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is closable.
setClosable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to show a close button on the title bar.
setClose(int, boolean) - Method in class org.zkoss.zul.GroupsModelArray
Deprecated.
setClose(int, boolean) - Method in class org.zkoss.zul.SimpleGroupsModel
Deprecated.
setCmargins(String) - Method in class org.zkoss.zul.Center
Center region can't be enabled the collapsed margin functionality.
setCmargins(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the collapsed margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
setCode(String) - Method in class org.zkoss.zul.Applet
Sets the applet class to run.
setCodebase(String) - Method in class org.zkoss.zul.Applet
Sets a relative base URL for applets specified in Applet.setCode(java.lang.String) (URL).
setCollapse(String) - Method in class org.zkoss.zul.Splitter
Sets which side of the splitter is collapsed when its grippy is clicked.
setCollapsible(boolean) - Method in class org.zkoss.zul.Center
Center region can't be enabled the collapse functionality.
setCollapsible(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether set the initial display to collapse.
setCollapsible(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to show a toggle button on the title bar.
setCols(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the cols which determines the visible width, in characters.
setColspan(int) - Method in class org.zkoss.zul.Auxheader
Sets the number of columns to span this header.
setColspan(int) - Method in class org.zkoss.zul.Cell
Sets the number of columns to span.
setColumns(int) - Method in class org.zkoss.zul.Frozen
Sets the number of columns to freeze.(from left to right)
setColumnsgroup(boolean) - Method in class org.zkoss.zul.Columns
Sets whether to enable grouping of columns with the header context menu.
setColumnsgroup(boolean) - Method in class org.zkoss.zul.Listhead
Sets whether to enable grouping of listheader with the header context menu.
setColumnshide(boolean) - Method in class org.zkoss.zul.Columns
Sets whether to enable hiding of columns with the header context menu.
setColumnshide(boolean) - Method in class org.zkoss.zul.Listhead
Sets whether to enable hiding of listheader with the header context menu.
setComment(boolean) - Method in class org.zkoss.zul.Include
Sets whether to generate the included content inside the HTML comment.
setCompact(boolean) - Method in class org.zkoss.zul.Datebox
Deprecated.
As of release 5.0.0, it is no longer supported.
setConstraint(String) - Method in class org.zkoss.zul.Calendar
Sets a list of constraints separated by comma.
setConstraint(Constraint) - Method in class org.zkoss.zul.Calendar
 
setConstraint(String) - Method in class org.zkoss.zul.Datebox
 
setConstraint(String) - Method in class org.zkoss.zul.Doublespinner
 
setConstraint(Constraint) - Method in interface org.zkoss.zul.ext.Constrainted
Sets the constraint.
setConstraint(Constraint) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
setConstraint(String) - Method in class org.zkoss.zul.impl.InputElement
 
setConstraint(Constraint) - Method in class org.zkoss.zul.impl.InputElement
 
setConstraint(String) - Method in class org.zkoss.zul.Spinner
 
setConstraint(String) - Method in class org.zkoss.zul.Timebox
 
setContent(Audio) - Method in class org.zkoss.zul.Audio
Sets the content directly.
setContent(String) - Method in class org.zkoss.zul.Comboitem
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
setContent(Media) - Method in class org.zkoss.zul.Flash
Sets the content of the flash directly.
setContent(String) - Method in class org.zkoss.zul.Html
Sets the embedded content (i.e., HTML tags).
setContent(Media) - Method in class org.zkoss.zul.Iframe
Sets the content directly.
setContent(Image) - Method in class org.zkoss.zul.Image
Sets the content directly.
setContent(RenderedImage) - Method in class org.zkoss.zul.Image
Sets the content directly with the rendered image.
setContent(String) - Method in class org.zkoss.zul.Menu
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
setContent(String) - Method in class org.zkoss.zul.Script
Sets the content of the script element.
setContent(String) - Method in class org.zkoss.zul.Style
Sets the content of the style element.
setContentSclass(String) - Method in class org.zkoss.zul.Detail
Sets the style class used for the content block.
setContentSclass(String) - Method in class org.zkoss.zul.Groupbox
Sets the style class used for the content block.
setContentSclass(String) - Method in class org.zkoss.zul.Window
Sets the style class used for the content block.
setContentStyle(String) - Method in class org.zkoss.zul.Detail
Sets the CSS style for the content block of the window.
setContentStyle(String) - Method in class org.zkoss.zul.Groupbox
Sets the CSS style for the content block of the groupbox.
setContentStyle(String) - Method in class org.zkoss.zul.Window
Sets the CSS style for the content block of the window.
setContext(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should appear when the user right-clicks on the element (a.k.a., context menu).
setContext(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should appear when the user right-clicks on the element (a.k.a., context menu).
setContextAttributes(Popup, String, String, String, String) - Method in class org.zkoss.zul.impl.XulElement
Sets the Attributes for the Context Popup Note that position will be ignored if coordinates are set.
setControls(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to display the audio controls.
setCoords(String) - Method in class org.zkoss.zul.Area
Sets the coords of this area.
setCtrlKeys(String) - Method in class org.zkoss.zul.impl.XulElement
Sets what keystrokes to intercept.
setCurpos(int) - Method in class org.zkoss.zul.Slider
Sets the current position of the slider.
setCurpos(double) - Method in class org.zkoss.zul.Slider
Sets the current position of the slider.
setData(E) - Method in class org.zkoss.zul.DefaultTreeNode
 
setData(E) - Method in interface org.zkoss.zul.TreeNode
Sets the application-specific data associated with this node.
setDateFormat(String) - Method in class org.zkoss.zul.Chart
Sets the date format used by date related Chart.
setDefaultActionOnShow(String) - Static method in class org.zkoss.zul.Window
Deprecated.
As release of 5.0.0, replaced with HtmlBasedComponent.setAction(java.lang.String).
setDefaultDateTime(LocalDateTime) - Method in class org.zkoss.zul.Datebox
Sets the default datetime if the value is empty.
setDefer(boolean) - Method in class org.zkoss.zul.Script
Sets whether to defer the execution of the script codes.
setDelay(int) - Method in class org.zkoss.zul.Timer
Sets the delay, the number of milliseconds between successive action events.
setDescription(String) - Method in class org.zkoss.zul.Comboitem
Sets the description.
setDescription(String) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setDetailed(boolean) - Method in interface org.zkoss.zul.ext.Paginal
Sets whether to show the detailed info, such as Paginal.getTotalSize().
setDetailed(boolean) - Method in class org.zkoss.zul.Paging
Sets whether to show total size and index of items in current page
setDir(String) - Method in class org.zkoss.zul.A
Sets the direction to layout with image.
setDir(String) - Method in class org.zkoss.zul.Button
Sets the direction to layout image.
setDisabled(boolean) - Method in class org.zkoss.zul.A
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Button
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Checkbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Comboitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Menu
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Menuitem
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Paging
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Rating
Sets whether this component is disabled, means the rating is not changeable.
setDisabled(boolean) - Method in class org.zkoss.zul.Selectbox
Sets whether it is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is disabled.
setDisabled(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether it is disabled.
setDisplayedTimeZones(List<TimeZone>) - Method in class org.zkoss.zul.Datebox
Sets a list of the time zones that will be displayed at the client and allow user to select.
setDisplayedTimeZones(String) - Method in class org.zkoss.zul.Datebox
Sets a concatenation of a list of the time zones' ID, separated by comma, that will be displayed at the client and allow user to select.
setDisplayName(String, String) - Static method in class org.zkoss.zul.theme.Themes
Set the display name (human name) of the theme
setDraggable(String) - Method in class org.zkoss.zul.Window
 
setDynamic(boolean) - Method in class org.zkoss.zul.Style
Deprecated.
As of release 5.0.0, it is decided automatically.
setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Applet
 
setDynamicProperty(String, Object) - Method in class org.zkoss.zul.Include
Adds a dynamic property that will be passed to the included page via the request's attribute.
setEmptyMessage(String) - Method in class org.zkoss.zul.Grid
Sets the message to display when there are no items
setEmptyMessage(String) - Method in class org.zkoss.zul.Listbox
Sets the message to display when there are no items
setEmptySearchMessage(String) - Method in class org.zkoss.zul.Combobox
Sets empty search message.
setEnclosingTag(String) - Method in class org.zkoss.zul.Include
Sets the the name of the enclosing tag
setEnd(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setEngine(String) - Method in class org.zkoss.zul.Captcha
Sets the captcha engine by use of a class name.
setEngine(CaptchaEngine) - Method in class org.zkoss.zul.Captcha
Set the captcha engine.
setEngine(ChartEngine) - Method in class org.zkoss.zul.Chart
Sets the chart engine.
setEngine(String) - Method in class org.zkoss.zul.Chart
Sets the chart engine by use of a class name.
setEngine(TabboxEngine) - Method in class org.zkoss.zul.Tabbox
Sets the tabbox engine for ListModel
setErrorboxIconSclass(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the class name of the custom style to be applied to the errorbox icon of this component.
setErrorboxSclass(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the class name of the custom style to be applied to the errorbox of this component.
setErrorMessage(String) - Method in class org.zkoss.zul.impl.InputElement
Associates an error message to this input.
setEventListener(EventListener<Messagebox.ClickEvent>) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets the event listener.
setExclude(String) - Method in class org.zkoss.zul.Captcha
Set exclude characters that will not be generated.
setFgAlpha(int) - Method in class org.zkoss.zul.Chart
Set the foreground alpha (transparency, 0 ~ 255).
setField(String, String) - Method in class org.zkoss.zul.Applet
Sets the value of the specified filed.
setFixedLayout(boolean) - Method in class org.zkoss.zul.Grid
Deprecated.
since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead
setFixedLayout(boolean) - Method in class org.zkoss.zul.Listbox
Deprecated.
since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead
setFixedLayout(boolean) - Method in class org.zkoss.zul.Tree
Deprecated.
since 5.0.0, use MeshElement.setSizedByContent(boolean)(!fixedLayout) instead
setFlex(boolean) - Method in class org.zkoss.zul.LayoutRegion
Deprecated.
As of release 6.0.2, use HtmlBasedComponent.setHflex(String) and HtmlBasedComponent.setVflex(String) on child component instead
setFloatable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to float the panel to display it inline where it is rendered.
setFocus(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg
Sets the focus.
setFontColor(String) - Method in class org.zkoss.zul.Captcha
Set font color.
setFormat(String) - Method in class org.zkoss.zul.Datebox
Sets the date format.
setFormat(String) - Method in class org.zkoss.zul.impl.FormatInputElement
Sets the format.
setFormat(String) - Method in class org.zkoss.zul.Timebox
Sets the date format.
setFramable(boolean) - Method in class org.zkoss.zul.Panel
Deprecated.
As of release 5.0.6, replaced with Panel.setBorder(java.lang.String). Sets whether to render the panel with custom rounded borders.

Default: false.

setFrame(boolean) - Method in class org.zkoss.zul.Captcha
Sets whether generate border.
setFrameBgAlpha(int) - Method in class org.zkoss.zul.DialModel
Set the background alpha of the dial frame (transparency, 0 ~ 255).
setFrameBgColor(String) - Method in class org.zkoss.zul.DialModel
Set the background color of the dial frame.
setFrameBgColor1(String) - Method in class org.zkoss.zul.DialModel
Set the 1st background color of the dial frame (for gradient starting color).
setFrameBgColor2(String) - Method in class org.zkoss.zul.DialModel
Set the 2nd background color of the dial frame (for gradient ending color).
setFrameFgColor(String) - Method in class org.zkoss.zul.DialModel
Set the foreground color of the dial frame.
setGradientDirection(String) - Method in class org.zkoss.zul.DialModel
Set the Frame background gradient color direction (from bgColor1 to bgColor2); center_horizontal, center_vertical, horizontal, vertical.
setGroupSelectable(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel
 
setGroupSelectable(boolean) - Method in interface org.zkoss.zul.ext.GroupsSelectableModel
Sets the groups are selectable
setGroupSelectable(boolean) - Method in class org.zkoss.zul.impl.GroupsListModel
 
setHeight(String) - Method in class org.zkoss.zul.Auxheader
 
setHeight(String) - Method in class org.zkoss.zul.Captcha
Override super class to prepare the int height.
setHeight(String) - Method in class org.zkoss.zul.Center
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeight(String) - Method in class org.zkoss.zul.Chart
Override super class to prepare the int height.
setHeight(String) - Method in class org.zkoss.zul.East
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeight(int) - Method in class org.zkoss.zul.Grid.ExtraCtrl
 
setHeight(String) - Method in class org.zkoss.zul.Grid
 
setHeight(int) - Method in interface org.zkoss.zul.impl.Padding
Set the padding height in px.
setHeight(int) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
setHeight(String) - Method in class org.zkoss.zul.Listbox
 
setHeight(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setHeight(String) - Method in class org.zkoss.zul.Textbox
 
setHeight(String) - Method in class org.zkoss.zul.Tree
 
setHeight(String) - Method in class org.zkoss.zul.West
The height can't be specified in this component because its height is determined by other region components (North or South).
setHeights(String) - Method in class org.zkoss.zul.Box
Deprecated.
As of release 5.0.0, use Cell instead.
setHflex(String) - Method in class org.zkoss.zul.Auxheader
 
setHflex(String) - Method in class org.zkoss.zul.Captcha
Overrides the method in HtmlBasedComponent, not to check using hflex and width at the same time
setHflex(String) - Method in class org.zkoss.zul.Chart
Overrides the method in HtmlBasedComponent, not to check using hflex and width at the same time
setHflex(String) - Method in class org.zkoss.zul.Columns
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Foot
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Listcell
Deprecated.
as of release 6.0.0. To control the hflex of Listcell, please use HtmlBasedComponent.setHflex(String) instead.
setHflex(String) - Method in class org.zkoss.zul.Listfoot
Deprecated.
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setHflex(String) - Method in class org.zkoss.zul.Listhead
Deprecated.
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setHflex(String) - Method in class org.zkoss.zul.Listitem
Deprecated.
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setHflex(String) - Method in class org.zkoss.zul.Panel
 
setHflex(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setHflex(String) - Method in class org.zkoss.zul.Progressmeter
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
setHflex(String) - Method in class org.zkoss.zul.Row
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Rows
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setHflex(String) - Method in class org.zkoss.zul.Treecell
Deprecated.
as of release 6.0.0. To control the hflex of Treecell, please use HtmlBasedComponent.setHflex(String) instead.
setHflex(String) - Method in class org.zkoss.zul.Treechildren
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treecols
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treefoot
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treeitem
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHflex(String) - Method in class org.zkoss.zul.Treerow
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setHover(String) - Method in class org.zkoss.zul.Image
Sets the image URI.
setHoverContent(Image) - Method in class org.zkoss.zul.Image
Sets the content of the hover image directly.
setHoverContent(RenderedImage) - Method in class org.zkoss.zul.Image
Sets the content of the hover image directly with the rendered image.
setHoverImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the image URI.
setHoverImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content of the hover image directly.
setHoverImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content of the hover image directly with the rendered image.
setHref(String) - Method in class org.zkoss.zul.A
Sets the href.
setHref(String) - Method in class org.zkoss.zul.Button
Sets the href.
setHref(String) - Method in class org.zkoss.zul.Menuitem
Sets the href.
setHspace(String) - Method in class org.zkoss.zul.Applet
Sets the horizontal spacing in pixels around an applet.
setHspace(String) - Method in class org.zkoss.zul.Image
Deprecated.
as of release 6.0.0, use CSS instead.
setHyphen(boolean) - Method in class org.zkoss.zul.Label
Deprecated.
As of release 5.0.0, use CSS instead.

Use the CSS style called "word-wrap: word-break" to have similar effect. Unfortunately, word-wrap is not applicable to FF and Opera(it works fine with IE and Safari).

setIconSclass(String) - Method in class org.zkoss.zul.Bandbox
Sets the iconSclass name of this Bandbox.
setIconSclass(String) - Method in class org.zkoss.zul.Combobox
Sets the iconSclass name of this Combobox.
setIconSclass(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the icon font
setIconSclass(String) - Method in class org.zkoss.zul.Rating
Sets the iconSclass name of this rating.
setIdentity(int) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
Deprecated.
As of release 6.0.0, buttons are created in Java
setImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the image URI.
setImage(String) - Method in class org.zkoss.zul.Listitem
Sets the image of the Listcell it contains.
setImage(String) - Method in class org.zkoss.zul.Treeitem
Sets the image of the Treecell it contains.
setImage(String) - Method in class org.zkoss.zul.Treerow
Sets the image of the Treecell it contains.
setImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content directly.
setImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
Sets the content directly with the rendered image.
setIndeterminate(boolean) - Method in class org.zkoss.zul.Checkbox
Set whether checkbox is in indeterminate state.
setIndeterminate(boolean) - Method in class org.zkoss.zul.Progressmeter
Sets the indeterminate state of the progress meter.
setIndex(int) - Method in interface org.zkoss.zul.impl.LoadStatus
Sets the index of the loaded item (so client known row's index).
setIndex(int) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
 
setIndex(int) - Method in class org.zkoss.zul.Listitem
 
setIndex(int) - Method in class org.zkoss.zul.Row.ExtraCtrl
 
setInnerRadius(double) - Method in class org.zkoss.zul.DialModelRange
Sets the inner radius percentage(0 ~ 1) of the dial range; default to 0.7.
setInnerWidth(String) - Method in class org.zkoss.zul.Grid
Sets the inner width of this component.
setInnerWidth(String) - Method in class org.zkoss.zul.Listbox
Sets the inner width of this component.
setInnerWidth(String) - Method in class org.zkoss.zul.Tree
Sets the inner width of this component.
setInplace(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets to enable the inplace-editing function that the look and feel is like a label.
setInputAttributes(Map<String, String>) - Method in class org.zkoss.zul.impl.InputElement
Sets some additional attributes to the input html tag in the component.
setInputAttributes(String) - Method in class org.zkoss.zul.impl.InputElement
Sets some additional attributes to the input html tag in the component.
setInsertedText(String) - Method in class org.zkoss.zul.impl.InputElement
Inserts the text at the current cursor position.
setInstant(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets the instant attribute.
setInstantSelect(boolean) - Method in class org.zkoss.zul.Combobox
Sets the instantSelect attribute.
setItemRenderer(ComboitemRenderer<?>) - Method in class org.zkoss.zul.Combobox
Sets the renderer which is used to render each row if Combobox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Combobox
Sets the renderer by use of a class name.
setItemRenderer(ListitemRenderer<?>) - Method in class org.zkoss.zul.Listbox
Sets the renderer which is used to render each item if Listbox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Listbox
Sets the renderer by use of a class name.
setItemRenderer(ItemRenderer<?>) - Method in class org.zkoss.zul.Selectbox
Sets the renderer which is used to render each item if Selectbox.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Selectbox
Sets the renderer by use of a class name.
setItemRenderer(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
Sets the renderer which is used to render each item if Tree.getModel() is not null.
setItemRenderer(String) - Method in class org.zkoss.zul.Tree
Sets the renderer by use of a class name.
setLabel(String) - Method in class org.zkoss.zul.Comboitem
 
setLabel(String) - Method in class org.zkoss.zul.Group
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.Groupfoot
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.impl.LabelElement
Sets the label.
setLabel(String) - Method in class org.zkoss.zul.Listgroupfoot
Sets the value of the Label it contains.
setLabel(String) - Method in class org.zkoss.zul.Listitem
Sets the label of the Listcell it contains.
setLabel(String) - Method in class org.zkoss.zul.Treeitem
Sets the label of the Treecell it contains.
setLabel(String) - Method in class org.zkoss.zul.Treerow
Sets the label of the Treecell it contains.
setLegend(boolean) - Method in class org.zkoss.zul.Groupbox
Deprecated.
As of release 6.0, legend no longer used in groupbox.
setLegendFont(Font) - Method in class org.zkoss.zul.Chart
Sets the legend font of this chart.
setLength(int) - Method in class org.zkoss.zul.Captcha
Set length of the autogenerated text value; default to 5.
setLenient(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether or not date/time parsing is to be lenient.
setLoadAll(boolean) - Method in interface org.zkoss.zul.impl.DataLoader
Sets whether to always load all items from ListModel.
setLoadAll(boolean) - Method in class org.zkoss.zul.impl.GridDataLoader
 
setLoadAll(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
setLoaded(boolean) - Method in interface org.zkoss.zul.impl.LoadStatus
Sets whether the on-demand-loading item is loaded.
setLoaded(boolean) - Method in class org.zkoss.zul.Listitem.ExtraCtrl
 
setLoaded(boolean) - Method in class org.zkoss.zul.Row.ExtraCtrl
 
setLocale(Locale) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the locale used to identify the format of this component.
setLocale(String) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the locale used to identify the format of this component.
setLocale(Locale) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the locale used to identify the symbols of this number input element.
setLocale(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the locale used to identify the symbols of this number input element.
setLocalized(boolean) - Method in class org.zkoss.zul.Include
Sets whether the source depends on the current Locale.
setLoop(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to play the audio repeatedly.
setLoop(boolean) - Method in class org.zkoss.zul.Flash
Sets whether the Flash movie plays repeatedly
setLowerBound(double) - Method in class org.zkoss.zul.DialModelRange
Sets the lower bound in scale of this colored range.
setMargins(String) - Method in class org.zkoss.zul.LayoutRegion
Sets margins for the element "0,1,2,3" that direction is "top,left,right,bottom"
setMax(int) - Method in class org.zkoss.zul.Rating
Sets the max rate of this rating component.
setMax(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Set the maximum value.
setMax(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Set the maximum value.
setMaximalHeight(boolean) - Method in class org.zkoss.zul.Tabbox
Sets whether to use maximum height of all tabpanel in initial phase.
setMaximizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to display the maximizing button and allow the user to maximize the panel, when a panel is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the panel to its previous size.
setMaximizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to display the maximizing button and allow the user to maximize the window, when a window is maximized, the button will automatically change to a restore button with the appropriate behavior already built-in that will restore the window to its previous size.
setMaximized(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is maximized, and then the size of the panel will depend on it to show a appropriate size.
setMaximized(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is maximized, and then the size of the window will depend on it to show a appropriate size.
setMaxlength(int) - Method in class org.zkoss.zul.impl.InputElement
Sets the maxlength.
setMaxlength(int) - Method in class org.zkoss.zul.Label
Sets the maximal length of the label.
setMaxlength(int) - Method in class org.zkoss.zul.Listbox
Sets the maximal length of each item's label.
setMaxlength(int) - Method in class org.zkoss.zul.Listheader
Sets the maximal length of each item's label.
setMaxlength(int) - Method in class org.zkoss.zul.Treecol
Sets the maximal length of each item's label.
setMaxpos(int) - Method in class org.zkoss.zul.Slider
Sets the maximum position of the slider.
setMaxpos(double) - Method in class org.zkoss.zul.Slider
Sets the maximum position of the slider.
setMaxsize(int) - Method in class org.zkoss.zul.Center
Center region can't be enabled the maxsize.
setMaxsize(int) - Method in class org.zkoss.zul.Fileupload
Deprecated.
As of release 5.0.0, replaced with Button.setUpload(String)
setMaxsize(int) - Method in class org.zkoss.zul.LayoutRegion
Sets the maximum size of the resizing element.
setMayscript(boolean) - Method in class org.zkoss.zul.Applet
Sets whether the applet is allowed to access the scripting object.
setMedia(String) - Method in class org.zkoss.zul.Style
Sets the media dependencies for this style sheet.
setMenupopup(String) - Method in class org.zkoss.zul.Columns
Sets the ID of the menupopup (Menupopup) that should appear when the user clicks on the element of each column.
setMenupopup(String) - Method in class org.zkoss.zul.Listhead
Sets the ID of the menupopup (Menupopup) that should appear when the user clicks on the element of each column.
setMin(Double) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Set the minimum value.
setMin(Integer) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
Set the minimum value.
setMinheight(int) - Method in class org.zkoss.zul.Panel
Sets the minimum height in pixels allowed for this panel.
setMinheight(int) - Method in class org.zkoss.zul.Window
Sets the minimum height in pixels allowed for this window.
setMinimizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to display the minimizing button and allow the user to minimize the panel.
setMinimizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether to display the minimizing button and allow the user to minimize the window.
setMinimized(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is minimized.
setMinimized(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is minimized.
setMinpos(int) - Method in class org.zkoss.zul.Slider
Sets the minimum position of the slider.
setMinpos(double) - Method in class org.zkoss.zul.Slider
Sets the minimum position of the slider.
setMinsize(int) - Method in class org.zkoss.zul.Center
Center region can't be enabled the minsize.
setMinsize(int) - Method in class org.zkoss.zul.LayoutRegion
Sets the minimum size of the resizing element.
setMinwidth(int) - Method in class org.zkoss.zul.Panel
Sets the minimum width in pixels allowed for this panel.
setMinwidth(int) - Method in class org.zkoss.zul.Window
Sets the minimum width in pixels allowed for this window.
setMode(String) - Method in class org.zkoss.zul.Include
Sets the inclusion mode.
setMode(String) - Method in class org.zkoss.zul.Slider
Sets the mode.
setMode(String) - Method in class org.zkoss.zul.Toolbarbutton
Set the mode of toolbarbutton.(default,toggle)
setMode(Window.Mode) - Method in class org.zkoss.zul.Window
Sets the mode.
setMode(String) - Method in class org.zkoss.zul.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setMode(int) - Method in class org.zkoss.zul.Window
Sets the mode to overlapped, popup, modal, embedded or highlighted.
setModel(ChartModel) - Method in class org.zkoss.zul.Chart
Sets the chart model associated with this chart.
setModel(String) - Method in class org.zkoss.zul.Chart
Sets the model by use of a class name.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Combobox
Sets the list model associated with this combobox.
setModel(DefaultTreeModel<E>) - Method in class org.zkoss.zul.DefaultTreeNode
 
setModel(ListModel<?>) - Method in class org.zkoss.zul.Grid
Sets the list model associated with this grid.
setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Grid
Sets the groups model associated with this grid.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Listbox
Sets the list model associated with this listbox.
setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Listbox
Sets the groups model associated with this list box.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Radiogroup
Sets the list model associated with this radiogroup.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Selectbox
Sets the list model associated with this selectbox.
setModel(ListModel<?>) - Method in class org.zkoss.zul.Tabbox
Sets the list model associated with this t.
setModel(TreeModel<?>) - Method in class org.zkoss.zul.Tree
Sets the tree model associated with this tree.
setModel(DefaultTreeModel<E>) - Method in interface org.zkoss.zul.TreeNode
Sets the tree model it belongs to.
setMold(String) - Method in class org.zkoss.zul.Checkbox
 
setMold(String) - Method in class org.zkoss.zul.Grid
Sets the mold to render this component.
setMold(String) - Method in class org.zkoss.zul.Listbox
Sets the mold to render this component.
setMold(String) - Method in class org.zkoss.zul.Slider
Sets the mold.
setMold(String) - Method in class org.zkoss.zul.Tabbox
Sets the mold.
setMold(String) - Method in class org.zkoss.zul.Tree
Sets the mold to render this component.
setMovable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether to move the panel to display it inline where it is rendered.
setMultiline(boolean) - Method in class org.zkoss.zul.Bandbox
Bandbox can't be enabled the multiline functionality.
setMultiline(boolean) - Method in class org.zkoss.zul.Combobox
 
setMultiline(boolean) - Method in class org.zkoss.zul.Label
Sets whether to preserve the new line and the white spaces at the beginning of each line.
setMultiline(boolean) - Method in class org.zkoss.zul.Textbox
Sets whether it is multiline.
setMultiple(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.AbstractListModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.AbstractTreeModel
 
setMultiple(boolean) - Method in interface org.zkoss.zul.ext.Selectable
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in interface org.zkoss.zul.ext.TreeSelectableModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.impl.GroupsListModel
Sets the selection mode to be multiple.
setMultiple(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether multiple selections are allowed.
setMultiple(boolean) - Method in class org.zkoss.zul.Tree
Sets whether multiple selections are allowed.
setMuted(boolean) - Method in class org.zkoss.zul.Audio
Sets whether to mute the audio.
setName(String) - Method in class org.zkoss.zul.Calendar
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Checkbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Iframe
Sets the frame name.
setName(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Listbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Radiogroup
Sets the name of this group of radio buttons.
setName(String) - Method in class org.zkoss.zul.Selectbox
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Slider
Sets the name of this component.
setName(String) - Method in class org.zkoss.zul.Tree
Sets the name of this component.
setNative(boolean) - Method in class org.zkoss.zul.Fileupload
Deprecated.
As of release 5.0.0, replaced with Button.setUpload(String)
setNeedleColor(String) - Method in class org.zkoss.zul.DialModelScale
Set the needle color.
setNeedleRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) of the scale's needle; default to 0.9.
setNeedleType(String) - Method in class org.zkoss.zul.DialModelScale
Sets the needle type of this scale ("pointer" or "pin")
setNoise(boolean) - Method in class org.zkoss.zul.Captcha
Sets whether generate noise; default to false.
setNonselectableTags(String) - Method in class org.zkoss.zul.Listbox
Sets a list of HTML tag names that shall not cause the list item being selected if they are clicked.
setNonselectableTags(String) - Method in class org.zkoss.zul.Tree
Sets a list of HTML tag names that shall not cause the tree item being selected if they are clicked.
setNowrap(boolean) - Method in class org.zkoss.zul.Row
Sets the nowrap.
setNumber(int) - Method in class org.zkoss.zul.Fileupload
Deprecated.
As of release 5.0.0, replaced with Button.setUpload(String)
setOddRowSclass(String) - Method in class org.zkoss.zul.Grid
Sets the style class for the odd rows.
setOddRowSclass(String) - Method in class org.zkoss.zul.Listbox
Sets the style class for the odd rows.
setOpen(boolean) - Method in class org.zkoss.zul.Bandbox
Drops down or closes the child.
setOpen(boolean) - Method in class org.zkoss.zul.Center
Center region can't be closed.
setOpen(boolean) - Method in class org.zkoss.zul.Combobox
Drops down or closes the list of combo items (Comboitem.
setOpen(boolean) - Method in class org.zkoss.zul.Combobutton
Drops down or closes the child, only works while visible.
setOpen(boolean) - Method in class org.zkoss.zul.Datebox
Drops down or closes the calendar to select a date.
setOpen(TreeNode<E>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
setOpen(boolean) - Method in class org.zkoss.zul.Detail
Sets whether the detail is open.
setOpen(boolean) - Method in class org.zkoss.zul.Group
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Groupbox
Opens or closes this groupbox.
setOpen(boolean) - Method in class org.zkoss.zul.LayoutRegion
Opens or collapses the splitter.
setOpen(boolean) - Method in class org.zkoss.zul.Listgroup
Sets whether this container is open.
setOpen(boolean) - Method in class org.zkoss.zul.Panel
Opens or closes this Panel.
setOpen(boolean) - Method in class org.zkoss.zul.Splitter
Opens or collapses the splitter.
setOpen(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether this container is open.
setOpenGroup0(int, boolean) - Method in class org.zkoss.zul.SimpleGroupsModel
 
setOpenObjects(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
 
setOpenObjects(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Openable
Replace the current set of opened objects with the given set.
setOrient(String) - Method in class org.zkoss.zul.Box
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Button
Sets the orient to layout image.
setOrient(String) - Method in class org.zkoss.zul.Chart
Set the chart orientation.
setOrient(String) - Method in class org.zkoss.zul.Inputgroup
Sets the orientation.
setOrient(String) - Method in class org.zkoss.zul.Menubar
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Radiogroup
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Rating
Sets the orientation of this rating component.
setOrient(String) - Method in class org.zkoss.zul.Separator
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Slider
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Tabbox
Sets the orient.
setOrient(String) - Method in class org.zkoss.zul.Toolbar
Sets the orient.
setOuterRadius(double) - Method in class org.zkoss.zul.DialModelRange
Sets the outer radius percentage(0 ~ 1) of the dial range; default to 0.8.
setOverflowPopup(boolean) - Method in class org.zkoss.zul.Toolbar
Set whether toolbar has a button that shows a popup which contains those content weren't able to fit in the toolbar.
setPack(String) - Method in class org.zkoss.zul.Box
Sets the alignment of cells of this box (start, center, end) plus an stretch option.
setPackages(String) - Method in class org.zkoss.zul.Script
Sets the list of packages to load before evaluating the script defined in Script.getContent().
setPageIncrement(int) - Method in interface org.zkoss.zul.ext.Paginal
Sets the number of page anchors shall appear at the client.
setPageIncrement(int) - Method in class org.zkoss.zul.Paging
Sets the number of page list icon when mold is "os"
setPageIncrement(int) - Method in class org.zkoss.zul.Slider
Sets the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
setPageIncrement(double) - Method in class org.zkoss.zul.Slider
Sets the amount that the value of Slider.getCurpos() changes by when the tray of the scroll bar is clicked.
setPageSize(int) - Method in class org.zkoss.zul.AbstractListModel
 
setPageSize(int) - Method in class org.zkoss.zul.AbstractTreeModel
 
setPageSize(int) - Method in interface org.zkoss.zul.ext.Pageable
Sets the number of items per page.
setPageSize(int) - Method in class org.zkoss.zul.Grid
 
setPageSize(int) - Method in class org.zkoss.zul.impl.MeshElement
Sets the page size, a.k.a., the number rows per page.
setPageSize(int) - Method in class org.zkoss.zul.Listbox
 
setPageSize(int) - Method in class org.zkoss.zul.Paging
Sets the items to show in each page
setPageSize(int) - Method in class org.zkoss.zul.Tree
Sets the page size, a.k.a., the number items per page.
setPaginal(Paginal) - Method in class org.zkoss.zul.Grid
Specifies the paging controller.
setPaginal(Paginal) - Method in class org.zkoss.zul.Listbox
Specifies the paging controller.
setPaginal(Paginal) - Method in class org.zkoss.zul.Tree
 
setPagingDisabled(boolean) - Method in interface org.zkoss.zul.ext.Paginated
Sets whether the Paging component of this component is disabled.
setPagingDisabled(boolean) - Method in class org.zkoss.zul.impl.MeshElement
Sets whether to disable the Paging component of this component
setPagingPosition(String) - Method in class org.zkoss.zul.impl.MeshElement
Sets how to position the paging of mesh element at the client screen.
setPaneAlpha(int) - Method in class org.zkoss.zul.Chart
Set the pane alpha (transparency, 0 ~ 255).
setPaneColor(String) - Method in class org.zkoss.zul.Chart
Set the pane color of the chart.
setPanelSpacing(String) - Method in class org.zkoss.zul.Tabbox
Sets the spacing between Tabpanel.
setParam(String, String) - Method in class org.zkoss.zul.Applet
Sets a parameter.
setParams(Map<String, String>) - Method in class org.zkoss.zul.Applet
Sets a map of parameters (all existent parameters are removed first).
setParent(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
Sets the parent.
setParent(Component) - Method in class org.zkoss.zul.Radio
 
setParent(Component) - Method in class org.zkoss.zul.Selectbox
 
setParent(Component) - Method in class org.zkoss.zul.Treechildren
 
setParent(Component) - Method in class org.zkoss.zul.Treeitem
 
setPercent(double) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setPeriod(String) - Method in class org.zkoss.zul.Chart
Sets the period used in Time Series Chart.
setPlaceholder(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the placeholder text that is displayed when input is empty.
setPopup(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should appear when the user clicks on the element.
setPopup(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should appear when the user clicks on the element.
setPopupAttributes(Popup, String, String, String, String) - Method in class org.zkoss.zul.impl.XulElement
Sets the Attributes for the Popup Note that position will be ignored if coordinates are set.
setPopupWidth(String) - Method in class org.zkoss.zul.Bandbox
Sets the width of the popup of this component.
setPopupWidth(String) - Method in class org.zkoss.zul.Combobox
Sets the width of the popup of this component.
setPosition(String) - Method in class org.zkoss.zul.Datebox
Position the popup datebox to the specified location.
setPosition(String) - Method in class org.zkoss.zul.Window
Sets how to position the window at the client screen.
setPre(boolean) - Method in class org.zkoss.zul.Label
Sets whether to preserve the white spaces, such as space, tab and new line.
setPreload(String) - Method in class org.zkoss.zul.Audio
Sets whether and how the audio should be loaded.
setPreloadSize(int) - Method in class org.zkoss.zul.Grid
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Sets the number of rows to preload when receiving the rendering request from the client.

It is used only if live data (Grid.setModel(ListModel) and not paging (Grid.getPagingChild().

setPreloadSize(int) - Method in class org.zkoss.zul.Listbox
Deprecated.
As of release 5.0.8, use custom attributes (org.zkoss.zul.listbox.preloadSize) instead. Sets the number of items to preload when receiving the rendering request from the client.

It is used only if live data (Listbox.setModel(ListModel) and not paging (Listbox.getPagingChild().

setPriority(String, int) - Static method in class org.zkoss.zul.theme.Themes
Set the priority of the theme.
setProgressing(boolean) - Method in class org.zkoss.zul.Include
Sets whether to show the MZul.PLEASE_WAIT message before a long operation.
setQuality(String) - Method in class org.zkoss.zul.Flash
Sets the quality of the Flash movie.
setRadiogroup(Radiogroup) - Method in class org.zkoss.zul.Radio
Associates the radiogroup to this radio component.
setRadiogroup(String) - Method in class org.zkoss.zul.Radio
Associates the radiogroup to this radio component by giving ID.
setRadioRenderer(RadioRenderer<?>) - Method in class org.zkoss.zul.Radiogroup
Sets the renderer which is used to render each row if Radiogroup.getModel() is not null.
setRadioRenderer(String) - Method in class org.zkoss.zul.Radiogroup
Sets the renderer by use of a class name.
setRange(double, double, String, double, double) - Method in class org.zkoss.zul.DialModelRange
Setup the DailModel range.
setRange(int, int) - Method in class org.zkoss.zul.Slider
Sets the range of slider.
setRange(double, double) - Method in class org.zkoss.zul.Slider
Sets the range of slider.
setRangeColor(String) - Method in class org.zkoss.zul.DialModelRange
Set the range color of the dial range.
setRating(int) - Method in class org.zkoss.zul.Rating
Sets the rating.
setRawValue(Object) - Method in class org.zkoss.zul.Decimalbox
 
setRawValue(Object) - Method in class org.zkoss.zul.impl.InputElement
Sets the raw value directly.
setReadonly(boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets whether it is readonly.
setReadonly(boolean) - Method in class org.zkoss.zul.Rating
Sets whether this component is readonly.
setRenderingResult(String) - Method in class org.zkoss.zul.Include
 
setRepeats(boolean) - Method in class org.zkoss.zul.Timer
Sets whether the timer shall send Event repeatedly.
setRightColumns(int) - Method in class org.zkoss.zul.Frozen
Sets the number of right columns to freeze.
setRoundingMode(int) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the rounding mode.
setRoundingMode(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Sets the rounding mode by the name.
setRowRenderer(RowRenderer<?>) - Method in class org.zkoss.zul.Grid
Sets the renderer which is used to render each row if Grid.getModel() is not null.
setRowRenderer(String) - Method in class org.zkoss.zul.Grid
Sets the renderer by use of a class name.
setRows(int) - Method in class org.zkoss.zul.Bandbox
Bandbox can't be enabled the rows functionality.
setRows(int) - Method in class org.zkoss.zul.Combobox
 
setRows(int) - Method in class org.zkoss.zul.Frozen
Sets the number of rows to freeze.(from top to bottom)
setRows(int) - Method in class org.zkoss.zul.Listbox
Sets the rows.
setRows(int) - Method in class org.zkoss.zul.Textbox
Sets the rows.
setRows(int) - Method in class org.zkoss.zul.Tree
Sets the rows.
setRowspan(int) - Method in class org.zkoss.zul.Auxheader
Sets the number of rows to span this header.
setRowspan(int) - Method in class org.zkoss.zul.Cell
Sets the number of rows to span.
setRunning(boolean) - Method in class org.zkoss.zul.Timer
Start or stops the timer.
setScale(int) - Method in class org.zkoss.zul.Decimalbox
Sets the scale for the decimal number storing in this component, or Decimalbox.AUTO if the scale is decided automatically (based on what user has entered).
setScale(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModelScale
Sets the scale information of this DialModelScale.
setScaleInput(double) - Method in class org.zkoss.zul.Slider
Sets the scale ratio of the input in knob mold.
setScrollable(boolean) - Method in class org.zkoss.zul.Menubar
Sets whether to enable the menubar scrolling When enable, if menubar is shorter than total width of menu, left,right arrow will appear.
setScrolling(String) - Method in class org.zkoss.zul.Iframe
Define scroll bars
setSelectable(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is selectable.
setSelectable(boolean) - Method in class org.zkoss.zul.Treeitem
Sets whether it is selectable.
setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractGroupsModel.DefaultSelectionControl
 
setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractListModel.DefaultSelectionControl
 
setSelectAll(boolean) - Method in class org.zkoss.zul.AbstractTreeModel.DefaultSelectionControl
 
setSelectAll(boolean) - Method in interface org.zkoss.zul.ext.SelectionControl
Sets to select all elements or deselect all elements.
setSelected(boolean) - Method in class org.zkoss.zul.Listitem
Sets whether it is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Radio
Sets whether it is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Tab
Sets whether this tab is selected.
setSelected(boolean) - Method in class org.zkoss.zul.Treeitem
Returns whether this item is selected.
setSelectedIndex(int) - Method in class org.zkoss.zul.Combobox
Deselects the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Radiogroup
Deselects all of the currently selected radio button and selects the radio button with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Selectbox
Selects the item with the given index.
setSelectedIndex(int) - Method in class org.zkoss.zul.Tabbox
Sets the selected index.
setSelectedItem(Comboitem) - Method in class org.zkoss.zul.Combobox
Deselects the currently selected items and selects the given item.
setSelectedItem(Listitem) - Method in class org.zkoss.zul.Listbox
Deselects all of the currently selected items and selects the given item.
setSelectedItem(Radio) - Method in class org.zkoss.zul.Radiogroup
Deselects all of the currently selected radio buttons and selects the given radio button.
setSelectedItem(Treeitem) - Method in class org.zkoss.zul.Tree
Deselects all of the currently selected items and selects the given item.
setSelectedItems(Set<Listitem>) - Method in class org.zkoss.zul.Listbox
Selects the given listitems.
setSelectedPanel(Tabpanel) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab panel.
setSelectedTab(Tab) - Method in class org.zkoss.zul.Tabbox
Sets the selected tab.
setSelectedText(int, int, String, boolean) - Method in class org.zkoss.zul.impl.InputElement
Sets the text of this InputElement to the specified text which is beginning with the new start point and ending with the new end point.
setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractGroupsModel
Replace the current selection with the given set.
setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractListModel
Replace the current selection with the given set.
setSelection(Collection<? extends E>) - Method in class org.zkoss.zul.AbstractTreeModel
 
setSelection(Collection<? extends E>) - Method in interface org.zkoss.zul.ext.Selectable
Replace the current selection with the given set.
setSelection(Collection<?>) - Method in class org.zkoss.zul.impl.GroupsListModel
Replace the current selection with the given set.
setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractGroupsModel
 
setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractListModel
 
setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.AbstractTreeModel
 
setSelectionControl(SelectionControl) - Method in interface org.zkoss.zul.ext.Selectable
Sets the selection control for the selection model
setSelectionControl(SelectionControl) - Method in class org.zkoss.zul.impl.GroupsListModel
 
setSelectionRange(int, int) - Method in class org.zkoss.zul.impl.InputElement
Sets the selection end to the specified position and the selection start to the specified position.
setSeltype(String) - Method in class org.zkoss.zul.Listbox
Sets the seltype.
setSeltype(String) - Method in class org.zkoss.zul.Tree
Sets the seltype.
setSeries(Comparable<?>) - Method in interface org.zkoss.zul.HiLoModel
Set the only series.
setSeries(Comparable<?>) - Method in class org.zkoss.zul.SimpleHiLoModel
 
setShadow(boolean) - Method in class org.zkoss.zul.Window
Sets whether to show the shadow of an overlapped/popup/modal window.
setShape(String) - Method in class org.zkoss.zul.Area
Sets the shape of this area.
setShowLegend(boolean) - Method in class org.zkoss.zul.Chart
whether show the chart's legend.
setShowTodayLink(boolean) - Method in class org.zkoss.zul.Calendar
Sets whether enable to show the link that jump to today in day view
setShowTodayLink(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether enable to show the link that jump to today in day view
setShowTooltiptext(boolean) - Method in class org.zkoss.zul.Chart
whether show the chart's tooltip.
setSizable(boolean) - Method in class org.zkoss.zul.impl.HeadersElement
Sets whether the width of the child column is sizable.
setSizable(boolean) - Method in class org.zkoss.zul.Panel
Sets whether the panel is sizable.
setSizable(boolean) - Method in class org.zkoss.zul.Window
Sets whether the window is sizable.
setSize(String) - Method in class org.zkoss.zul.Center
The size can't be specified in this component.
setSize(String) - Method in class org.zkoss.zul.East
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.North
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.South
Sets the size of this region.
setSize(String) - Method in class org.zkoss.zul.West
Sets the size of this region.
setSizedByContent(boolean) - Method in class org.zkoss.zul.Box
Sets whether sizing the cell's size by its content.
setSizedByContent(boolean) - Method in class org.zkoss.zul.impl.MeshElement
Sets whether sizing grid/listbox/tree column width by its content; it equals set hflex="min" on each column.
setSlidable(boolean) - Method in class org.zkoss.zul.Center
Center region can't be slided.
setSlidable(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether users can slide (preview) the region when clicked on a collapsed region.
setSlide(boolean) - Method in class org.zkoss.zul.Center
Center region can't be slided.
setSlide(boolean) - Method in class org.zkoss.zul.LayoutRegion
 
setSlidingtext(String) - Method in class org.zkoss.zul.Slider
Sets the sliding text.
setSort(String) - Method in class org.zkoss.zul.Column
Sets the type of the sorter.
setSort(String) - Method in class org.zkoss.zul.Listheader
Sets the type of the sorter.
setSort(String) - Method in class org.zkoss.zul.Treecol
Sets the type of the sorter.
setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Column
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Column
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator) - Method in class org.zkoss.zul.Listheader
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Listheader
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
Sets the ascending sorter, or null for no sorter for the ascending order.
setSortAscending(String) - Method in class org.zkoss.zul.Treecol
Sets the ascending sorter with the class name, or null for no sorter for the ascending order.
setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Column
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Column
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator) - Method in class org.zkoss.zul.Listheader
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Listheader
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Treecol
Sets the descending sorter, or null for no sorter for the descending order.
setSortDescending(String) - Method in class org.zkoss.zul.Treecol
Sets the descending sorter with the class name, or null for no sorter for the descending order.
setSortDirection(String) - Method in class org.zkoss.zul.Column
Sets the sort direction.
setSortDirection(String) - Method in class org.zkoss.zul.Listheader
Sets the sort direction.
setSortDirection(String) - Method in class org.zkoss.zul.Treecol
Sets the sort direction.
setSpacing(String) - Method in class org.zkoss.zul.Box
Sets the spacing between adjacent children.
setSpacing(String) - Method in class org.zkoss.zul.Layout
Sets the spacing between adjacent children.
setSpacing(String) - Method in class org.zkoss.zul.Separator
Sets the spacing.
setSpan(int) - Method in class org.zkoss.zul.impl.FooterElement
Sets the number of columns to span this footer.
setSpan(String) - Method in class org.zkoss.zul.impl.MeshElement
Sets column span hint of this component.
setSpan(boolean) - Method in class org.zkoss.zul.impl.MeshElement
Sets whether distributes remaining empty space of this component to ALL columns proportionally.
setSpan(int) - Method in class org.zkoss.zul.Listcell
Sets the number of columns to span this cell.
setSpan(int) - Method in class org.zkoss.zul.Treecell
Sets the number of columns to span this cell.
setSpans(String) - Method in class org.zkoss.zul.Row
Deprecated.
As of release 5.0.0, use Cell instead.
setSplittable(boolean) - Method in class org.zkoss.zul.Center
Center region can't be enabled the split functionality.
setSplittable(boolean) - Method in class org.zkoss.zul.LayoutRegion
Sets whether enable the split functionality.
setSrc(String) - Method in class org.zkoss.zul.Audio
Sets the src.
setSrc(List<String>) - Method in class org.zkoss.zul.Audio
Sets the source list.
setSrc(String) - Method in class org.zkoss.zul.Flash
Sets the source path of Flash movie and redraw the component
setSrc(String) - Method in class org.zkoss.zul.Iframe
Sets the src.
setSrc(String) - Method in class org.zkoss.zul.Image
Sets the source URI of the image.
setSrc(String) - Method in class org.zkoss.zul.impl.LabelImageElement
Deprecated.
As of release 3.5.0, it is redundant since it is the same as LabelImageElement.setImage(java.lang.String)
setSrc(String) - Method in class org.zkoss.zul.Include
Sets the src.
setSrc(String) - Method in class org.zkoss.zul.Listitem
Deprecated.
As of release 3.5.0, it is redundant since it is the same Listitem.getSrc().
setSrc(String) - Method in class org.zkoss.zul.Script
Sets the URI of the source that contains the script codes.
setSrc(String) - Method in class org.zkoss.zul.Style
Sets the URI of an external style sheet.
setSrc(String) - Method in class org.zkoss.zul.Treeitem
Deprecated.
As of release 3.5.0, it is redundant since it the same as Treeitem.setImage(java.lang.String).
setStart(int) - Method in class org.zkoss.zul.Frozen
Sets the start position of the scrollbar.
setStart(Date) - Method in class org.zkoss.zul.GanttModel.GanttTask
 
setStep(double) - Method in class org.zkoss.zul.Doublespinner
Set the step of double spinner
setStep(int) - Method in class org.zkoss.zul.Slider
Sets the step of slider
setStep(double) - Method in class org.zkoss.zul.Slider
Sets the step of slider
setStep(int) - Method in class org.zkoss.zul.Spinner
Set the step of spinner
setStrictDate(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether or not date/time should be strict.
setStrokeWidth(double) - Method in class org.zkoss.zul.Slider
Sets the stroke width of the knob slider.
setStubonly(String) - Method in class org.zkoss.zul.Listitem
Deprecated.
as of release 7.0.3.
setStubonly(boolean) - Method in class org.zkoss.zul.Listitem
Deprecated.
as of release 7.0.3.
setStubonly(String) - Method in class org.zkoss.zul.Row
Deprecated.
as of release 7.0.3.
setStubonly(boolean) - Method in class org.zkoss.zul.Row
Deprecated.
as of release 7.0.3.
setStubonly(String) - Method in class org.zkoss.zul.Treeitem
Deprecated.
as of release 7.0.3.
setStubonly(boolean) - Method in class org.zkoss.zul.Treeitem
Deprecated.
as of release 7.0.3.
setSubmitByEnter(boolean) - Method in class org.zkoss.zul.Textbox
Sets whether it is submitByEnter.
setTabbable(boolean) - Method in class org.zkoss.zul.Textbox
Sets whether TAB is allowed.
setTabboxRenderer(TabboxRenderer<?>) - Method in class org.zkoss.zul.Tabbox
Sets the renderer which is used to render each tab and tabpanel if Tabbox.getModel() is not null.
setTabboxRenderer(String) - Method in class org.zkoss.zul.Tabbox
Sets the renderer by use of a class name.
setTabindex(Integer) - Method in class org.zkoss.zul.Area
Sets the tab order of this component.
setTabscroll(boolean) - Method in class org.zkoss.zul.Tabbox
Sets whether to enable the tab scrolling.
setTarget(String) - Method in class org.zkoss.zul.A
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.Button
Sets the target frame or window.
setTarget(String) - Method in class org.zkoss.zul.Menuitem
Sets the target frame or window.
setTemplate(String) - Static method in class org.zkoss.zul.Fileupload
Sets the template used to create the upload modal dialog.
setTemplate(String) - Static method in class org.zkoss.zul.Messagebox
Sets the template used to create the message dialog.
setText(String) - Method in class org.zkoss.zul.DialModelScale
Sets the text annotation of this scale; e.g.
setText(String) - Method in class org.zkoss.zul.impl.InputElement
Sets the value in the String format.
setTextFont(Font) - Method in class org.zkoss.zul.DialModelScale
Sets the text annotation font.
setTextRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) to place the text annotation.
setTheme(HttpServletRequest, HttpServletResponse, String) - Method in class org.zkoss.zul.theme.CookieThemeResolver
Stores theme name in Cookie
setTheme(Execution, String) - Static method in class org.zkoss.zul.theme.Themes
Sets the theme name using the current theme resolution strategy Default strategy is to use cookies
setThreeD(boolean) - Method in class org.zkoss.zul.Chart
Set true to show three dimensional graph (If a type of chart got no 3d peer, this is ignored).
setTickColor(String) - Method in class org.zkoss.zul.DialModelScale
Set the tick color.
setTickFont(Font) - Method in class org.zkoss.zul.DialModelScale
Sets the tick label font.
setTickLabelOffset(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius offset in percentage(0 ~ 1) between the tick and tick label.
setTickRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) to place the tick label.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
Sets time zone that this date constraint belongs to
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Calendar
As of release 5.0.5, it is meaningless to set time zone for a calendar.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Chart
Sets the time zone that this Time Series Chart belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.Datebox
Sets the time zone that this component belongs to, or null if the default time zone is used.
setTimeZone(TimeZone) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the time zone that this component belongs to, or null if the default time zone is used.
setTimeZone(String) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the time zone that this component belongs to, or null if the default time zone is used.
setTimeZonesReadonly(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether the list of the time zones to display is readonly.
setTitle(String) - Method in class org.zkoss.zul.Chart
Set the chart's title.
setTitle(String) - Method in class org.zkoss.zul.Groupbox
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.LayoutRegion
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.Panel
Sets the title.
setTitle(String) - Method in class org.zkoss.zul.Window
Sets the title.
setTitleFont(Font) - Method in class org.zkoss.zul.Chart
Sets the title font of this chart.
setTodayLinkLabel(String) - Method in class org.zkoss.zul.Calendar
Sets the label of the link that jump to today in day view
setTodayLinkLabel(String) - Method in class org.zkoss.zul.Datebox
Sets the label of the link that jump to today in day view
setTooltip(String) - Method in class org.zkoss.zul.impl.XulElement
Sets the ID of the popup (Popup) that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltip(Popup) - Method in class org.zkoss.zul.impl.XulElement
Sets the UUID of the popup that should be used as a tooltip window when the mouse hovers over the element for a moment.
setTooltipAttributes(Popup, String, String, String, Integer) - Method in class org.zkoss.zul.impl.XulElement
Sets the Attributes for the Tooltip Popup Note that position will be ignored if coordinates are set.
setTooltiptext(String) - Method in class org.zkoss.zul.Area
Sets the text as the tooltip.
setTopmost() - Method in class org.zkoss.zul.Window
Makes this window as topmost.
setTotalSize(int) - Method in interface org.zkoss.zul.ext.Paginal
Sets the total number of items.
setTotalSize(int) - Method in class org.zkoss.zul.Paging
Sets total size of items
setTreeitemRenderer(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
Deprecated.
As of release 5.0.6, replaced with Tree.setItemRenderer(org.zkoss.zul.TreeitemRenderer<?>). Sets the renderer which is used to render each item if Tree.getModel() is not null.

Note: changing a render will not cause the tree to re-render. If you want it to re-render, you could assign the same model again (i.e., setModel(getModel())), or fire an TreeDataEvent event.

setType(String) - Method in class org.zkoss.zul.Button
Sets the button type.
setType(String) - Method in class org.zkoss.zul.Chart
Set the chart's type (Chart.PIE, Chart.BAR, Chart.LINE, etc.).
setType(String) - Method in class org.zkoss.zul.Script
Deprecated.
As of release 5.0.0, it is meaningless since text/javascript is always assumed.
setType(String) - Method in class org.zkoss.zul.Textbox
Sets the type.
setUpload(String) - Method in class org.zkoss.zul.Button
 
setUpload(String) - Method in class org.zkoss.zul.Combobutton
Combobutton does not support file upload
setUpload(String) - Method in class org.zkoss.zul.Menuitem
 
setUploadListener(EventListener<UploadEvent>) - Method in class org.zkoss.zul.impl.FileuploadDlg
Set the upload call back event listener
setUpperBound(double) - Method in class org.zkoss.zul.DialModelRange
Sets the upper bound in scale of this colored range.
setValign(String) - Method in class org.zkoss.zul.Cell
Sets the vertical alignment of this grid.
setValign(String) - Method in class org.zkoss.zul.Hlayout
Sets the valign.
setValign(String) - Method in class org.zkoss.zul.impl.FooterElement
Sets the vertical alignment of this footer.
setValign(String) - Method in class org.zkoss.zul.impl.HeaderElement
Sets the vertical alignment of this grid.
setValign(String) - Method in class org.zkoss.zul.Row
Sets the vertical alignment of the whole row.
setValue(Date) - Method in class org.zkoss.zul.Calendar
Assigns a value to this component.
setValue(String) - Method in class org.zkoss.zul.Captcha
Sets the text value to be shown as the distortion captcha.
setValue(Comparable<?>, Comparable<?>, Number) - Method in interface org.zkoss.zul.CategoryModel
add or update the value of a specified series and category.
setValue(T) - Method in class org.zkoss.zul.Checkbox
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Column
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Columns
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Comboitem
Associate the value with this combo item.
setValue(BigDecimal) - Method in class org.zkoss.zul.Decimalbox
Sets the value (in BigDecimal).
setValue(String) - Method in class org.zkoss.zul.Decimalbox
 
setValue(int, double) - Method in class org.zkoss.zul.DialModel
add or update the value of a specified scale index.
setValue(double) - Method in class org.zkoss.zul.DialModelScale
 
setValue(Double) - Method in class org.zkoss.zul.Doublebox
Sets the value (in Double).
setValue(double) - Method in class org.zkoss.zul.Doublebox
Sets the value (in double)
setValue(Double) - Method in class org.zkoss.zul.Doublespinner
Sets the value (in Double).
setValue(Date, Number, Number, Number, Number, Number, int) - Method in interface org.zkoss.zul.HiLoModel
Replace an (date, open, high, low, close, volumn) tuple at specified index.
setValue(Date) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the value (in Date).
setValue(Integer) - Method in class org.zkoss.zul.Intbox
Sets the value (in Integer).
setValue(String) - Method in class org.zkoss.zul.Label
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listcell
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listhead
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listheader
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Listitem
Sets the value.
setValue(Long) - Method in class org.zkoss.zul.Longbox
Sets the value (in Long).
setValue(String) - Method in class org.zkoss.zul.Menuitem
Sets the value.
setValue(int) - Method in class org.zkoss.zul.Progressmeter
Sets the current value of the progress meter.
setValue(T) - Method in class org.zkoss.zul.Row
Sets the value.
setValue(Comparable<?>, Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleCategoryModel
 
setValue(Date, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
 
setValue(Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
 
setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
 
setValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
Not supported since we need not only x, y, but also z information.
setValue(Comparable<?>, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYZModel
 
setValue(Comparable<?>, Number) - Method in interface org.zkoss.zul.SingleValueCategoryModel
add or update the value of a specified category.
setValue(Integer) - Method in class org.zkoss.zul.Spinner
Sets the value (in Integer).
setValue(T) - Method in class org.zkoss.zul.Tab
Sets the value.
setValue(String) - Method in class org.zkoss.zul.Textbox
Sets the value.
setValue(T) - Method in class org.zkoss.zul.Treeitem
Sets the value.
setValue(Comparable<?>, Number, Number, int) - Method in interface org.zkoss.zul.XYModel
Replace the value of the new (x,y) into a series at specified index.
setValue(Comparable<?>, Number, Number, Number, int) - Method in interface org.zkoss.zul.XYZModel
Replace an (x,y,z) into a series at the specified index.
setValueAngle(double) - Method in class org.zkoss.zul.DialModelScale
Sets the angle in degree to place the value (counter clockwise is positive).
setValueDirectly(Object) - Method in class org.zkoss.zul.impl.InputElement
Sets the value directly.
setValueFont(Font) - Method in class org.zkoss.zul.DialModelScale
Sets the value font.
setValueInLocalDate(LocalDate) - Method in class org.zkoss.zul.Calendar
Assigns a value (in LocalDate) to this component.
setValueInLocalDate(LocalDate) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the value (in LocalDate).
setValueInLocalDate(LocalDate) - Method in class org.zkoss.zul.Timebox
It is meaningless to set only LocalDate in timebox.
setValueInLocalDateTime(LocalDateTime) - Method in class org.zkoss.zul.Calendar
Assigns a value (in LocalDateTime) to this component.
setValueInLocalDateTime(LocalDateTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the value (in LocalDateTime).
setValueInLocalTime(LocalTime) - Method in class org.zkoss.zul.Calendar
It is meaningless to set only LocalTime in calendar.
setValueInLocalTime(LocalTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the value (in LocalTime).
setValueInZonedDateTime(ZonedDateTime) - Method in class org.zkoss.zul.Calendar
Assigns a value (in ZonedDateTime) to this component.
setValueInZonedDateTime(ZonedDateTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
Sets the value (in ZonedDateTime).
setValueRadius(double) - Method in class org.zkoss.zul.DialModelScale
Sets the radius percentage(0 ~ 1) to place the value.
setVersion(String) - Method in class org.zkoss.zul.Flash
Sets the expected version of the Flash player.
setVflex(String) - Method in class org.zkoss.zul.Auxheader
 
setVflex(String) - Method in class org.zkoss.zul.Captcha
Overrides the method in HtmlBasedComponent, not to check using vflex and height at the same time
setVflex(String) - Method in class org.zkoss.zul.Chart
Overrides the method in HtmlBasedComponent, not to check using vflex and height at the same time
setVflex(boolean) - Method in class org.zkoss.zul.Grid
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
setVflex(String) - Method in class org.zkoss.zul.Grid
 
setVflex(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
setVflex(String) - Method in class org.zkoss.zul.Listbox
 
setVflex(String) - Method in class org.zkoss.zul.Panel
 
setVflex(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setVflex(String) - Method in class org.zkoss.zul.Textbox
 
setVflex(boolean) - Method in class org.zkoss.zul.Tree
Sets whether to grow and shrink vertical to fit their given space, so called vertical flexibility.
setVflex(String) - Method in class org.zkoss.zul.Tree
 
setVisible(boolean) - Method in class org.zkoss.zul.Bandpopup
 
setVisible(boolean) - Method in class org.zkoss.zul.Center
This component can't be hidden.
setVisible(boolean) - Method in class org.zkoss.zul.Listitem
 
setVisible(boolean) - Method in class org.zkoss.zul.Panel
 
setVisible(boolean) - Method in class org.zkoss.zul.Popup
Not allowed.
setVisible(boolean) - Method in class org.zkoss.zul.Row
 
setVisible(boolean) - Method in class org.zkoss.zul.Style
Not allowed.
setVisible(boolean) - Method in class org.zkoss.zul.Treeitem
 
setVisible(boolean) - Method in class org.zkoss.zul.Window
Changes the visibility of the window.
setVisibleRows(int) - Method in class org.zkoss.zul.Grid
Sets the visible rows.
setVspace(String) - Method in class org.zkoss.zul.Applet
Sets the vertical spacing in pixels around an applet.
setVspace(String) - Method in class org.zkoss.zul.Image
Deprecated.
as of release 6.0.0, use CSS instead.
setWeekOfYear(boolean) - Method in class org.zkoss.zul.Calendar
Sets whether enable to show the week number within the current year or not.
setWeekOfYear(boolean) - Method in class org.zkoss.zul.Datebox
Sets whether enable to show the week number in the current calendar or not.
setWidth(String) - Method in class org.zkoss.zul.Auxheader
 
setWidth(String) - Method in class org.zkoss.zul.Captcha
Override super class to prepare the int width.
setWidth(String) - Method in class org.zkoss.zul.Center
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zul.Chart
Override super class to prepare the int width.
setWidth(String) - Method in class org.zkoss.zul.Columns
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.Foot
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.Listcell
 
setWidth(String) - Method in class org.zkoss.zul.Listfoot
Deprecated.
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setWidth(String) - Method in class org.zkoss.zul.Listhead
Deprecated.
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setWidth(String) - Method in class org.zkoss.zul.Listitem
Deprecated.
as of release 6.0.0. To control the size of Listbox related components, please refer to Listbox and Listheader instead.
setWidth(String) - Method in class org.zkoss.zul.North
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zul.Panelchildren
This method is unsupported.
setWidth(String) - Method in class org.zkoss.zul.Progressmeter
Overrides the method in HtmlBasedComponent, to avoid misuse hflex and width at the same time.
setWidth(String) - Method in class org.zkoss.zul.Row
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.Rows
Deprecated.
as of release 6.0.0. To control the size of Grid related components, please refer to Grid and Column instead.
setWidth(String) - Method in class org.zkoss.zul.South
The width can't be specified in this component because its width is determined by other region components (West or East).
setWidth(String) - Method in class org.zkoss.zul.Tab
 
setWidth(String) - Method in class org.zkoss.zul.Treecell
Deprecated.
as of release 6.0.0. To control the width of Treecell, please use HtmlBasedComponent.setWidth(String) instead.
setWidth(String) - Method in class org.zkoss.zul.Treechildren
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treecols
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treefoot
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treeitem
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidth(String) - Method in class org.zkoss.zul.Treerow
Deprecated.
as of release 6.0.0. To control the size of Tree related components, please refer to Tree and Treecol instead.
setWidths(String) - Method in class org.zkoss.zul.Box
Deprecated.
As of release 5.0.0, use Cell instead.
setWmode(String) - Method in class org.zkoss.zul.Flash
Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser.
setX(int) - Method in class org.zkoss.zul.Absolutechildren
Sets current "x" position within parent container component.
setXAxis(String) - Method in class org.zkoss.zul.Chart
Set the label in xAxis.
setXAxisFont(Font) - Method in class org.zkoss.zul.Chart
Sets the label font of x axis of this chart.
setXAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
Sets the tick number font of x axis of this chart.
setXsize(int) - Method in class org.zkoss.zul.WaferMapModel
Returns the x size of the wafer matrix.
setY(int) - Method in class org.zkoss.zul.Absolutechildren
Sets current "y" position within parent container component.
setYAxis(String) - Method in class org.zkoss.zul.Chart
Set the label in yAxis.
setYAxisFont(Font) - Method in class org.zkoss.zul.Chart
Sets the label font of y axis of this chart.
setYAxisTickFont(Font) - Method in class org.zkoss.zul.Chart
Sets the tick number font of y axis of this chart.
setYsize(int) - Method in class org.zkoss.zul.WaferMapModel
Returns the y size of the wafer matrix.
SHALL_RENDER_ITEM - Static variable in class org.zkoss.zul.Attributes
It is used to check whether Treechildren should render its children or not
shallBlock(AuRequest) - Method in class org.zkoss.zul.Combobox.ExtraCtrl
 
shallBlock(AuRequest) - Method in class org.zkoss.zul.Datebox.ExtraCtrl
 
shallBlock(AuRequest) - Method in class org.zkoss.zul.Listbox.ExtraCtrl
 
shallBlock(AuRequest) - Method in class org.zkoss.zul.Selectbox.ExtraCtrl
 
shallIgnoreCase() - Method in class org.zkoss.zul.ListitemComparator
Returns whether to ignore case.
shallIgnoreCase() - Method in class org.zkoss.zul.RowComparator
Returns whether to ignore case.
shallIgnoreCase() - Method in class org.zkoss.zul.TreeitemComparator
Returns whether to ignore case.
shallUpdateScrollPos(boolean) - Method in class org.zkoss.zul.Listbox
Sets whether to update the scroll position on init
SHIFT_KEY - Static variable in class org.zkoss.zul.event.ColSizeEvent
Indicates whether the Shift key is pressed.
shortValue() - Method in class org.zkoss.zul.Decimalbox
Returns the value in short.
shortValue() - Method in class org.zkoss.zul.Doublebox
Returns the value in short.
show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>, Map<String, String>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, Messagebox.Button[], String[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, Messagebox.Button[], String, Messagebox.Button, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, Messagebox.Button[], String, EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, Messagebox.Button[], EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String, String, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box and returns what button is pressed.
show(int, Object[], int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object[], int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object[], int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, Object, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String, int) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
show(int, int, int, String, int, EventListener<Event>) - Static method in class org.zkoss.zul.Messagebox
Shows a message box by specifying a message code, and returns what button is pressed.
showCustomError(Component, WrongValueException) - Method in interface org.zkoss.zul.CustomConstraint
To display the error message in a custom way.
showCustomError(WrongValueException) - Method in class org.zkoss.zul.impl.InputElement
Shows the error message in the custom way by calling (CustomConstraint.showCustomError(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.WrongValueException), if the constraint implements CustomConstraint.
SimpleCategoryModel - Class in org.zkoss.zul
A Category data model implementation of CategoryModel.
SimpleCategoryModel() - Constructor for class org.zkoss.zul.SimpleCategoryModel
 
SimpleConstraint - Class in org.zkoss.zul
The default constraint supporting no empty, regular expressions and so on.
SimpleConstraint(int) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with flags.
SimpleConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with flags and an error message.
SimpleConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Deprecated.
As of release 8.0.1, replaced with SimpleConstraint.SimpleConstraint(Pattern, String)
SimpleConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a regular-expression constraint.
SimpleConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Deprecated.
SimpleConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint combining regular expression.
SimpleConstraint(String) - Constructor for class org.zkoss.zul.SimpleConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleDateConstraint - Class in org.zkoss.zul
A simple date constraint.
SimpleDateConstraint(int) - Constructor for class org.zkoss.zul.SimpleDateConstraint
 
SimpleDateConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constraints a constraint.
SimpleDateConstraint(String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Deprecated.
SimpleDateConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a regular-expression constraint.
SimpleDateConstraint(int, String, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Deprecated.
SimpleDateConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint combining regular expression.
SimpleDateConstraint(int, Date, Date, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint with beginning and ending date.
SimpleDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleDoubleSpinnerConstraint - Class in org.zkoss.zul
A simple double spinner constraint.
SimpleDoubleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Constraints a constraint.
SimpleDoubleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Constraints a constraint.
SimpleDoubleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleDoubleSpinnerConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleGroupsModel<D,H,F,E> - Class in org.zkoss.zul
A simple implementation of GroupsModel.
SimpleGroupsModel(D[][]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructs a groups data model with a two-dimensional array of data.
SimpleGroupsModel(D[][], H[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(D[][], H[], F[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(D[][], H[], F[], boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(List<List<D>>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructs a groups data model with a two-dimensional list of data.
SimpleGroupsModel(List<List<D>>, List<H>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(List<List<D>>, List<H>, List<F>) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleGroupsModel(List<List<D>>, List<H>, List<F>, boolean[]) - Constructor for class org.zkoss.zul.SimpleGroupsModel
Constructor When using this constructor , SimpleGroupsModel.getGroup(int) will return the corresponding Object depends on heads.
SimpleHiLoModel - Class in org.zkoss.zul
A HiLo data model implementation of HiLoModel.
SimpleHiLoModel() - Constructor for class org.zkoss.zul.SimpleHiLoModel
 
SimpleListModel<E> - Class in org.zkoss.zul
A simple implementation of ListModel.
SimpleListModel(E[], boolean) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModel(E[]) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleListModel(List<? extends E>) - Constructor for class org.zkoss.zul.SimpleListModel
Constructor.
SimpleLocalDateConstraint - Class in org.zkoss.zul
A simple LocalDate constraint.
SimpleLocalDateConstraint(int) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
Constraints a constraint.
SimpleLocalDateConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
Constraints a constraint.
SimpleLocalDateConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
Constructs a regular-expression constraint.
SimpleLocalDateConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
Constructs a constraint combining regular expression.
SimpleLocalDateConstraint(int, LocalDate, LocalDate, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
Constructs a constraint with beginning and ending date.
SimpleLocalDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleLocalTimeConstraint - Class in org.zkoss.zul
A simple LocalTime constraint.
SimpleLocalTimeConstraint(int) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
Constraints a constraint.
SimpleLocalTimeConstraint(int, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
Constraints a constraint.
SimpleLocalTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
Constructs a regular-expression constraint.
SimpleLocalTimeConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
Constructs a constraint combining regular expression.
SimpleLocalTimeConstraint(int, LocalTime, LocalTime, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
Constructs a constraint with beginning and ending date.
SimpleLocalTimeConstraint(String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
Constructs a constraint with a list of constraints separated by comma.
SimplePieModel - Class in org.zkoss.zul
A Pie chart data model implementation of PieModel.
SimplePieModel() - Constructor for class org.zkoss.zul.SimplePieModel
 
SimpleSingleValueCategoryModel - Class in org.zkoss.zul
A Pie chart data model implementation of SingleValueCategoryModel.
SimpleSingleValueCategoryModel() - Constructor for class org.zkoss.zul.SimpleSingleValueCategoryModel
 
SimpleSpinnerConstraint - Class in org.zkoss.zul
A simple spinner constraint.
SimpleSpinnerConstraint() - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constraints a constraint.
SimpleSpinnerConstraint(int) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constraints a constraint.
SimpleSpinnerConstraint(String) - Constructor for class org.zkoss.zul.SimpleSpinnerConstraint
Constructs a constraint with a list of constraints separated by comma.
SimpleXYModel - Class in org.zkoss.zul
A XY data model implementation of XYModel.
SimpleXYModel() - Constructor for class org.zkoss.zul.SimpleXYModel
 
SimpleXYModel.XYPair - Class in org.zkoss.zul
 
SimpleXYZModel - Class in org.zkoss.zul
A XYZ data model implementation of XYZModel.
SimpleXYZModel() - Constructor for class org.zkoss.zul.SimpleXYZModel
 
SingleValueCategoryModel - Interface in org.zkoss.zul
A Pie chart data model.
size() - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
size() - Method in class org.zkoss.zul.DialModel
Returns the number of DialModelScales.
size() - Method in class org.zkoss.zul.ListModelList
 
size() - Method in class org.zkoss.zul.ListModelMap
 
size() - Method in class org.zkoss.zul.ListModelSet
 
Slider - Class in org.zkoss.zul
A slider.
Slider() - Constructor for class org.zkoss.zul.Slider
 
Slider(int) - Constructor for class org.zkoss.zul.Slider
 
smartDrawCaptcha() - Method in class org.zkoss.zul.Captcha
mark a draw flag to inform that this Chart needs update.
smartDrawChart() - Method in class org.zkoss.zul.Chart
mark a draw flag to inform that this Chart needs update.
smartUpdate(String, Object) - Method in class org.zkoss.zul.Listitem
 
smartUpdate(String, boolean) - Method in class org.zkoss.zul.Listitem
 
smartUpdate(String, int) - Method in class org.zkoss.zul.Listitem
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Panelchildren
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Tree
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Treechildren
 
smartUpdate(String, Object) - Method in class org.zkoss.zul.Treerow
 
sort(boolean) - Method in class org.zkoss.zul.Column
Sorts the rows (Row) based on Column.getSortAscending() and Column.getSortDescending(), if Column.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Column
sort(Comparator<TreeNode<E>>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
Sorts the data.
sort(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
It called when Listbox or Grid has to sort the content.
sort(Comparator<T>, boolean) - Method in interface org.zkoss.zul.ext.Sortable
It called when the associated component (such as Listbox) has to sort the content.
sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
 
sort(boolean) - Method in class org.zkoss.zul.Listheader
Sorts the list items based on Listheader.getSortAscending() and Listheader.getSortDescending(), if Listheader.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Listheader
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelArray
Sorts the data.
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelList
Sorts the data.
sort(Comparator<Map.Entry<K, V>>, boolean) - Method in class org.zkoss.zul.ListModelMap
Sorts the data.
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelSet
Sorts the data.
sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Sort each data in each group by Comparator, developer could override SimpleGroupsModel.sortGroupData(Object, List, Comparator, boolean, int) (Since 6.0.1) to customize.
sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.SimpleListModel
Sorts the data.
sort(boolean) - Method in class org.zkoss.zul.Treecol
Sorts the treechildren (Treeitem) based on Treecol.getSortAscending() and Treecol.getSortDescending(), if Treecol.getSortDirection() doesn't matches the ascending argument.
sort(boolean, boolean) - Method in class org.zkoss.zul.Treecol
Sorts the treechildren (Treeitem) based on Treecol.getSortAscending() and Treecol.getSortDescending().
Sortable<T> - Interface in org.zkoss.zul.ext
Indicate a data model that supports sorting.
sortDataInGroupOrder(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
Sorts the native data in the group order.
sortGroupData(H, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
Sorts data within a group.
sortGroupData(Object, D[], Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Deprecated.
sortGroupData(Object, List<D>, Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
Sorts a group of data.
SOUTH - Static variable in class org.zkoss.zul.Borderlayout
The south layout constraint (bottom of container).
South - Class in org.zkoss.zul
A south region of a border layout.
South() - Constructor for class org.zkoss.zul.South
 
Space - Class in org.zkoss.zul
Space is a Separator with the orient default to "vertical".
Space() - Constructor for class org.zkoss.zul.Space
 
Span - Class in org.zkoss.zul
The same as HTML SPAN tag.
Span() - Constructor for class org.zkoss.zul.Span
 
Spinner - Class in org.zkoss.zul
An edit box for holding a constrained integer.
Spinner() - Constructor for class org.zkoss.zul.Spinner
 
Spinner(int) - Constructor for class org.zkoss.zul.Spinner
 
Splitter - Class in org.zkoss.zul
An element which should appear before or after an element inside a box (Box, Vbox and Hbox).
Splitter() - Constructor for class org.zkoss.zul.Splitter
 
STACKED_AREA - Static variable in class org.zkoss.zul.Chart
 
STACKED_BAR - Static variable in class org.zkoss.zul.Chart
 
StandardThemeProvider - Class in org.zkoss.zul.theme
A standard implementation of ThemeProvider for ZK CE, which works with the Breeze series themes
StandardThemeProvider() - Constructor for class org.zkoss.zul.theme.StandardThemeProvider
 
start() - Method in class org.zkoss.zul.Timer
Starts the timer.
START_AFTER - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
START_BEFORE - Static variable in class org.zkoss.zul.SimpleConstraint
The Error-box position.
STEP - Static variable in class org.zkoss.zul.Chart
 
STEP_AREA - Static variable in class org.zkoss.zul.Chart
 
stop() - Method in class org.zkoss.zul.Audio
Stops the audio at the client.
stop() - Method in class org.zkoss.zul.Timer
Stops the timer.
STRICT - Static variable in class org.zkoss.zul.SimpleConstraint
The value must match inside the data from ListModel only.
STRING_COMPARATOR - Static variable in class org.zkoss.zul.ListModels
A comparator for ListSubModel.getSubModel(java.lang.Object, int) to check if a value retrieved from the model matches the user typed.
STRING_TOO_LONG - Static variable in interface org.zkoss.zul.mesg.MZul
 
stringToArray(String, String) - Static method in class org.zkoss.zul.impl.Utils
Parse a list of numbers.
stringToInts(String, int) - Static method in class org.zkoss.zul.impl.Utils
Parse a list of numbers.
STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.GroupsDataEvent
Identifies the structure of the lists has changed.
STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.ListDataEvent
Identifies the structure of the lists has changed.
STRUCTURE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
Identifies the structure of the tree has changed.
Style - Class in org.zkoss.zul
The style component used to specify CSS styles for the owner desktop.
Style() - Constructor for class org.zkoss.zul.Style
 
Style(String) - Constructor for class org.zkoss.zul.Style
 
Style(String, String) - Constructor for class org.zkoss.zul.Style
 
subList(int, int) - Method in class org.zkoss.zul.ListModelList
 
SYNCING_MODEL - Static variable in class org.zkoss.zul.Listbox
 
syncModel(int, int) - Method in interface org.zkoss.zul.impl.DataLoader
Synchronizes the owner component to be consistent with the specified model.
syncModel(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
 
syncModel(int, int) - Method in class org.zkoss.zul.impl.ListboxDataLoader
 

T

Tab - Class in org.zkoss.zul
A tab.
Tab() - Constructor for class org.zkoss.zul.Tab
 
Tab(String) - Constructor for class org.zkoss.zul.Tab
 
Tab(String, String) - Constructor for class org.zkoss.zul.Tab
 
Tabbox - Class in org.zkoss.zul
A tabbox.
Tabbox() - Constructor for class org.zkoss.zul.Tabbox
 
TabboxEngine - Interface in org.zkoss.zul.impl
Tabbox engine is an engine that do the model rendering for ListModel
TabboxRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the tab and tabpanel in a Tabbox.
Tabpanel - Class in org.zkoss.zul
A tab panel.
Tabpanel() - Constructor for class org.zkoss.zul.Tabpanel
 
Tabpanels - Class in org.zkoss.zul
A collection of tab panels.
Tabpanels() - Constructor for class org.zkoss.zul.Tabpanels
 
Tabs - Class in org.zkoss.zul
A collection of tabs (Tab).
Tabs() - Constructor for class org.zkoss.zul.Tabs
 
testAttribute(Component, String, boolean, boolean) - Static method in class org.zkoss.zul.impl.Utils
Tests if the given attribute is defined in a component or in library property.
TEXT_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
Textbox - Class in org.zkoss.zul
A textbox.
Textbox() - Constructor for class org.zkoss.zul.Textbox
 
Textbox(String) - Constructor for class org.zkoss.zul.Textbox
 
Themes - Class in org.zkoss.zul.theme
Facade for accessing internal theming subsystem In most cases, users need not use the underlying theme registry and theme resolver directly.
Themes() - Constructor for class org.zkoss.zul.theme.Themes
 
TICK_COLOR - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
TICK_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
TICK_LABEL_OFFSET - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
TICK_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
TIME_SERIES - Static variable in class org.zkoss.zul.Chart
 
Timebox - Class in org.zkoss.zul
An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used.
Timebox() - Constructor for class org.zkoss.zul.Timebox
 
Timebox(Date) - Constructor for class org.zkoss.zul.Timebox
 
Timebox(ZonedDateTime) - Constructor for class org.zkoss.zul.Timebox
 
Timebox(LocalDateTime) - Constructor for class org.zkoss.zul.Timebox
 
Timebox(LocalTime) - Constructor for class org.zkoss.zul.Timebox
 
Timer - Class in org.zkoss.zul
Fires one or more Event after a specified delay.
Timer() - Constructor for class org.zkoss.zul.Timer
 
Timer(int) - Constructor for class org.zkoss.zul.Timer
 
toArray() - Method in class org.zkoss.zul.ListModelList
 
toArray(T[]) - Method in class org.zkoss.zul.ListModelList
 
toArray() - Method in class org.zkoss.zul.ListModelSet
 
toArray(T[]) - Method in class org.zkoss.zul.ListModelSet
 
toDate(LocalDateTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
toDate(LocalDate) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
toDate(LocalTime) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
toggleItemSelection(Listitem) - Method in class org.zkoss.zul.Listbox
If the specified item is selected, it is deselected.
toggleItemSelection(Treeitem) - Method in class org.zkoss.zul.Tree
If the specified item is selected, it is deselected.
toListModel(GroupsModel<D, G, F>) - Static method in class org.zkoss.zul.impl.GroupsListModel
Returns the list model (ListModel) representing the given groups model.
toListSubModel(ListModel<T>, Comparator<T>, int) - Static method in class org.zkoss.zul.ListModels
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface.
toListSubModel(ListModel<T>) - Static method in class org.zkoss.zul.ListModels
Returns a proxy instance of the given model that implements ListSubModel and ListModel interface.
toNumberOnly(String) - Method in class org.zkoss.zul.impl.NumberInputElement
Filters out non digit characters, such comma and whitespace, from the specified value.
toNumbers() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
 
Toolbar - Class in org.zkoss.zul
A toolbar.
Toolbar() - Constructor for class org.zkoss.zul.Toolbar
 
Toolbar(String) - Constructor for class org.zkoss.zul.Toolbar
 
Toolbarbutton - Class in org.zkoss.zul
A toolbar button.
Toolbarbutton() - Constructor for class org.zkoss.zul.Toolbarbutton
 
Toolbarbutton(String) - Constructor for class org.zkoss.zul.Toolbarbutton
 
Toolbarbutton(String, String) - Constructor for class org.zkoss.zul.Toolbarbutton
 
toString() - Method in class org.zkoss.zul.AbstractTreeModel.Path
 
toString() - Method in class org.zkoss.zul.DefaultTreeNode
 
toString() - Method in class org.zkoss.zul.event.GroupsDataEvent
 
toString() - Method in class org.zkoss.zul.event.ListDataEvent
 
toString() - Method in class org.zkoss.zul.GroupsModelArray
 
toString() - Method in class org.zkoss.zul.impl.GroupsListModel
 
toString() - Method in class org.zkoss.zul.ListitemComparator
 
toString() - Method in class org.zkoss.zul.ListModelArray
 
toString() - Method in class org.zkoss.zul.ListModelList
 
toString() - Method in class org.zkoss.zul.ListModelMap
 
toString() - Method in class org.zkoss.zul.ListModelSet
 
toString() - Method in class org.zkoss.zul.RowComparator
 
toString() - Method in class org.zkoss.zul.TreeitemComparator
 
toStyle(String) - Static method in class org.zkoss.zul.Datebox
Returns the styling index, or -111 if not matched.
toZonedDateTime(Date) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
Tree - Class in org.zkoss.zul
A container which can be used to hold a tabular or hierarchical set of rows of elements.
Tree() - Constructor for class org.zkoss.zul.Tree
 
Treecell - Class in org.zkoss.zul
A treecell.
Treecell() - Constructor for class org.zkoss.zul.Treecell
 
Treecell(String) - Constructor for class org.zkoss.zul.Treecell
 
Treecell(String, String) - Constructor for class org.zkoss.zul.Treecell
 
Treechildren - Class in org.zkoss.zul
A treechildren.
Treechildren() - Constructor for class org.zkoss.zul.Treechildren
 
Treechildren.ExtraCtrl - Class in org.zkoss.zul
A utility class to implement HtmlBasedComponent.getExtraCtrl().
Treecol - Class in org.zkoss.zul
A treecol.
Treecol() - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String) - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String, String) - Constructor for class org.zkoss.zul.Treecol
 
Treecol(String, String, String) - Constructor for class org.zkoss.zul.Treecol
 
Treecols - Class in org.zkoss.zul
A treecols.
Treecols() - Constructor for class org.zkoss.zul.Treecols
 
TreeDataEvent - Class in org.zkoss.zul.event
Defines an event that encapsulates changes to a tree.
TreeDataEvent(TreeModel, int, int[], int, int) - Constructor for class org.zkoss.zul.event.TreeDataEvent
Constructor.
TreeDataEvent(TreeModel, int, int[], int, int, int[]) - Constructor for class org.zkoss.zul.event.TreeDataEvent
Constructor.
TreeDataListener - Interface in org.zkoss.zul.event
Defines the methods used to listener when the content of TreeModel is changed.
Treefoot - Class in org.zkoss.zul
A row of Treefooter.
Treefoot() - Constructor for class org.zkoss.zul.Treefoot
 
Treefooter - Class in org.zkoss.zul
A column of the footer of a tree (Tree).
Treefooter() - Constructor for class org.zkoss.zul.Treefooter
 
Treefooter(String) - Constructor for class org.zkoss.zul.Treefooter
 
Treefooter(String, String) - Constructor for class org.zkoss.zul.Treefooter
 
Treeitem - Class in org.zkoss.zul
A treeitem.
Treeitem() - Constructor for class org.zkoss.zul.Treeitem
 
Treeitem(String) - Constructor for class org.zkoss.zul.Treeitem
 
Treeitem(String, Object) - Constructor for class org.zkoss.zul.Treeitem
 
TreeitemComparator - Class in org.zkoss.zul
A comparator used to compare Treeitem, if not live data, or the data themselves, if live data.
TreeitemComparator() - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with Treeitem.getValue().
TreeitemComparator(int) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(int, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(int, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(int, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column of the specified index.
TreeitemComparator(Treecol, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column which the tree header is at.
TreeitemComparator(Treecol, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column which the tree header is at.
TreeitemComparator(Treecol, boolean, boolean, boolean, boolean) - Constructor for class org.zkoss.zul.TreeitemComparator
Compares with the column which the tree header is at.
TreeitemRenderer<T> - Interface in org.zkoss.zul
Identifies components that can be used as "rubber stamps" to paint the cells in a Tree.
TreeModel<E> - Interface in org.zkoss.zul
This interface defines the methods that component like Tree use to get the content of items.
TreeNode<E> - Interface in org.zkoss.zul
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.
TreeNodeChildrenList() - Constructor for class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
TreeOpenableModel - Interface in org.zkoss.zul.ext
Indicate an openable collection or components.
Treerow - Class in org.zkoss.zul
A treerow.
Treerow() - Constructor for class org.zkoss.zul.Treerow
 
Treerow(String) - Constructor for class org.zkoss.zul.Treerow
Instantiates a treerow with a treecel holding the given label.
TreeSelectableModel - Interface in org.zkoss.zul.ext
Indicate a tree model that supports selection.

U

UID - Static variable in class org.zkoss.zul.Version
Returns the version UID.
ungroup(boolean) - Method in class org.zkoss.zul.Column
Ungroups and sorts the rows (Row) based on the ascending.
ungroup(boolean) - Method in class org.zkoss.zul.Listheader
Ungroups and sorts the items (Listitem) based on the ascending.
unload() - Method in class org.zkoss.zul.Treeitem
Unload the tree item
unmarshall(Object) - Method in class org.zkoss.zul.Decimalbox
 
unmarshall(Object) - Method in class org.zkoss.zul.Doublebox
 
unmarshall(Object) - Method in class org.zkoss.zul.Doublespinner
 
unmarshall(Object) - Method in class org.zkoss.zul.impl.InputElement
Unmarshall value returned from client if needed.
unmarshall(Object) - Method in class org.zkoss.zul.Longbox
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Button
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Checkbox
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Frozen
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Listheader
 
updateByClient(String, Object) - Method in class org.zkoss.zul.Menuitem
 
updateModelInfo() - Method in interface org.zkoss.zul.impl.DataLoader
Used to update some extra control information to the client.
updateModelInfo() - Method in class org.zkoss.zul.impl.GridDataLoader
 
updateModelInfo() - Method in class org.zkoss.zul.impl.ListboxDataLoader
 
UPLOAD_BROWSE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_CANCEL - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_ERROR_EXCEED_MAXSIZE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_MESSAGE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_SUBMIT - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPLOAD_TITLE - Static variable in interface org.zkoss.zul.mesg.MZul
 
UPPER_BOUND - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
Utils - Class in org.zkoss.zul.impl
A collection of utilities.
Utils() - Constructor for class org.zkoss.zul.impl.Utils
 

V

validate(Component, Object) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
validate(Component, Object) - Method in interface org.zkoss.zul.Constraint
Verifies whether the value is acceptable.
validate(Object) - Method in class org.zkoss.zul.impl.InputElement
Validates the value returned by InputElement.coerceFromString(java.lang.String).
validate(Component, Object) - Method in class org.zkoss.zul.SimpleConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleDateConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleLocalDateConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
 
validate(Component, Object) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
 
validate0(Component, T) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
VALUE_ANGLE - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
VALUE_FONT - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
VALUE_NOT_MATCHED - Static variable in interface org.zkoss.zul.mesg.MZul
 
VALUE_RADIUS - Static variable in class org.zkoss.zul.event.DialChartDataEvent
 
valueOf(String) - Static method in enum org.zkoss.zul.Checkbox.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zul.Messagebox.Button
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zkoss.zul.Window.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zkoss.zul.Checkbox.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.zkoss.zul.ListModelMap
 
values() - Static method in enum org.zkoss.zul.Messagebox.Button
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zkoss.zul.Window.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Component, T) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
valueToString(Component, Date) - Method in class org.zkoss.zul.SimpleDateConstraint
 
valueToString(Component, LocalDate) - Method in class org.zkoss.zul.SimpleLocalDateConstraint
 
valueToString(Component, LocalTime) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
 
Vbox - Class in org.zkoss.zul
A vbox.
Vbox() - Constructor for class org.zkoss.zul.Vbox
 
Vbox(Component[]) - Constructor for class org.zkoss.zul.Vbox
Constructor a vertical box by assigning an array of children.
Version - Class in org.zkoss.zul
The version of the ZK XUL component set.
Version() - Constructor for class org.zkoss.zul.Version
 
VISITED_ITEM_COUNT - Static variable in class org.zkoss.zul.Attributes
It is used to count the count of the visible Treeitem without its Treechildren.
VISITED_ITEM_TOTAL - Static variable in class org.zkoss.zul.Attributes
It is used to count the total of the visible Treeitem, including its Treechildren.
Vlayout - Class in org.zkoss.zul
A vertical layout
Vlayout() - Constructor for class org.zkoss.zul.Vlayout
 

W

WAFERMAP - Static variable in class org.zkoss.zul.Chart
 
WaferMapModel - Class in org.zkoss.zul
A semiconductor wafer map data model to be used with wafermap chart.
WaferMapModel() - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel(int, int) - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel(int, int, double) - Constructor for class org.zkoss.zul.WaferMapModel
data model to be used with wafermap chart.
WaferMapModel.IntPair - Class in org.zkoss.zul
 
WATERFALL - Static variable in class org.zkoss.zul.Chart
 
WEEK - Static variable in class org.zkoss.zul.Chart
 
WEST - Static variable in class org.zkoss.zul.Borderlayout
The west layout constraint (left side of container).
West - Class in org.zkoss.zul
A west region of a border layout.
West() - Constructor for class org.zkoss.zul.West
 
willClone(Component) - Method in interface org.zkoss.zul.event.PagingListener
 
willClone(Component) - Method in class org.zkoss.zul.GroupsModelArray
Allows the model to clone
willClone(Component) - Method in class org.zkoss.zul.SimpleGroupsModel
Allows the model to clone
WIND - Static variable in class org.zkoss.zul.Chart
 
Window - Class in org.zkoss.zul
A window.
Window() - Constructor for class org.zkoss.zul.Window
 
Window(String, String, boolean) - Constructor for class org.zkoss.zul.Window
 
Window.Mode - Enum in org.zkoss.zul
The window's mode used with Window.setMode(Mode).
writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.AbstractGroupsModel
writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.AbstractListModel
writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.ListModelMap
 
WS_END - Static variable in interface org.zkoss.zul.mesg.MZul
 
WS_HOME - Static variable in interface org.zkoss.zul.mesg.MZul
 
WS_NEXT - Static variable in interface org.zkoss.zul.mesg.MZul
 
WS_PREV - Static variable in interface org.zkoss.zul.mesg.MZul
 

X

XulElement - Class in org.zkoss.zul.impl
The fundamental class for XUL elements.
XulElement() - Constructor for class org.zkoss.zul.impl.XulElement
 
XYModel - Interface in org.zkoss.zul
A XY chart data model.
XYPair(Number, Number) - Constructor for class org.zkoss.zul.SimpleXYModel.XYPair
 
XYZModel - Interface in org.zkoss.zul
A XYZ chart data model.

Y

YEAR - Static variable in class org.zkoss.zul.Chart
 
YES - Static variable in interface org.zkoss.zul.mesg.MZul
 
YES - Static variable in class org.zkoss.zul.Messagebox
A Yes button.

Z

ZulEvents - Class in org.zkoss.zul.event
Utilities to access events for ZK and ZUL.
ZulMessageLoader - Class in org.zkoss.zul.impl
ZUL implementation of MessageLoader
ZulMessageLoader() - Constructor for class org.zkoss.zul.impl.ZulMessageLoader
 

_

_array - Variable in class org.zkoss.zul.ListModelArray
 
_beg - Variable in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
_comparator - Variable in class org.zkoss.zul.GroupsModelArray
member field to store Comparator for initial grouping.
_data - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group data
_data - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group data
_end - Variable in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
_finishParseCst - Variable in class org.zkoss.zul.SimpleConstraint
 
_flags - Variable in class org.zkoss.zul.SimpleConstraint
The constraints.
_foots - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group foot data (generated in GroupsModelArray.organizeGroup(java.util.Comparator<D>, int))
_foots - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group foot data
_heads - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group head data (generated in GroupsModelArray.organizeGroup(java.util.Comparator<D>, int))
_heads - Variable in class org.zkoss.zul.SimpleGroupsModel
member field to store group head data
_list - Variable in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
 
_list - Variable in class org.zkoss.zul.ListModelList
 
_listeners - Variable in class org.zkoss.zul.AbstractChartModel
 
_locale - Variable in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
_map - Variable in class org.zkoss.zul.ListModelMap
 
_model - Variable in class org.zkoss.zul.impl.GroupsListModel
 
_nativedata - Variable in class org.zkoss.zul.GroupsModelArray
member field to store native (original) array data
_opens - Variable in class org.zkoss.zul.AbstractTreeModel
The open information.
_opens - Variable in class org.zkoss.zul.GroupsModelArray
member field to store group close status
_opens - Variable in class org.zkoss.zul.SimpleGroupsModel
meMber field to store group close status
_selection - Variable in class org.zkoss.zul.AbstractGroupsModel
The current selection.
_selection - Variable in class org.zkoss.zul.AbstractListModel
The current selection.
_selection - Variable in class org.zkoss.zul.AbstractTreeModel
The selection.
_seriesList - Variable in class org.zkoss.zul.SimpleXYModel
 
_seriesMap - Variable in class org.zkoss.zul.SimpleXYModel
 
_set - Variable in class org.zkoss.zul.ListModelSet
 
_src - Variable in class org.zkoss.zul.Audio
 
_tzone - Variable in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
 
_tzone - Variable in class org.zkoss.zul.impl.DateTimeFormatInputElement
 
_value - Variable in class org.zkoss.zul.impl.InputElement
The value.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2019. All rights reserved.