|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.SelectionChangedEvent<M>
M - the data typepublic class SelectionChangedEvent<M extends ModelData>
Selection event type.
![]() |
![]() |
| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
|---|
doit, source, type |
| Constructor Summary | |
|---|---|
SelectionChangedEvent(SelectionProvider provider,
java.util.List<M> selection)
Creates a new selection event. |
|
SelectionChangedEvent(SelectionProvider provider,
M selection)
Creates a new selection event. |
|
| Method Summary | |
|---|---|
M |
getSelectedItem()
Returns the first selected item. |
java.util.List<M> |
getSelection()
Returns the selection. |
SelectionProvider |
getSelectionProvider()
Returns the selection provider. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectionChangedEvent(SelectionProvider provider,
java.util.List<M> selection)
provider - the selection providerselection - the selection
public SelectionChangedEvent(SelectionProvider provider,
M selection)
provider - the selection providerselection - the selection| Method Detail |
|---|
public M getSelectedItem()
public java.util.List<M> getSelection()
public SelectionProvider getSelectionProvider()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||