|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Openable
Implemented by the object returned by ComponentCtrl.getExtraCtrl(),
if a component allows users to change its open status from the client.
OpenEvent will be sent wih name as "onOpen"
after setOpenByClient(boolean) is called
to notify application developers that it is called by user
(rather than by codes).
OpenEvent| Method Summary | |
|---|---|
void |
setOpenByClient(boolean open)
Sets the open state caused by client's operation. |
| Method Detail |
|---|
void setOpenByClient(boolean open)
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 | |||||||||