|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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).
CheckEvent| Method Summary | |
|---|---|
void |
setCheckedByClient(boolean checked)
Checks the state caused by client. |
| Method Detail |
|---|
void setCheckedByClient(boolean checked)
This method is designed to be used by 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 | |||||||||