org.zkoss.zk.ui.ext.client
Interface InnerWidth


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.

Since:
3.0.0
Author:
tomyeh

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

setInnerWidthByClient

void setInnerWidthByClient(java.lang.String width)
Sets the inner width of the component, caused by user's activity at the client.

This method is designed to be used by ZK update engine. Don't invoke it directly. Otherwise, the client and server might mismatch.

Since:
3.0.0


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.