|
||||||||||
| 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.Popup.ExtraCtrl
protected class Popup.ExtraCtrl
A utility class to implement AbstractComponent.getExtraCtrl().
It is used only by component developers.
| Constructor Summary | |
|---|---|
protected |
Popup.ExtraCtrl()
|
| Method Summary | |
|---|---|
boolean |
isFloating()
Returns whether the component is floating, aka., absolute position. |
boolean |
isZidRequired()
Returns whether the component that owns this object can be accessible at the client with Component.getId(). |
void |
setOpenByClient(boolean open)
Sets the open state caused by client's operation. |
| 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 Popup.ExtraCtrl()
| Method Detail |
|---|
public boolean isZidRequired()
ZidRequiredComponent.getId().
isZidRequired in interface ZidRequiredpublic boolean isFloating()
Floating
isFloating in interface Floatingpublic void setOpenByClient(boolean open)
OpenableThis method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
setOpenByClient in interface Openable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||