|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InnerWidth
Implemented by the object returned by ComponentCtrl.getExtraCtrl()
to indicate a component that has a sizable inner width.
Some components, such as listbox and grid, have the concept called inner
width, which is the width of inner table.
Once the inner width is re-sized by the user, setInnerWidthByClient(java.lang.String)
is called.
| Method Summary | |
|---|---|
void |
setInnerWidthByClient(java.lang.String width)
Sets the inner width of the component, caused by user's activity at the client. |
| Method Detail |
|---|
void setInnerWidthByClient(java.lang.String width)
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 | |||||||||