|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
org.zkoss.zul.impl.InputElement.ExtraCtrl
org.zkoss.zul.Combobox.ExtraCtrl
protected class Combobox.ExtraCtrl
A utility class to implement AbstractComponent.getExtraCtrl().
It is used only by component developers.
| Constructor Summary | |
|---|---|
protected |
Combobox.ExtraCtrl()
|
| Method Summary | |
|---|---|
void |
clearSelectionByClient()
Clears the selection. |
boolean |
isChildChangedAware()
Returns whether to send the z.chchg command
to the client. |
void |
selectItemsByClient(java.util.Set selItems)
Set the selection to a set of specified items. |
| Methods inherited from class org.zkoss.zul.impl.InputElement.ExtraCtrl |
|---|
setErrorByClient, setTextByClient |
| Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl |
|---|
setHeightByClient, setLeftByClient, setPrologContent, setTopByClient, setWidthByClient, setZIndexByClient |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Combobox.ExtraCtrl()
| Method Detail |
|---|
public boolean isChildChangedAware()
ChildChangedAwarez.chchg command
to the client.
isChildChangedAware in interface ChildChangedAwarepublic void selectItemsByClient(java.util.Set selItems)
SelectableThis method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
selectItemsByClient in interface Selectablepublic void clearSelectionByClient()
SelectableThis method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
clearSelectionByClient in interface Selectable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||