Package | Description |
---|---|
zkex.sel |
Additional selectable related widgets, such as listgroup.
|
zul.sel |
The selectable widgets, such as listbox and tree.
|
Modifier and Type | Class and Description |
---|---|
class |
Listgroup
Adds the ability for single level grouping to the Listbox.
|
class |
Listgroupfoot
GroupFooter serves as a summary listitem of listgroup.
|
Modifier and Type | Class and Description |
---|---|
class |
Listitem
A listitem.
|
class |
Treeitem
A treeitem.
|
Modifier and Type | Method and Description |
---|---|
ItemWidget |
SelectWidget.getSelectedItem()
Returns the selected item.
|
Modifier and Type | Method and Description |
---|---|
protected int |
ItemWidget.compareItemPos_(ItemWidget item)
This method should be overridden by its subwidget.
|
int |
SelectWidget.indexOfItem(ItemWidget item)
Returns the index of the ItemWidget
|
void |
SelectWidget.selectItem(ItemWidget item)
Deselects all of the currently selected items and selects the given item.
|
void |
SelectWidget.setSelectedItem(ItemWidget item)
Deselects all of the currently selected items and selects the given item.
|
protected int |
SelectWidget.shallIgnoreSelect_(Event evt,
ItemWidget row)
Returns whether to ignore the selection.
|
protected boolean |
Tree.shallIgnoreSelect_(Event evt,
ItemWidget row)
Returns whether to ignore the selection.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.