|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
protected class HtmlBasedComponent.ExtraCtrl
A utility class to implement AbstractComponent.getExtraCtrl().
It is used only by component developers.
If a component requires more client controls, it is suggested to
override HtmlBasedComponent.newExtraCtrl() to return an instance that extends from
this interface.
| Constructor Summary | |
|---|---|
protected |
HtmlBasedComponent.ExtraCtrl()
|
| Method Summary | |
|---|---|
void |
setHeightByClient(java.lang.String height)
Sets the height of the component, caused by user's activity at the client. |
void |
setLeftByClient(java.lang.String left)
Sets the left of the component, caused by user's activity at the client. |
void |
setTopByClient(java.lang.String top)
Sets the top of the component, caused by user's activity at the client. |
void |
setWidthByClient(java.lang.String width)
Sets the width of the component, caused by user's activity at the client. |
void |
setZIndexByClient(int zIndex)
Sets the z-index of the component, caused by user's activity at the client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected HtmlBasedComponent.ExtraCtrl()
| Method Detail |
|---|
public void setLeftByClient(java.lang.String left)
MovableThis method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
setLeftByClient in interface Movablepublic void setTopByClient(java.lang.String top)
MovableThis method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
setTopByClient in interface Movablepublic void setWidthByClient(java.lang.String width)
SizableThis method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
setWidthByClient in interface Sizablepublic void setHeightByClient(java.lang.String height)
SizableThis method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
setHeightByClient in interface Sizablepublic void setZIndexByClient(int zIndex)
ZIndexed
setZIndexByClient in interface ZIndexed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||