|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zul.sel.ItemWidget
zul.sel.Listitem
zkex.sel.Listgroup
public class Listgroup
Adds the ability for single level grouping to the Listbox.
Event:
Default Widget.getZclass(): z-listgroup
| Field Summary |
|---|
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
int |
getItemCount()
Returns the number of items. |
Array |
getItems()
Returns a list of all Listitem are grouped by this listgroup. |
String |
getLabel()
Returns the label of the Listcell it contains, or null
if no such cell. |
boolean |
isOpen()
Returns whether this container is open. |
protected boolean |
isStripeable_()
Returns whether is stripeable or not. |
void |
setOpen(boolean open)
Sets whether this container is open. |
| Methods inherited from class zul.sel.Listitem |
|---|
getListbox, getListgroup, setImage, setLabel |
| Methods inherited from class zul.sel.ItemWidget |
|---|
getMeshWidget, getValue, isCheckable, isDisabled, isSelected, setCheckable, setDisabled, setSelected, setValue |
| Methods inherited from class zul.Widget |
|---|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setOpen(boolean open)
open - public boolean isOpen()
Default: true.
public Array getItems()
Listitem are grouped by this listgroup.
public int getItemCount()
public String getLabel()
Listcell it contains, or null
if no such cell.
getLabel in class ItemWidgetprotected boolean isStripeable_()
Default: false.
isStripeable_ in class ItemWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||