com.extjs.gxt.ui.client.event
Class CheckChangedEvent<M extends ModelData>

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.CheckChangedEvent<M>
Type Parameters:
M - the data type

public class CheckChangedEvent<M extends ModelData>
extends BaseEvent

Check change event type.


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.BaseEvent
doit, source, type
 
Constructor Summary
CheckChangedEvent(CheckProvider provider, java.util.List<M> selection)
          Creates a new selection event.
CheckChangedEvent(CheckProvider provider, M selection)
          Creates a new selection event.
 
Method Summary
 java.util.List<M> getCheckedSelection()
          Returns the checked selection.
 CheckProvider getCheckProvider()
          Returns the selection provider.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckChangedEvent

public CheckChangedEvent(CheckProvider provider,
                         M selection)
Creates a new selection event.

Parameters:
provider - the selection provider
selection - the selection

CheckChangedEvent

public CheckChangedEvent(CheckProvider provider,
                         java.util.List<M> selection)
Creates a new selection event.

Parameters:
provider - the selection provider
selection - the selection
Method Detail

getCheckedSelection

public java.util.List<M> getCheckedSelection()
Returns the checked selection.

Returns:
the checked selection

getCheckProvider

public CheckProvider getCheckProvider()
Returns the selection provider.

Returns:
the provider