|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Movable
Implemented by the object returned by ComponentCtrl.getExtraCtrl(),
a component is movable by the client.
Once it is moved by the user, setLeftByClient(java.lang.String) and
setTopByClient(java.lang.String)
are called and MoveEvent is sent to notify the component.
| Method Summary | |
|---|---|
void |
setLeftByClient(java.lang.String left)
Sets the left of the component, caused by user's activity at the client. |
void |
setTopByClient(java.lang.String top)
Sets the top of the component, caused by user's activity at the client. |
| Method Detail |
|---|
void setLeftByClient(java.lang.String left)
This method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
void setTopByClient(java.lang.String top)
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 | |||||||||