|
||||||||||
| 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.LabelImageWidget
zul.inp.Comboitem
public class Comboitem
An item of a combo box.
Non-XUL extension. Refer to Combobox.
Default Widget.getZclass(): z-comboitem.
Combobox| 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 | |
|---|---|
String |
getContent()
Returns the embedded content (i.e., HTML tags) that is shown as part of the description. |
String |
getDescription()
Returns the description (never null). |
boolean |
isDisabled()
Returns whether it is disabled. |
void |
setContent(String content)
Sets the embedded content (i.e., HTML tags) that is shown as part of the description. |
void |
setDescription(String desc)
Sets the description. |
void |
setDisabled(boolean disabled)
Sets whether it is disabled. |
| Methods inherited from class zul.LabelImageWidget |
|---|
domContent_, domImage_, domLabel_, getHoverImage, getImage, getImageNode, getLabel, setHoverImage, setImage, setLabel, updateDomContent_ |
| 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 setDisabled(boolean disabled)
disabled - public boolean isDisabled()
Default: false.
public void setDescription(String desc)
desc - public String getDescription()
Default: "".
Deriving class can override it to return whatever it wants other than null.
public void setContent(String content)
It is useful to show the description in more versatile way.
content - setDescription(_global_.String)public String getContent()
It is useful to show the description in more versatile way.
Default: empty ("").
Deriving class can override it to return whatever it wants other than null.
getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||