|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sizable
Implemented by the object returned by ComponentCtrl.getExtraCtrl()
to indicate a component is sizable by the client.
Once it is re-sized by the user, setWidthByClient(java.lang.String) and
setHeightByClient(java.lang.String) is called.
Depending on the compoent, SizeEvent is
usually sent to notify the component.
| Method Summary | |
|---|---|
void |
setHeightByClient(java.lang.String height)
Sets the height 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. |
| Method Detail |
|---|
void setWidthByClient(java.lang.String width)
This method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
void setHeightByClient(java.lang.String height)
This method is designed to be used by ZK update engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||