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 _
All Classes All Packages
All Classes All Packages
All Classes All Packages
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 - org.zkoss.zul.Messagebox.Button
-
A Abort button.
- 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
ListModelandSelectable - 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 java.lang.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(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.
- AbstractSimpleDateTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.AbstractSimpleDateTimeConstraint
-
Constructs a regular-expression constraint.
- AbstractTreeModel<E> - Class in org.zkoss.zul
-
A skeletal implementation for
TreeModel. - AbstractTreeModel(E) - Constructor for class org.zkoss.zul.AbstractTreeModel
-
Creates a
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(int, E) - Method in class org.zkoss.zul.ListModelList
- add(int, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- 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 class org.zkoss.zul.DefaultTreeNode
- add(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
-
Adds a child to this node at the end.
- addAll(int, Collection<? extends E>) - Method in class org.zkoss.zul.ListModelList
- addAll(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
- 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(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 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) - Method in interface org.zkoss.zul.XYModel
-
Append an (x,y) into a series.
- addValue(Comparable<?>, Number, Number, int) - Method in class org.zkoss.zul.SimpleXYModel
- 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, 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 class org.zkoss.zul.SimpleXYZModel
- 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 class org.zkoss.zul.SimpleXYZModel
- 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.
- 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) - Method in class org.zkoss.zul.SimpleHiLoModel
- 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, int) - Method in class org.zkoss.zul.SimpleHiLoModel
- 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
- Anchorchildren() - Constructor for class org.zkoss.zul.Anchorchildren
-
Deprecated.
- Anchorchildren(String) - Constructor for class org.zkoss.zul.Anchorchildren
-
Deprecated.
- Anchorlayout - Class in org.zkoss.zul
- Anchorlayout() - Constructor for class org.zkoss.zul.Anchorlayout
-
Deprecated.
- 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.
- 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
Bandboxinstance. - 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
-
Deprecated.
- beforeChildAdded(Component, Component) - Method in class org.zkoss.zul.Audio
- 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
-
Deprecated.
- 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.Cell
- 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
-
Deprecated.
- 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.Track
- 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(String, Component[]) - Constructor for class org.zkoss.zul.Box
-
Constructor a box by assigning an array of children.
- Box(Component[]) - Constructor for class org.zkoss.zul.Box
-
Constructor a box by assigning an array of children.
- 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() - Constructor for class org.zkoss.zul.impl.MessageboxDlg.Button
- Button(String) - Constructor for class org.zkoss.zul.Button
- Button(String, String) - Constructor for class org.zkoss.zul.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(LocalDate) - Constructor for class org.zkoss.zul.Calendar
- Calendar(LocalDateTime) - Constructor for class org.zkoss.zul.Calendar
- Calendar(ZonedDateTime) - Constructor for class org.zkoss.zul.Calendar
- Calendar(Date) - Constructor for class org.zkoss.zul.Calendar
- CALENDAR_TODAY - Static variable in interface org.zkoss.zul.mesg.MZul
- CANCEL - org.zkoss.zul.Messagebox.Button
-
A Cancel button.
- 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
-
Represents a header for various UI components including
Groupbox,Window,Panel,Tab, andLayoutRegion. - 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
- Cell() - Constructor for class org.zkoss.zul.Cell
- Center - Class in org.zkoss.zul
-
A center region of a borderlayout.
- Center() - Constructor for class org.zkoss.zul.Center
- CENTER - Static variable in class org.zkoss.zul.Borderlayout
-
The center layout constraint (middle of container).
- 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
ChartModelis 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()
- CHECKED - org.zkoss.zul.Checkbox.State
- 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
- CHOSENBOX_CREATE_MESSAGE - Static variable in interface org.zkoss.zul.mesg.MZul
- CHOSENBOX_SELECTION - Static variable in interface org.zkoss.zul.mesg.MZul
- 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() - Method in class org.zkoss.zul.impl.InputElement
-
Clears the error message.
- clearErrorMessage(boolean) - 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
Constraintto 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.Radio
- 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 (
Comboitemif 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
- COLORBOX_COLOR_B - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_FIELD - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_G - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_HEX - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_PALETTE - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_PICKER - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_R - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_COLOR_SPECTRUM_BAR - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_CURRENT_COLOR - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_HUE - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_PALETTE_BUTTON_LABEL - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_PICKER_BUTTON_LABEL - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_SATURATION - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_SELECT_COLOR_BUTTON - Static variable in interface org.zkoss.zul.mesg.MZul
- COLORBOX_VALUE - Static variable in interface org.zkoss.zul.mesg.MZul
- 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
ColSizeEventthat provide width of all columns. - ColSizeEvent(String, Component, int, Component, String, int) - Constructor for class org.zkoss.zul.event.ColSizeEvent
-
Constructs an instance of
ColSizeEvent. - Column - Class in org.zkoss.zul
-
A single column in a
Columnselement. - 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.
- CURRENT - Static variable in interface org.zkoss.zul.mesg.MZul
- CURRENT_DESCRIPTION - Static variable in interface org.zkoss.zul.mesg.MZul
- CustomConstraint - Interface in org.zkoss.zul
-
Additional interface implemented with
Constraintto denote a constraint supports a custom way to display the error message.
D
- DataLoader - Interface in org.zkoss.zul.impl
- 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(LocalDate) - 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(LocalTime) - 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(Date) - 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_FORMAT - Static variable in class org.zkoss.zul.Datebox
- DEFAULT_FORMAT - Static variable in class org.zkoss.zul.Timebox
- DEFAULT_THROTTLE_MILLIS - Static variable in class org.zkoss.zul.Tree
- 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
TreeNodeto 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) - 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(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.TreeNodeChildrenList - Class in org.zkoss.zul
- DeferredRedraw(Collection<? extends Component>) - Constructor for class org.zkoss.zul.impl.ListboxDataLoader.DeferredRedraw
- 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
-
Returned by
ListitemRendererExt.getControls()to indicate that the list cells added byListitemRendererExt.newListcell(org.zkoss.zul.Listitem)must be detached before callingListitemRenderer.render(org.zkoss.zul.Listitem, T, int). - DETACH_ON_RENDER - Static variable in interface org.zkoss.zul.RowRendererExt
-
Returned by
RowRendererExt.getControls()to indicate that the list cells added byRowRendererExt.newCell(org.zkoss.zul.Row)must be detached before callingRowRenderer.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
- DETAILED_DESCRIPTION - Static variable in interface org.zkoss.zul.mesg.MZul
- 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.
- DownloadItem(Media) - Constructor for class org.zkoss.zul.Filedownload.DownloadItem
-
Creates a download item using the media's original filename.
- DownloadItem(Media, String) - Constructor for class org.zkoss.zul.Filedownload.DownloadItem
-
Creates a download item with custom filename.
- drawChart(Object) - Method in interface org.zkoss.zul.impl.ChartEngine
-
Draw the chart and render into image format as an byte array.
E
- East - Class in org.zkoss.zul
-
An east region of a border layout.
- East() - Constructor for class org.zkoss.zul.East
- EAST - Static variable in class org.zkoss.zul.Borderlayout
-
The east layout constraint (right side of container).
- 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 - org.zkoss.zul.Window.Mode
-
Embeds the window as normal component.
- 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 - Static variable in class org.zkoss.zul.Audio
-
Represent the end state
- 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.ArrayComparator
- equals(Object) - Method in class org.zkoss.zul.FieldComparator
- 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.Cell
- 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
- Filedownload.DownloadItem - Class in org.zkoss.zul
-
Helper class for specifying media and optional custom filename for multiple file downloads.
- 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
Fileuploadto implement the upload feature. - FileuploadDlg() - Constructor for class org.zkoss.zul.impl.FileuploadDlg
- fireChartChange() - Method in class org.zkoss.zul.GanttModel.GanttTask
- fireEvent(int, int[], int, int) - Method in class org.zkoss.zul.AbstractTreeModel
-
Fires a
TreeDataEventfor 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, 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, int, int) - Method in class org.zkoss.zul.AbstractListModel
-
Fires a
ListDataEventfor all registered listener (thruAbstractListModel.addListDataListener(org.zkoss.zul.event.ListDataListener). - fireEvent(int, int, int, int) - Method in class org.zkoss.zul.AbstractGroupsModel
-
Fires a
GroupsDataEventfor all registered listener (thruAbstractGroupsModel.addGroupsDataListener(org.zkoss.zul.event.GroupsDataListener). - fireEvent(int, Comparable<?>, Comparable<?>, int, int, Object) - Method in class org.zkoss.zul.AbstractChartModel
-
Fires a
ChartDataEventfor all registered listener (thruAbstractChartModel.addChartDataListener(org.zkoss.zul.event.ChartDataListener). - 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
TreeDataEventfor all registered listener when open status has changed. - fireSelectionChanged(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
-
Fires a
TreeDataEventfor 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(E) - Method in class org.zkoss.zul.ListModelSet
- fireSelectionEvent(E) - Method in class org.zkoss.zul.SimpleListModel
- fireSelectionEvent(Map.Entry<K, V>) - Method in class org.zkoss.zul.ListModelMap
- 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
- Foot - Class in org.zkoss.zul
- 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() - 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(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- 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) - 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(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(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(Object) - Method in class org.zkoss.zul.ListModelMap
- 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(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) - Static method in class org.zkoss.zul.Fileupload
-
The implementation of all public get methods.
- 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(EventListener<UploadEvent>) - Static method in class org.zkoss.zul.Fileupload
-
Opens a modal dialog to upload multiple files with the default message and title.
- 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
- getAffectedPaths() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Return the paths of removed nodes, if any.
- 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.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
-
Deprecated.Returns the anchor setting.
- getAngleArc() - Method in class org.zkoss.zul.Slider
-
Returns the degree of arc of the knob slider.
- 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() - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at client.
- 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
- getAvailableAtClient(boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at client with more control.
- getAvailableAtClient(int, int) - Method in class org.zkoss.zul.impl.GridDataLoader
- getAvailableAtClient(int, int, boolean) - Method in class org.zkoss.zul.impl.ListboxDataLoader
-
Retrieves the children available at the client within the given range.
- 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).
- 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.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() - Method in class org.zkoss.zul.event.ChartDataEvent
-
Returns the category of the chart data model.
- getCategory(int) - Method in interface org.zkoss.zul.CategoryModel
-
Get a category of the specified index;
- 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 encoding of the source.
- getChild(int[]) - Method in class org.zkoss.zul.AbstractTreeModel
- 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.
- 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(TreeNode<E>, int) - Method in class org.zkoss.zul.DefaultTreeModel
- getChildAt(int) - Method in class org.zkoss.zul.DefaultTreeNode
- getChildAt(int) - Method in interface org.zkoss.zul.TreeNode
-
Returns the child
TreeNodeat indexchildIndex. - 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() - Method in class org.zkoss.zul.DefaultTreeNode
- getChildCount() - Method in interface org.zkoss.zul.TreeNode
-
Returns the number of children
TreeNodes this node contains. - 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(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
- 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
- getClosePopupOnTimezoneChange() - Method in class org.zkoss.zul.Datebox
-
Returns whether to auto close the datebox popup after changing the timezone.
- getCmargins() - Method in class org.zkoss.zul.LayoutRegion
-
Returns the collapsed margins, which is a list of numbers separated by comma.
- 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
-
Deprecated.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
- getConstraintString() - Method in class org.zkoss.zul.impl.InputElement
-
Returns the raw constraint string value if any.
- 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.Html
-
Returns the embedded content (i.e., HTML tags).
- getContent() - Method in class org.zkoss.zul.Iframe
-
Returns the content set by
Iframe.setContent(org.zkoss.util.media.Media). - 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,
- 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()orLocales.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.
- getDynamicProperties() - Method in class org.zkoss.zul.Include
- 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
- getEmptySearchMessage() - Method in class org.zkoss.zul.Combobox
-
Returns the empty search message if any.
- 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).
- getFilename() - Method in class org.zkoss.zul.Filedownload.DownloadItem
- getFlags() - Method in class org.zkoss.zul.SimpleConstraint
-
Returns the constraint flags, i.e., a combination of
SimpleConstraint.NO_POSITIVE,SimpleConstraint.NO_NEGATIVE,SimpleConstraint.STRICTand 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 of the input component.
- 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() - Method in class org.zkoss.zul.Row
-
Returns the group that this row belongs to, or null.
- 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(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
ListModelor 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
ListModelor 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
- 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
-
Returns the content of the hover image set by
LabelImageElement.setHoverImageContent(Image)orLabelImageElement.setHoverImageContent(RenderedImage). - 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 a user clicks this button.
- getHref() - Method in class org.zkoss.zul.Menuitem
-
Returns the href.
- 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.
- getIconSclasses() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the icon font String array
- getIconTooltip() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the iconTooltip content
- getIconTooltips() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the iconTooltip content String array
- 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
Listcellit contains. - getImage() - Method in class org.zkoss.zul.Treeitem
-
Returns the image of the
Treecellit contains. - getImage() - Method in class org.zkoss.zul.Treerow
-
Returns the image of the
Treecellit contains, or null if no such cell. - getImageContent() - Method in class org.zkoss.zul.impl.LabelImageElement
-
Returns the image content set by
LabelImageElement.setImageContent(Image)orLabelImageElement.setImageContent(RenderedImage). - 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() - 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 class org.zkoss.zul.DefaultTreeNode
- getIndex(TreeNode<E>) - Method in interface org.zkoss.zul.TreeNode
-
Returns the index of
nodein 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(E, E) - Method in interface org.zkoss.zul.TreeModel
-
Returns the index of the given child in the given parent.
- getIndexOfChild(TreeNode<E>, TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
- 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<String, String> 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_POSITIVEand 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
Treeitemincluding 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
Roware 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
Listitemare 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
- getKind() - Method in class org.zkoss.zul.Track
-
Returns what kind of track it is.
- getLabel() - Method in class org.zkoss.zul.Group
-
Returns the value of the
Labelit contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Groupfoot
-
Returns the value of the
Labelit 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
Labelit contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Listitem
-
Returns the label of the
Listcellit contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Track
-
Returns a readable description of this track.
- getLabel() - Method in class org.zkoss.zul.Treeitem
-
Returns the label of the
Treecellit contains, or null if no such cell. - getLabel() - Method in class org.zkoss.zul.Treerow
-
Returns the label of the first
Treecellit 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
Treechildrenassociated with thisTreerow. - getLinkedTreerow() - Method in class org.zkoss.zul.Treechildren
-
Returns the
Treerowthat 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.
- getListDataListeners() - Method in class org.zkoss.zul.AbstractListModel
- getListDataListeners() - Method in interface org.zkoss.zul.ListModel
-
Returns all listeners.
- getListfoot() - Method in class org.zkoss.zul.Listbox
-
Returns
Listfootbelonging 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
Listheadbelonging 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
GroupsModelor 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
GroupsModelor 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.SimpleNumberInputConstraint
-
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()'sTreecol.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.LayoutRegion
-
Returns the maximum size of the resizing element.
- getMedia() - Method in class org.zkoss.zul.Filedownload.DownloadItem
- getMedia() - Method in class org.zkoss.zul.Style
-
Returns the media dependencies for this style sheet.
- 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
- 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
Menupopupit owns, or null if not available. - getMin() - Method in class org.zkoss.zul.SimpleNumberInputConstraint
-
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
- 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
-
Deprecated.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.
- getOverflowPopupIconSclass() - Method in class org.zkoss.zul.Toolbar
-
Returns the overflow sclass name of overflow popup icon of this toolbar.
- 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).
- getParent() - Method in class org.zkoss.zul.DefaultTreeNode
- getParent() - Method in interface org.zkoss.zul.TreeNode
-
Returns the parent
TreeNodeof 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.
- getPartials() - Method in interface org.zkoss.zul.ext.TristateModel
-
Returns the current partial selection.
- getPath() - Method in class org.zkoss.zul.event.TreeDataEvent
-
Returns the path of the affected node.
- getPath(E) - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the path from the specified child.
- 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.
- 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.
- 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
-
Returns
Borderlayout.CENTER. - getPosition() - Method in class org.zkoss.zul.Datebox
- getPosition() - Method in class org.zkoss.zul.East
-
Returns
Borderlayout.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
-
Returns
Borderlayout.NORTH. - getPosition() - Method in class org.zkoss.zul.South
-
Returns
Borderlayout.SOUTH. - getPosition() - Method in class org.zkoss.zul.West
-
Returns
Borderlayout.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.
- 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_WAITmessage before a long operation. - getPropertyAccess(String) - Method in class org.zkoss.zul.Box
- 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.Grid
- 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.Listbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Listitem
- getPropertyAccess(String) - Method in class org.zkoss.zul.Longbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Rating
- getPropertyAccess(String) - Method in class org.zkoss.zul.Row
- getPropertyAccess(String) - Method in class org.zkoss.zul.Textbox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Timebox
- getPropertyAccess(String) - Method in class org.zkoss.zul.Tree
- getPropertyAccess(String) - Method in class org.zkoss.zul.Treeitem
- getPropertyKey() - Method in class org.zkoss.zul.event.DialChartDataEvent
-
Return the key of the property.
- getRadiogroup() - Method in class org.zkoss.zul.Radio
-
Returns
Radiogroupthat 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.
- getRawValue() - Method in class org.zkoss.zul.SimpleConstraint
-
Returns the raw value
- 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.AUTOif the scale is decided automatically (based on what user has entered). - getScale(int) - Method in class org.zkoss.zul.DialModel
-
Returns the
DialModelScaleof 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.
- getSelectLevel() - Method in class org.zkoss.zul.Datebox
-
Returns the level that a user can select.
- getSeltype() - Method in class org.zkoss.zul.Listbox
-
Returns the seltype.
- getSeltype() - Method in class org.zkoss.zul.Tree
-
Returns the seltype.
- 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() - Method in class org.zkoss.zul.SimpleCategoryModel
- getSeries() - Method in class org.zkoss.zul.SimpleHiLoModel
- getSeries() - Method in class org.zkoss.zul.SimpleXYModel
- getSeries() - Method in interface org.zkoss.zul.XYModel
-
Get all series as a collection.
- getSeries(int) - Method in interface org.zkoss.zul.CategoryModel
-
Get a series of the specified index;
- getSeries(int) - Method in class org.zkoss.zul.SimpleCategoryModel
- getSeries(int) - Method in class org.zkoss.zul.SimpleXYModel
- getSeries(int) - Method in interface org.zkoss.zul.XYModel
-
Get a series of the specified index;
- 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() - Method in class org.zkoss.zul.Listheader
-
Returns the sort direction.
- getSortDirection() - Method in class org.zkoss.zul.Treecol
-
Returns the sort direction.
- getSortDirection(Comparator<D>) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
- getSortDirection(Comparator<D>) - Method in class org.zkoss.zul.GroupsModelArray
- getSortDirection(Comparator<D>) - Method in class org.zkoss.zul.SimpleGroupsModel
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelArray
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelList
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.ListModelSet
- getSortDirection(Comparator<E>) - Method in class org.zkoss.zul.SimpleListModel
- getSortDirection(Comparator<Map.Entry<K, V>>) - Method in class org.zkoss.zul.ListModelMap
- 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.
- 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.
- getSrc() - Method in class org.zkoss.zul.Audio
-
Returns the src.
- 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.Include
-
Returns the src.
- 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.Track
-
Returns the source address of this track.
- getSrclang() - Method in class org.zkoss.zul.Track
-
Returns the language of the source.
- 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
-
Returns the step of spinner
- getStepInDouble() - Method in class org.zkoss.zul.Slider
-
Returns the step of slider
- getStringAttribute(Component, String, String, boolean) - Static method in class org.zkoss.zul.impl.Utils
-
Returns the string if the given attribute is defined in a component or in library property.
- 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(String) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Returns the desktop theme with the given name
- getTheme(HttpServletRequest) - Method in class org.zkoss.zul.theme.CookieThemeResolver
-
Retrieves theme name from Cookie
- 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.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 class org.zkoss.zul.AbstractListModel
- getTotalSize() - Method in class org.zkoss.zul.AbstractTreeModel
-
Returns the total number of items.
- 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 interface org.zkoss.zul.PageableModel
-
Returns the total number of items.
- 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
Treeinstance 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
Treeinstance 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).
- getTreeDataListeners() - Method in class org.zkoss.zul.AbstractTreeModel
- getTreeDataListeners() - Method in interface org.zkoss.zul.TreeModel
-
Returns all listeners.
- getTreefoot() - Method in class org.zkoss.zul.Tree
-
Returns the treefoot that this tree owns (might null).
- 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.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() - 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() - 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.impl.ListboxDataLoader.DeferredRedraw
- 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() - 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) - Method in class org.zkoss.zul.DialModel
-
Get value of the scale per the specified index.
- getValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
-
Returns the value of the given chip at (x,y) of the wafer matrix.
- 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(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
-
Get value of the specified series and category.
- getValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
- 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.
- 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
- 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() - 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. - getWidth(int) - Method in class org.zkoss.zul.event.ColSizeEvent
-
Returns the column width of the specified column index.
- getX() - Method in class org.zkoss.zul.Absolutechildren
-
Returns the current "x" position within parent container component
- getX() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
- getX() - Method in class org.zkoss.zul.WaferMapModel.IntPair
- getX(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
- 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() - Method in class org.zkoss.zul.SimpleXYModel.XYPair
- getY() - Method in class org.zkoss.zul.WaferMapModel.IntPair
- getY(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
- 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
-
Deprecated.
- getZclass() - Method in class org.zkoss.zul.Anchorlayout
-
Deprecated.
- 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
-
Deprecated.
- 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.Track
- 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_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
- Grid.ExtraCtrl - Class in org.zkoss.zul
-
A utility class to implement
HtmlBasedComponent.getExtraCtrl(). - GridDataLoader - Class in org.zkoss.zul.impl
-
Generic
Griddata 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 onColumn.getSortAscending(). - group(boolean) - Method in class org.zkoss.zul.Listheader
-
Groups and sorts the items (
Listitem) based onListheader.getSortAscending(). - group(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
-
Groups and sorts the data by the specified column.
- group(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
- 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 - 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 - Static variable in interface org.zkoss.zul.ext.GroupingInfo
-
Indicates the data is a group (a.k.a., the head of the group).
- 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).
- 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 - 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 interface org.zkoss.zul.ext.GroupingInfo
-
Indicates the data is a group foot.
- 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
- 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
GroupsModelis changed. - GroupsListModel<D,G,F> - Class in org.zkoss.zul.impl
-
Encapsulates
GroupsModelas an instance ofListModelsuch that it is easier to handle byListboxandGroup. - 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
- 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.
- 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
GroupsModelto control the sorting and grouping of the data model.
H
- 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.ArrayComparator
- hashCode() - Method in class org.zkoss.zul.FieldComparator
- 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
-
Deprecated.As of release 10.3.0, using
Hlayoutinstead. - Hbox() - Constructor for class org.zkoss.zul.Hbox
-
Deprecated.
- Hbox(Component[]) - Constructor for class org.zkoss.zul.Hbox
-
Deprecated.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 - org.zkoss.zul.Window.Mode
-
Makes the window as highlighted.
- 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
Htmlcomponent to embed HTML tags. - Html(String) - Constructor for class org.zkoss.zul.Html
-
Constructs a
Htmlcomponent to embed HTML tags with the specified content.
I
- ICON_SCLASS - Static variable in class org.zkoss.zul.Bandbox
- ICON_SCLASS - Static variable in class org.zkoss.zul.Combobox
- 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 - org.zkoss.zul.Messagebox.Button
-
A IGNORE button.
- 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
- INDETERMINATE - org.zkoss.zul.Checkbox.State
- 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(DialModelScale) - Method in class org.zkoss.zul.DialModel
-
Return the index of the specified model entry.
- 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
- 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
- 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.
- 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.
- isBar() - Method in class org.zkoss.zul.Separator
-
Returns whether to display a visual bar as the separator.
- 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 spinner) 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.
- 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.Area
-
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
-
Deprecated.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,
Captiononly. - isChildable() - Method in class org.zkoss.zul.Timer
-
Not childable.
- isChildable() - Method in class org.zkoss.zul.Track
- 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.
- 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.
- 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.
- isDefault() - Method in class org.zkoss.zul.Track
-
Returns if this track should be enabled by default.
- 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.Radiogroup
-
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.
- 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.
- isEnded() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is ended.
- isFloatable() - Method in class org.zkoss.zul.Panel
-
Returns whether to float the panel to display it inline where it is rendered.
- 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
-
Deprecated.Returns if the orientation of this splitter is horizontal.
- isHorizontal() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is a horizontal tabbox.
- 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.
- 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() - Method in class org.zkoss.zul.DefaultTreeNode
- isLeaf() - Method in interface org.zkoss.zul.TreeNode
-
Returns true if this node is a leaf.
- isLeaf(E) - Method in interface org.zkoss.zul.TreeModel
-
Returns true if node is a leaf.
- isLeaf(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeModel
- isLeft() - Method in class org.zkoss.zul.Tabbox
-
Returns whether it is the left orientation.
- isLenient() - Method in class org.zkoss.zul.Datebox
-
Returns whether date/time parsing is to be lenient or not.
- 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
- isLocaleFormat() - Method in class org.zkoss.zul.impl.NumberInputElement
-
Returns if the "locale:" in
FormatInputElement.getFormat()is presented. - 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.
- 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.
- 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.
- 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() - 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
-
Deprecated.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
- isPartial(E) - Method in interface org.zkoss.zul.ext.TristateModel
-
Returns whether the item is partially selected.
- 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. - isPaused() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is paused.
- isPlaying() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is playing.
- 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() - 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.
- 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.
- 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() - 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.
- 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.
- 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
-
Returns whether it is slide down.
- 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.
- isStopped() - Method in class org.zkoss.zul.Audio
-
Return whether the audio is stopped.
- isStrictDate() - Method in class org.zkoss.zul.Datebox
-
Returns whether date/time should be strict or not.
- 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
-
Deprecated.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. - ITEMWIDGET_SELECTED - Static variable in interface org.zkoss.zul.mesg.MZul
- 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 - Variable in enum org.zkoss.zul.Messagebox.Button
-
The message ID used for loading the label.
- 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
- 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) - Constructor for class org.zkoss.zul.impl.LabelImageElement
- LabelImageElement(String, 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_SELECT_ALL - Static variable in interface org.zkoss.zul.mesg.MZul
- 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
Listboxdata loader. - ListboxDataLoader() - Constructor for class org.zkoss.zul.impl.ListboxDataLoader
- ListboxDataLoader.DeferredRedraw - Class in org.zkoss.zul.impl
- 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
ListModelis 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
- 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
- ListModelArray<E> - Class in org.zkoss.zul
- ListModelArray(int) - Constructor for class org.zkoss.zul.ListModelArray
-
Constructor.
- ListModelArray(E[]) - Constructor for class org.zkoss.zul.ListModelArray
-
Constructor.
- ListModelArray(E[], boolean) - 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
- ListModelList() - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(int) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(E[]) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor.
- ListModelList(List<E>, boolean) - Constructor for class org.zkoss.zul.ListModelList
-
Constructor
- ListModelMap<K,V> - Class in org.zkoss.zul
- ListModelMap() - 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.
- ListModelMap(Map<? extends K, ? extends V>) - Constructor for class org.zkoss.zul.ListModelMap
-
Constructor.
- ListModelMap(Map<K, V>, boolean) - 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
- ListModelSet() - 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.
- ListModelSet(E[]) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor.
- ListModelSet(Collection<? extends E>) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor.
- ListModelSet(Set<E>, boolean) - Constructor for class org.zkoss.zul.ListModelSet
-
Constructor
- ListSubModel<E> - Interface in org.zkoss.zul
-
An extra interface that can be implemented with
ListModelto 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(int) - Constructor for class org.zkoss.zul.Longbox
- Longbox(long) - 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. - MAP_CONTAINS_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
- MediaElement - Interface in org.zkoss.zul.ext
-
Indicates a component that is a media element, which supports
Track. - 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
Menupopupelement. - 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
- 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
Messageboxto 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 - org.zkoss.zul.Window.Mode
-
Makes the window as a modal dialog. once
Window.doModal()is called, the execution of the event processing thread is suspended until one of the following occurs. - MODAL - Static variable in class org.zkoss.zul.Window
-
Makes the window as a modal dialog. once
Window.doModal()is called, the execution of the event processing thread is suspended until one of the following occurs. - 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
Comboitemfor 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
Groupfor rendering. - newGroupfoot(Grid) - Method in interface org.zkoss.zul.GroupRendererExt
-
Creates an instance of
Groupfootfor rendering. - newListcell(Listitem) - Method in interface org.zkoss.zul.ListitemRendererExt
-
Create an instance of
Listcellthat will be attached to the unloaded listitem. - newListgroup(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
-
Creates an instance of
Listgroupfor rendering. - newListgroupfoot(Listbox) - Method in interface org.zkoss.zul.ListgroupRendererExt
-
Creates an instance of
Listgroupfootfor rendering. - newListitem(Listbox) - Method in interface org.zkoss.zul.ListitemRendererExt
-
Creates an instance of
Listitemthat 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
Rowthat 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 - org.zkoss.zul.Messagebox.Button
-
A No button.
- 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 - Class in org.zkoss.zul
-
A north region of a border layout.
- North() - Constructor for class org.zkoss.zul.North
- NORTH - Static variable in class org.zkoss.zul.Borderlayout
-
The north layout constraint (top of container).
- NOTIFICATION_ERROR - Static variable in interface org.zkoss.zul.mesg.MZul
- NOTIFICATION_INFO - Static variable in interface org.zkoss.zul.mesg.MZul
- NOTIFICATION_WARNING - Static variable in interface org.zkoss.zul.mesg.MZul
- 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
- of(Media) - Static method in class org.zkoss.zul.Filedownload.DownloadItem
-
Static factory method to create a download item using media's original filename.
- of(Media, String) - Static method in class org.zkoss.zul.Filedownload.DownloadItem
-
Static factory method to create a download item with custom filename.
- OK - org.zkoss.zul.Messagebox.Button
-
A OK button.
- 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.Radiogroup
- 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() - 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.
- onClose(Event) - Method in class org.zkoss.zul.impl.FileuploadDlg
- 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() - 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() - 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.
- onInitRender(Event) - Method in class org.zkoss.zul.Combobox
-
Handles a private event, onInitRender.
- onInitRender(Event) - Method in class org.zkoss.zul.Radiogroup
-
For model rendering
- 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.Cell
- 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() - Method in class org.zkoss.zul.Treecol
-
It invokes
Treecol.sort(boolean)to sort list items and maintainTreecol.getSortDirection(). - onSort(SortEvent) - Method in class org.zkoss.zul.Column
-
Invokes a sorting action based on a
SortEventand maintainsColumn.getSortDirection(). - onSort(SortEvent) - Method in class org.zkoss.zul.Listheader
-
Invokes a sorting action based on a
SortEventand maintainsListheader.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(int, int) - Method in class org.zkoss.zul.Popup
-
Opens this popup to the specified location at the client.
- open(String, String) - 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
- org.zkoss.zul.event - package org.zkoss.zul.event
- org.zkoss.zul.ext - package org.zkoss.zul.ext
- org.zkoss.zul.impl - package org.zkoss.zul.impl
- org.zkoss.zul.mesg - package org.zkoss.zul.mesg
- 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).
- outOfRangeValue(Component) - Method in class org.zkoss.zul.SimpleNumberInputConstraint
- 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 - org.zkoss.zul.Window.Mode
-
Makes the window as overlapped other components.
- 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
- 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.
- 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
Panelcomponent 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.SimpleNumberInputConstraint
- 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
- parseValue(String) - Method in class org.zkoss.zul.SimpleDoubleSpinnerConstraint
- parseValue(String) - Method in class org.zkoss.zul.SimpleNumberInputConstraint
-
Parse the string value to the specified number type T.
- parseValue(String) - Method in class org.zkoss.zul.SimpleSpinnerConstraint
- PARTIAL - org.zkoss.zul.ext.TristateModel.State
-
Represents the partial selection state.
- path - Variable in class org.zkoss.zul.AbstractTreeModel.Path
- Path(int[]) - Constructor for class org.zkoss.zul.AbstractTreeModel.Path
- Path(AbstractTreeModel.Path) - Constructor for class org.zkoss.zul.AbstractTreeModel.Path
- pause() - Method in class org.zkoss.zul.Audio
-
Pauses the audio at the client.
- PAUSE - Static variable in class org.zkoss.zul.Audio
-
Represent the pause state
- PDFVIEWER_ROTATE_LEFT - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ROTATE_RIGHT - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_TOGGLE_FULLSCREEN - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_FIT_HEIGHT - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_FIT_WIDTH - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_IN - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_LEVEL - Static variable in interface org.zkoss.zul.mesg.MZul
- PDFVIEWER_ZOOM_OUT - Static variable in interface org.zkoss.zul.mesg.MZul
- 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.
- PLAY - Static variable in class org.zkoss.zul.Audio
-
Represent the play state
- 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 - org.zkoss.zul.Window.Mode
-
Makes the window as 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
-
Reads back
AbstractGroupsModel._selection. - readSelection(ObjectInputStream) - Method in class org.zkoss.zul.AbstractListModel
-
Reads back
AbstractListModel._selection. - 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(String) - Static method in class org.zkoss.zul.theme.Themes
-
Register the theme, so it becomes available in the theme list
- 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. from JAR or from FOLDER).
- register(String, StandardTheme.ThemeOrigin) - Static method in class org.zkoss.zul.theme.Themes
-
Register the theme, and specifies its origin (e.g. from JAR or from FOLDER) Please use
Themes.register("custom", Themes.ThemeOrigin.FOLDER)to make your custom theme available if the theme resource is inside a folder - register(Theme) - Method in class org.zkoss.zul.theme.DesktopThemeRegistry
-
Register a desktop theme.
- RELOAD - Static variable in interface org.zkoss.zul.mesg.MZul
- remove(int) - Method in class org.zkoss.zul.DefaultTreeNode
- remove(int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- remove(int) - Method in class org.zkoss.zul.ListModelList
- remove(int) - Method in interface org.zkoss.zul.TreeNode
-
Removes the child at index from this node.
- remove(Object) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- 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(TreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
- 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
- removeRange(int, int) - Method in class org.zkoss.zul.DefaultTreeNode.TreeNodeChildrenList
- 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
- removeRange(DialModelRange) - Method in class org.zkoss.zul.DialModelScale
-
Removes the specified range from this scale.
- removeScale(DialModelScale) - Method in class org.zkoss.zul.DialModel
-
Remove the specified DialModelScale from this DialModel.
- 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(int) - Method in interface org.zkoss.zul.HiLoModel
-
Remove (date, open, high, low, close, volumn) tuple of a data index.
- removeValue(int) - Method in class org.zkoss.zul.SimpleHiLoModel
- removeValue(int, int) - Method in class org.zkoss.zul.WaferMapModel
-
remove the value of the specified x and y.
- removeValue(Comparable<?>) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- removeValue(Comparable<?>) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
remove the value of the specified category.
- removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYModel
- removeValue(Comparable<?>, int) - Method in class org.zkoss.zul.SimpleXYZModel
- removeValue(Comparable<?>, int) - Method in interface org.zkoss.zul.XYModel
-
Remove (x,y) value of a specified series and data index.
- removeValue(Comparable<?>, Comparable<?>) - Method in interface org.zkoss.zul.CategoryModel
-
remove the value of the specified series and category.
- removeValue(Comparable<?>, Comparable<?>) - Method in class org.zkoss.zul.SimpleCategoryModel
- removeValue(Comparable<?>, GanttModel.GanttTask) - Method in class org.zkoss.zul.GanttModel
- 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(Page, Writer) - Method in class org.zkoss.zul.impl.PageRenderer
- render(Comboitem, T, int) - Method in interface org.zkoss.zul.ComboitemRenderer
-
Renders the data to the specified comboitem.
- 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
Rowif not loaded yet, withGrid.getRowRenderer(). - renderAll() - Method in class org.zkoss.zul.Listbox
-
Renders all
Listitemif not loaded yet, withListbox.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
Listboxuse 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, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
- RenderEvent(String, Component, Set<T>) - Constructor for class org.zkoss.zul.event.RenderEvent
- renderItem(Listitem) - Method in class org.zkoss.zul.Listbox
-
Renders the specified
Listitemif not loaded yet, withListbox.getItemRenderer(). - renderItem(Treeitem) - Method in class org.zkoss.zul.Tree
-
Renders the specified
Treeitem, if not loaded yet, withTree.getItemRenderer(). - renderItem(Treeitem, Object) - Method in class org.zkoss.zul.Tree
-
Renders the specified
Treeitem, if not loaded yet, withTree.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 Listitem>) - Method in class org.zkoss.zul.Listbox
-
Renders the given set of list items.
- renderItems(Set<? extends Row>) - Method in class org.zkoss.zul.Grid
- renderItems(Set<? extends Treeitem>) - Method in class org.zkoss.zul.Tree
-
Renders the specified
Treeitemif not loaded yet, withTree.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
-
Deprecated.
- 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.Doublespinner
- 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.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
-
Deprecated.
- 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.Track
- 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
Rowif not loaded yet, withGrid.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 - org.zkoss.zul.Messagebox.Button
-
A Retry button.
- 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
Rowselement. - 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(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(File, String) - Static method in class org.zkoss.zul.Filedownload
-
Open a download dialog to save the specified file at the client.
- 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(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.
- 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(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(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.
- saveAsZip(Map<Media, String>, String) - Static method in class org.zkoss.zul.Filedownload
-
Downloads multiple media files with custom names as a single ZIP archive.
- saveAsZip(Media[], String) - Static method in class org.zkoss.zul.Filedownload
-
Downloads multiple media files as a single ZIP archive.
- saveAsZip(Filedownload.DownloadItem[], String) - Static method in class org.zkoss.zul.Filedownload
-
Downloads multiple files using DownloadItem objects as a single ZIP archive.
- saveMultiple(Map<Media, String>) - Static method in class org.zkoss.zul.Filedownload
-
Downloads multiple media files with custom filenames.
- saveMultiple(Media...) - Static method in class org.zkoss.zul.Filedownload
-
Downloads multiple media files using their original filenames.
- saveMultiple(Filedownload.DownloadItem...) - Static method in class org.zkoss.zul.Filedownload
-
Downloads multiple files using DownloadItem objects.
- 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(). - SELECTED - org.zkoss.zul.ext.TristateModel.State
-
Represents the selected state.
- 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.
- SELECTIVE_COMPONENT_UPDATE - Static variable in class org.zkoss.zul.Attributes
-
This is used to revert the fix of ZK-5468 starting from ZK 10.0.0, which is caused all Components with Model to be re-rendered when the model is changed, such as in Listbox and Grid without ROD, as well as in Tabbox, Searchbox, Stepbar, Organigram, and Chosenbox.
- 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 that this constraint requires immediate server validation.
- service(AuRequest, boolean) - Method in class org.zkoss.zul.Audio
- 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.Radiogroup
-
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
-
Deprecated.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(int) - Method in class org.zkoss.zul.Listbox
- setActivePage(int) - Method in class org.zkoss.zul.Paging
-
Set the active page
- setActivePage(int) - Method in class org.zkoss.zul.Tree
- setActivePage(Listitem) - Method in class org.zkoss.zul.Listbox
-
Sets the active page in which the specified item is.
- setActivePage(Treeitem) - Method in class org.zkoss.zul.Tree
-
Sets the active page in which the specified item is.
- 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.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
-
Deprecated.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.
- setAreaListener(String) - Method in class org.zkoss.zul.Chart
-
Sets the renderer by use of a class name.
- setAreaListener(ChartAreaListener) - Method in class org.zkoss.zul.Chart
-
Sets the renderer which is used to render each area.
- 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.
- 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.
- 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.
- setBorder(boolean) - Method in class org.zkoss.zul.Panel
-
Enables or disables the border.
- setBorder(boolean) - Method in class org.zkoss.zul.Window
-
Enables or disables the border.
- 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(String) - Method in class org.zkoss.zul.Window
-
Sets the border (either none or normal).
- setButton(Messagebox.Button) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
Sets the label's information with a default label.
- setButton(Messagebox.Button, String) - Method in class org.zkoss.zul.impl.MessageboxDlg.Button
-
Sets the label's information and 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 spinner) 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.
- 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.
- setClosePopupOnTimezoneChange(boolean) - Method in class org.zkoss.zul.Datebox
-
Sets whether to auto close the datebox popup after changing the timezone.
- 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"
- setCollapse(String) - Method in class org.zkoss.zul.Splitter
-
Deprecated.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.
- 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.
- setConstraint(String) - Method in class org.zkoss.zul.Calendar
-
Sets a list of constraints separated by comma.
- setConstraint(String) - Method in class org.zkoss.zul.Datebox
- setConstraint(String) - Method in class org.zkoss.zul.Decimalbox
- setConstraint(String) - Method in class org.zkoss.zul.Doublebox
- setConstraint(String) - Method in class org.zkoss.zul.Doublespinner
- setConstraint(String) - Method in class org.zkoss.zul.impl.InputElement
- setConstraint(String) - Method in class org.zkoss.zul.Intbox
- setConstraint(String) - Method in class org.zkoss.zul.Longbox
- setConstraint(String) - Method in class org.zkoss.zul.Spinner
- setConstraint(String) - Method in class org.zkoss.zul.Timebox
- setConstraint(Constraint) - Method in class org.zkoss.zul.Calendar
- setConstraint(Constraint) - Method in interface org.zkoss.zul.ext.Constrainted
-
Sets the constraint.
- setConstraint(Constraint) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- setConstraint(Constraint) - Method in class org.zkoss.zul.impl.InputElement
- 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.Comboitem
-
Sets the embedded content (i.e., HTML tags) that is shown as part of the description.
- setContent(String) - Method in class org.zkoss.zul.Html
-
Sets the embedded content (i.e., HTML tags).
- 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.
- setContent(Image) - Method in class org.zkoss.zul.Image
-
Sets the content directly.
- setContent(Audio) - Method in class org.zkoss.zul.Audio
-
Sets the content directly.
- setContent(Media) - Method in class org.zkoss.zul.Iframe
-
Sets the content directly.
- 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(double) - Method in class org.zkoss.zul.Slider
-
Sets the current position of the slider.
- setCurpos(int) - 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.
- setDefault(boolean) - Method in class org.zkoss.zul.Track
-
Sets if this track should be enabled by default.
- 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.Radiogroup
-
Sets whether the radiogroup 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(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.
- 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.
- 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
- 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(String) - Method in class org.zkoss.zul.Chart
-
Sets the chart 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(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).
- 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 to the input component.
- setFormat(String) - Method in class org.zkoss.zul.Timebox
-
Sets the date format.
- 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(int) - Method in class org.zkoss.zul.Grid.ExtraCtrl
- 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.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
- 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
- setHeight(String) - Method in class org.zkoss.zul.Grid
- 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
- 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
- setHflex(String) - Method in class org.zkoss.zul.Foot
- 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
ListboxandListheaderinstead. - 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
ListboxandListheaderinstead. - 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
ListboxandListheaderinstead. - 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
- setHflex(String) - Method in class org.zkoss.zul.Rows
- 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
- setHflex(String) - Method in class org.zkoss.zul.Treecols
- setHflex(String) - Method in class org.zkoss.zul.Treefoot
- setHflex(String) - Method in class org.zkoss.zul.Treeitem
- setHflex(String) - Method in class org.zkoss.zul.Treerow
- setHover(String) - Method in class org.zkoss.zul.Image
-
Sets the image URI.
- setHoverContent(RenderedImage) - Method in class org.zkoss.zul.Image
-
Sets the content of the hover image directly with the rendered image.
- setHoverContent(Image) - Method in class org.zkoss.zul.Image
-
Sets the content of the hover image directly.
- setHoverImage(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the image URI.
- setHoverImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content of the hover image directly with the rendered image.
- setHoverImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content of the hover image directly.
- 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.
- 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, if iconSclasses is set, iconSclass will be ignored, iconSclasses will take precedence over iconSclass
- setIconSclass(String) - Method in class org.zkoss.zul.Rating
-
Sets the iconSclass name of this rating.
- setIconSclasses(String[]) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets multiple icons font, if iconSclasses is set, iconSclass will be ignored, iconSclasses will take precedence over iconSclass
- setIconTooltip(String) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the iconTooltip, if iconTooltips is set, iconTooltip will be ignored, iconTooltips will take precedence over iconTooltip
- setIconTooltips(String[]) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets multiple iconTooltips, if iconTooltips is set, iconTooltip will be ignored, iconTooltips will take precedence over iconTooltip
- 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
Listcellit contains. - setImage(String) - Method in class org.zkoss.zul.Treeitem
-
Sets the image of the
Treecellit contains. - setImage(String) - Method in class org.zkoss.zul.Treerow
-
Sets the image of the
Treecellit contains. - setImageContent(RenderedImage) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content directly with the rendered image.
- setImageContent(Image) - Method in class org.zkoss.zul.impl.LabelImageElement
-
Sets the content directly.
- 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(String) - Method in class org.zkoss.zul.impl.InputElement
-
Sets some additional attributes to the input html tag in the component.
- setInputAttributes(Map<String, 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(String) - Method in class org.zkoss.zul.Combobox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zul.Listbox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zul.Selectbox
-
Sets the renderer by use of a class name.
- setItemRenderer(String) - Method in class org.zkoss.zul.Tree
-
Sets the renderer by use of a class name.
- 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(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(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(TreeitemRenderer<?>) - Method in class org.zkoss.zul.Tree
-
Sets the renderer which is used to render each item if
Tree.getModel()is not null. - setKind(String) - Method in class org.zkoss.zul.Track
-
Set what kind of track it is.
- setLabel(String) - Method in class org.zkoss.zul.Comboitem
- setLabel(String) - Method in class org.zkoss.zul.Group
-
Sets the value of the
Labelit contains. - setLabel(String) - Method in class org.zkoss.zul.Groupfoot
-
Sets the value of the
Labelit 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
Labelit contains. - setLabel(String) - Method in class org.zkoss.zul.Listitem
-
Sets the label of the
Listcellit contains. - setLabel(String) - Method in class org.zkoss.zul.Track
-
Sets a readable description of this track.
- setLabel(String) - Method in class org.zkoss.zul.Treeitem
-
Sets the label of the
Treecellit contains. - setLabel(String) - Method in class org.zkoss.zul.Treerow
-
Sets the label of the first
Treecellit contains. - 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 date/time parsing is to be lenient or not.
- 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(String) - 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.NumberInputElement
-
Sets the locale used to identify the symbols of this number input element.
- setLocale(Locale) - 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.
- 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.
- 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(T) - Method in class org.zkoss.zul.SimpleNumberInputConstraint
-
Sets 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 an 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(double) - Method in class org.zkoss.zul.Slider
-
Sets the maximum position of the slider.
- setMaxpos(int) - 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.LayoutRegion
-
Sets the maximum size of the resizing element.
- 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(T) - Method in class org.zkoss.zul.SimpleNumberInputConstraint
-
Sets 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(double) - Method in class org.zkoss.zul.Slider
-
Sets the minimum position of the slider.
- setMinpos(int) - 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(int) - Method in class org.zkoss.zul.Window
-
Sets the mode to overlapped, popup, modal, embedded or highlighted.
- 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.
- setMode(String) - Method in class org.zkoss.zul.Window
-
Sets the mode to overlapped, popup, modal, embedded or highlighted.
- setMode(Window.Mode) - Method in class org.zkoss.zul.Window
-
Sets the mode.
- setModel(String) - Method in class org.zkoss.zul.Chart
-
Sets the model by use of a class name.
- setModel(ChartModel) - Method in class org.zkoss.zul.Chart
-
Sets the chart model associated with this chart.
- setModel(DefaultTreeModel<E>) - Method in class org.zkoss.zul.DefaultTreeNode
- setModel(DefaultTreeModel<E>) - Method in interface org.zkoss.zul.TreeNode
-
Sets the tree model it belongs to.
- setModel(GroupsModel<?, ?, ?>) - Method in class org.zkoss.zul.Grid
-
Sets the groups model associated with this grid.
- 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.Combobox
-
Sets the list model associated with this combobox.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Grid
-
Sets the list model associated with this grid.
- setModel(ListModel<?>) - Method in class org.zkoss.zul.Listbox
-
Sets the list model associated with this listbox.
- 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.
- 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.
- 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.
- 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
-
Sets to display dropdown or close 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(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
-
Deprecated.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.
- setOverflowPopupIconSclass(String) - Method in class org.zkoss.zul.Toolbar
-
When
Toolbar.isOverflowPopup()is true, toolbar has a button that shows a popup users can customize the overflow popup icon. - 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(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. - 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. - 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. - 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
- setParent(DefaultTreeNode<E>) - Method in class org.zkoss.zul.DefaultTreeNode
-
Sets the parent.
- 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.
- 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_WAITmessage before a long operation. - setRadiogroup(String) - Method in class org.zkoss.zul.Radio
-
Associates the radiogroup to this radio component by giving ID.
- setRadiogroup(Radiogroup) - Method in class org.zkoss.zul.Radio
-
Associates the radiogroup to this radio component.
- setRadioRenderer(String) - Method in class org.zkoss.zul.Radiogroup
-
Sets the renderer by use of a class name.
- 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. - setRange(double, double) - Method in class org.zkoss.zul.Slider
-
Sets the range of slider.
- 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.
- 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(String) - Method in class org.zkoss.zul.Grid
-
Sets the renderer by use of a class 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. - 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.
- 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(double, double, double, double, double, int) - Method in class org.zkoss.zul.DialModelScale
-
Sets the scale information of this DialModelScale.
- setScale(int) - Method in class org.zkoss.zul.Decimalbox
-
Sets the scale for the decimal number storing in this component, or
Decimalbox.AUTOif the scale is decided automatically (based on what user has entered). - 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<?>) - Method in class org.zkoss.zul.impl.GroupsListModel
-
Replace the current selection with the given set.
- 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.
- 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.
- setSelectLevel(String) - Method in class org.zkoss.zul.Datebox
-
Sets the level that a user can select.
- 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
-
Slides down or up the region.
- 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(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(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(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.
- setSortAscending(Comparator) - Method in class org.zkoss.zul.Listheader
-
Sets the ascending sorter, or null for no sorter for the ascending order.
- setSortAscending(Comparator<?>) - Method in class org.zkoss.zul.Column
-
Sets the ascending sorter, 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.
- 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(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(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.
- setSortDescending(Comparator) - Method in class org.zkoss.zul.Listheader
-
Sets the descending sorter, or null for no sorter for the descending order.
- setSortDescending(Comparator<?>) - Method in class org.zkoss.zul.Column
-
Sets the descending sorter, 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.
- 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(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.impl.FooterElement
-
Sets the number of columns to span this footer.
- 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.
- setSpan(String) - Method in class org.zkoss.zul.impl.MeshElement
-
Sets column span hint of this component.
- 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(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.Include
-
Sets the src.
- 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.Track
-
Sets the source address of this track.
- setSrc(List<String>) - Method in class org.zkoss.zul.Audio
-
Sets the source list.
- setSrclang(String) - Method in class org.zkoss.zul.Track
-
Sets the language of the source.
- 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(double) - Method in class org.zkoss.zul.Slider
-
Sets the step of slider
- setStep(int) - Method in class org.zkoss.zul.Slider
-
Sets the step of slider
- setStep(int) - Method in class org.zkoss.zul.Spinner
-
Sets 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(boolean) - Method in class org.zkoss.zul.Row
-
Deprecated.as of release 7.0.3.
- setStubonly(boolean) - Method in class org.zkoss.zul.Treeitem
-
Deprecated.as of release 7.0.3.
- setStubonly(String) - 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.
- 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(String) - Method in class org.zkoss.zul.Tabbox
-
Sets the renderer by use of a class name.
- 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. - 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(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.
- 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.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.
- 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
- 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.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(double) - Method in class org.zkoss.zul.DialModelScale
- setValue(double) - Method in class org.zkoss.zul.Doublebox
-
Sets the value (in double)
- setValue(int) - Method in class org.zkoss.zul.Progressmeter
-
Sets the current value of the progress meter.
- setValue(int, double) - Method in class org.zkoss.zul.DialModel
-
add or update the value of a specified scale index.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in interface org.zkoss.zul.CategoryModel
-
add or update the value of a specified series and category.
- setValue(Comparable<?>, Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleCategoryModel
- setValue(Comparable<?>, Number) - Method in class org.zkoss.zul.SimpleSingleValueCategoryModel
- setValue(Comparable<?>, Number) - Method in interface org.zkoss.zul.SingleValueCategoryModel
-
add or update the value of a specified category.
- 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, 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 class org.zkoss.zul.SimpleXYZModel
- 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.
- 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(Integer) - Method in class org.zkoss.zul.Intbox
-
Sets the value (in Integer).
- setValue(Integer) - Method in class org.zkoss.zul.Spinner
-
Sets the value (in Integer).
- setValue(Long) - Method in class org.zkoss.zul.Longbox
-
Sets the value (in Long).
- setValue(String) - Method in class org.zkoss.zul.Captcha
-
Sets the text value to be shown as the distortion captcha.
- setValue(String) - Method in class org.zkoss.zul.Decimalbox
- setValue(String) - Method in class org.zkoss.zul.Label
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zul.Menuitem
-
Sets the value.
- setValue(String) - Method in class org.zkoss.zul.Textbox
-
Sets the value.
- setValue(BigDecimal) - Method in class org.zkoss.zul.Decimalbox
-
Sets the value (in BigDecimal).
- setValue(Date) - Method in class org.zkoss.zul.Calendar
-
Assigns a value to this component.
- setValue(Date) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
-
Sets the value (in Date).
- 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, Number, Number, Number, Number, Number, int) - Method in class org.zkoss.zul.SimpleHiLoModel
- 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(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(T) - Method in class org.zkoss.zul.Row
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Tab
-
Sets the value.
- setValue(T) - Method in class org.zkoss.zul.Treeitem
-
Sets the value.
- 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.
- 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(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(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.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(String) - Method in class org.zkoss.zul.Grid
- setVflex(String) - Method in class org.zkoss.zul.Listbox
- setVflex(String) - Method in class org.zkoss.zul.Panelchildren
-
This method is unsupported.
- setVflex(String) - Method in class org.zkoss.zul.Textbox
- 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.
- 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
- 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
- setWidth(String) - Method in class org.zkoss.zul.Foot
- 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
ListboxandListheaderinstead. - 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
ListboxandListheaderinstead. - 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
ListboxandListheaderinstead. - setWidth(String) - Method in class org.zkoss.zul.North
- 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
- setWidth(String) - Method in class org.zkoss.zul.Rows
- setWidth(String) - Method in class org.zkoss.zul.South
- 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
- setWidth(String) - Method in class org.zkoss.zul.Treecols
- setWidth(String) - Method in class org.zkoss.zul.Treefoot
- setWidth(String) - Method in class org.zkoss.zul.Treeitem
- setWidth(String) - Method in class org.zkoss.zul.Treerow
- 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(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.
- 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(String) - 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, 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, 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, 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[], 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, 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, Messagebox.Button[], EventListener<Messagebox.ClickEvent>) - Static method in class org.zkoss.zul.Messagebox
-
Shows a message box 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 implementsCustomConstraint. - 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(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.
- SimpleConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleConstraint
-
Constructs a regular-expression constraint.
- 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(int, Date, Date, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint with beginning and ending date.
- SimpleDateConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint combining regular expression.
- SimpleDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleDateConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleDateConstraint
-
Constructs a regular-expression constraint.
- 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[]) - Constructor for class org.zkoss.zul.SimpleListModel
-
Constructor.
- SimpleListModel(E[], boolean) - 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
LocalDateconstraint. - 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(int, LocalDate, LocalDate, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a constraint with beginning and ending date.
- SimpleLocalDateConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a constraint combining regular expression.
- SimpleLocalDateConstraint(String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleLocalDateConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalDateConstraint
-
Constructs a regular-expression constraint.
- SimpleLocalTimeConstraint - Class in org.zkoss.zul
-
A simple
LocalTimeconstraint. - 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(int, LocalTime, LocalTime, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a constraint with beginning and ending date.
- SimpleLocalTimeConstraint(int, Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a constraint combining regular expression.
- SimpleLocalTimeConstraint(String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a constraint with a list of constraints separated by comma.
- SimpleLocalTimeConstraint(Pattern, String) - Constructor for class org.zkoss.zul.SimpleLocalTimeConstraint
-
Constructs a regular-expression constraint.
- SimpleNumberInputConstraint<T extends java.lang.Number & java.lang.Comparable<T>> - Class in org.zkoss.zul
-
A simple NumberInput constraint.
- SimpleNumberInputConstraint() - Constructor for class org.zkoss.zul.SimpleNumberInputConstraint
-
Constructs a constraint.
- SimpleNumberInputConstraint(int) - Constructor for class org.zkoss.zul.SimpleNumberInputConstraint
-
Constructs a constraint.
- SimpleNumberInputConstraint(String) - Constructor for class org.zkoss.zul.SimpleNumberInputConstraint
-
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, 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.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() - Method in class org.zkoss.zul.DefaultTreeModel
- sort() - Method in interface org.zkoss.zul.ext.Sortable
-
Sort the data model by default or assigned comparator.
- sort() - Method in class org.zkoss.zul.ListModelArray
- sort() - Method in class org.zkoss.zul.ListModelList
- sort() - Method in class org.zkoss.zul.ListModelMap
- sort() - Method in class org.zkoss.zul.ListModelSet
- sort() - Method in class org.zkoss.zul.SimpleListModel
- sort(boolean) - Method in class org.zkoss.zul.Column
-
Sorts the rows (
Row) based onColumn.getSortAscending()andColumn.getSortDescending(), ifColumn.getSortDirection()doesn't matches the ascending argument. - sort(boolean) - Method in class org.zkoss.zul.Listheader
-
Sorts the list items based on
Listheader.getSortAscending()andListheader.getSortDescending(), ifListheader.getSortDirection()doesn't matches the ascending argument. - sort(boolean) - Method in class org.zkoss.zul.Treecol
-
Sorts the treechildren (
Treeitem) based onTreecol.getSortAscending()andTreecol.getSortDescending(), ifTreecol.getSortDirection()doesn't matches the ascending argument. - sort(boolean, boolean) - Method in class org.zkoss.zul.Column
- sort(boolean, boolean) - Method in class org.zkoss.zul.Listheader
-
Sorts the list items based on
Listheader.getSortAscending()andListheader.getSortDescending(). - sort(boolean, boolean) - Method in class org.zkoss.zul.Treecol
-
Sorts the treechildren (
Treeitem) based onTreecol.getSortAscending()andTreecol.getSortDescending(). - sort(Comparator<D>, boolean) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
- sort(Comparator<D>, boolean, int) - Method in interface org.zkoss.zul.ext.GroupsSortableModel
- sort(Comparator<D>, boolean, int) - Method in class org.zkoss.zul.GroupsModelArray
- 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.ListModelArray
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelList
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.ListModelSet
-
Sorts the data.
- sort(Comparator<E>, boolean) - Method in class org.zkoss.zul.SimpleListModel
-
Sorts the data.
- sort(Comparator<Map.Entry<K, V>>, boolean) - Method in class org.zkoss.zul.ListModelMap
-
Sorts the data.
- sort(Comparator<TreeNode<E>>, boolean) - Method in class org.zkoss.zul.DefaultTreeModel
-
Sorts the data.
- 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. - 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.As of release 6.0.1, replaced with
SimpleGroupsModel.sortGroupData(Object, List, Comparator, boolean, int). - sortGroupData(Object, List<D>, Comparator<D>, boolean, int) - Method in class org.zkoss.zul.SimpleGroupsModel
-
Sorts a group of data.
- South - Class in org.zkoss.zul
-
A south region of a border layout.
- South() - Constructor for class org.zkoss.zul.South
- SOUTH - Static variable in class org.zkoss.zul.Borderlayout
-
The south layout constraint (bottom of container).
- Space - Class in org.zkoss.zul
-
Space is a
Separatorwith 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
-
Deprecated.As of release 10.3.0, using
org.zkoss.zkmax.zul.Splitlayoutinstead. - Splitter() - Constructor for class org.zkoss.zul.Splitter
-
Deprecated.
- 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, and reset its currentTime to zero.
- stop() - Method in class org.zkoss.zul.Timer
-
Stops the timer.
- STOP - Static variable in class org.zkoss.zul.Audio
-
Represent the stop state
- 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_CONTAINS_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 contains 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(LocalDateTime) - Constructor for class org.zkoss.zul.Timebox
- Timebox(LocalTime) - Constructor for class org.zkoss.zul.Timebox
- Timebox(ZonedDateTime) - Constructor for class org.zkoss.zul.Timebox
- Timebox(Date) - Constructor for class org.zkoss.zul.Timebox
- Timer - Class in org.zkoss.zul
-
Fires one or more
Eventafter 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() - Method in class org.zkoss.zul.ListModelSet
- toArray(T[]) - Method in class org.zkoss.zul.ListModelList
- toArray(T[]) - Method in class org.zkoss.zul.ListModelSet
- toDate(LocalDate) - Method in class org.zkoss.zul.impl.DateTimeFormatInputElement
- toDate(LocalDateTime) - 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>) - Static method in class org.zkoss.zul.ListModels
-
Returns a proxy instance of the given model that implements
ListSubModelandListModelinterface. - toListSubModel(ListModel<T>, int) - Static method in class org.zkoss.zul.ListModels
-
Returns a proxy instance of the given model that implements
ListSubModelandListModelinterface. - toListSubModel(ListModel<T>, Comparator<T>, int) - Static method in class org.zkoss.zul.ListModels
-
Returns a proxy instance of the given model that implements
ListSubModelandListModelinterface. - toListSubModel(ListModel<T>, Comparator<T>, int, int) - Static method in class org.zkoss.zul.ListModels
-
Returns a proxy instance of the given model that implements
ListSubModelandListModelinterface. - 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
- Track - Class in org.zkoss.zul
-
A representation of
<track>. - Track() - Constructor for class org.zkoss.zul.Track
- Track(String) - Constructor for class org.zkoss.zul.Track
-
Constructs a Track component with the specific source.
- 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
- TREE_SELECT_ALL - Static variable in interface org.zkoss.zul.mesg.MZul
- 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.
- 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
TreeModelis 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
Treeuse 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.
- TRISTATE_CHANGED - Static variable in class org.zkoss.zul.event.TreeDataEvent
-
Identified the state of partial selection in a tristate checkbox is changed.
- TristateModel<E> - Interface in org.zkoss.zul.ext
-
Indicate a model that supports tristate checkbox.
- TristateModel.State - Enum in org.zkoss.zul.ext
-
States of the tri-state selection designed to assist users in defining states effectively.
U
- UID - Static variable in class org.zkoss.zul.Version
- UNCHECKED - org.zkoss.zul.Checkbox.State
- 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
- UNSELECTED - org.zkoss.zul.ext.TristateModel.State
-
Represents the unselected state.
- 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_ERROR_UNACCEPTED_FILE_TYPE - 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(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.AbstractSimpleDateTimeConstraint
- validate(Component, Object) - Method in interface org.zkoss.zul.Constraint
-
Verifies whether the value is acceptable.
- 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.SimpleLocalDateConstraint
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
- validate(Component, Object) - Method in class org.zkoss.zul.SimpleNumberInputConstraint
- 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.ext.TristateModel.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() - Static method in enum org.zkoss.zul.ext.TristateModel.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, LocalDate) - Method in class org.zkoss.zul.SimpleLocalDateConstraint
- valueToString(Component, LocalTime) - Method in class org.zkoss.zul.SimpleLocalTimeConstraint
- valueToString(Component, Date) - Method in class org.zkoss.zul.SimpleDateConstraint
- valueToString(Component, T) - Method in class org.zkoss.zul.AbstractSimpleDateTimeConstraint
- Vbox - Class in org.zkoss.zul
-
Deprecated.As of release 10.3.0, using
Vlayoutinstead. - Vbox() - Constructor for class org.zkoss.zul.Vbox
-
Deprecated.
- Vbox(Component[]) - Constructor for class org.zkoss.zul.Vbox
-
Deprecated.Constructor a vertical box by assigning an array of children.
- Version - Class in org.zkoss.zul
- 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 - Class in org.zkoss.zul
-
A west region of a border layout.
- West() - Constructor for class org.zkoss.zul.West
- WEST - Static variable in class org.zkoss.zul.Borderlayout
-
The west layout constraint (left side of container).
- 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
-
Writes
AbstractGroupsModel._selection. - writeSelection(ObjectOutputStream) - Method in class org.zkoss.zul.AbstractListModel
-
Writes
AbstractListModel._selection. - 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 - org.zkoss.zul.Messagebox.Button
-
A Yes button.
- 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
- _cols - Variable in class org.zkoss.zul.impl.InputElement
- _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
- _sortDir - Variable in class org.zkoss.zul.GroupsModelArray
-
is the sort ascending?
- _sortDir - Variable in class org.zkoss.zul.SimpleGroupsModel
-
is the sort ascending?
- _sorting - Variable in class org.zkoss.zul.GroupsModelArray
-
the sorting comparator
- _sorting - Variable in class org.zkoss.zul.SimpleGroupsModel
-
the sorting comparator
- _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.
All Classes All Packages