|
|||||||||
| 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.CheckChangedEvent<M>
M - the data typepublic class CheckChangedEvent<M extends ModelData>
Check change event type.
| Constructor Summary | |
|---|---|
CheckChangedEvent(CheckProvider<M> provider,
java.util.List<M> selection)
Creates a new selection event. |
|
CheckChangedEvent(CheckProvider<M> provider,
M selection)
Creates a new selection event. |
|
| Method Summary | |
|---|---|
java.util.List<M> |
getCheckedSelection()
Returns the checked selection. |
CheckProvider<M> |
getCheckProvider()
Returns the selection provider. |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
|---|
getSource, getType, isCancelled, setCancelled, setSource, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckChangedEvent(CheckProvider<M> provider,
M selection)
provider - the selection providerselection - the selection
public CheckChangedEvent(CheckProvider<M> provider,
java.util.List<M> selection)
provider - the selection providerselection - the selection| Method Detail |
|---|
public java.util.List<M> getCheckedSelection()
public CheckProvider<M> getCheckProvider()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||