|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Selectable
A selectable visualization.
| Method Summary | |
|---|---|
void |
addSelectHandler(SelectHandler handler)
Add a SelectHandler to the visualization. |
com.google.gwt.core.client.JsArray<Selection> |
getSelections()
Get the Selections that are currently selected. |
void |
setSelections(com.google.gwt.core.client.JsArray<Selection> sel)
Set the Selections on the Selectable visualization. |
| Method Detail |
|---|
void addSelectHandler(SelectHandler handler)
handler - A SelectHandler.com.google.gwt.core.client.JsArray<Selection> getSelections()
void setSelections(com.google.gwt.core.client.JsArray<Selection> sel)
sel - An array of Selections.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||