|
|||||||||
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.SelectionEvent<M>
M
- the model data typepublic class SelectionEvent<M extends ModelData>
Selection event type. A selection event is fired when the selection state of
a individual model changes. A SelectionChangedEvent
is fired
when the overall selection state of a component changes.
SelectionChangedEvent
Constructor Summary | |
---|---|
SelectionEvent(java.lang.Object source,
M model)
|
Method Summary | |
---|---|
int |
getIndex()
Returns the index. |
M |
getModel()
Returns the model. |
void |
setIndex(int index)
Sets the index. |
void |
setModel(M model)
Sets the model. |
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 SelectionEvent(java.lang.Object source, M model)
Method Detail |
---|
public M getModel()
public void setModel(M model)
model
- the modelpublic int getIndex()
public void setIndex(int index)
index
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |