|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Selectable
Implemented by the object returned by ComponentCtrl.getExtraCtrl(),
if a component allows users to change the selection from the client.
SelectEvent will be sent after selectItemsByClient(java.util.Set)
is called
to notify application developers that it is called by user
(rather than by codes).
SelectEvent| Method Summary | |
|---|---|
void |
clearSelectionByClient()
Clears the selection. |
void |
selectItemsByClient(java.util.Set selectedItems)
Set the selection to a set of specified items. |
| Method Detail |
|---|
void selectItemsByClient(java.util.Set selectedItems)
This method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.
void clearSelectionByClient()
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 | |||||||||