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


public interface Checkable

Implemented by the object returned by ComponentCtrl.getExtraCtrl(), if a component allows users to check its state from the client.

CheckEvent will be sent after setCheckedByClient(boolean) is called to notify application developers that it is called by user (rather than by codes).

Author:
tomyeh
See Also:
CheckEvent

Method Summary
 void setCheckedByClient(boolean checked)
          Checks the state caused by client.
 

Method Detail

setCheckedByClient

void setCheckedByClient(boolean checked)
Checks the state caused by client.

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



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