Class Ext.grid.AbstractSelectionModel
Properties
-
Methods
-
Events
Public Properties
This class has no public properties.
Public Methods
|
AbstractSelectionModel() |
AbstractSelectionModel |
|
|
addEvents(Object object ) : void |
Observable |
Copies any events from the passed object onto this object if they do not already exist. The passed object
must also ... |
|
addListener(String eventName , Function handler , [Object options ]) : void |
Observable |
Appends an event handler to this component |
|
fireEvent(String eventName , Object... args ) : Boolean |
Observable |
Fires the specified event with the passed parameters (minus the event name). |
|
hasListener(String eventName ) : Boolean |
Observable |
Checks to see if this object is currently listening for a specified event |
|
isLocked() : Boolean |
AbstractSelectionModel |
Returns true if the selections are locked |
|
lock() : void |
AbstractSelectionModel |
Lock the selections |
|
on(String eventName , Function handler , [Object options ]) : void |
Observable |
Appends an event handler to this element (shorthand for addListener) |
|
purgeListeners() : void |
Observable |
Removes all listeners for this object |
|
removeListener(String eventName , Function handler , [Object scope ]) : void |
Observable |
Removes a listener |
|
un(String eventName , Function handler , [Object scope ]) : void |
Observable |
Removes a listener (shorthand for removeListener) |
|
unlock() : void |
AbstractSelectionModel |
Unlock the selections |
Public Events
This class has no public events.
Constructor Details
AbstractSelectionModel
public function AbstractSelectionModel()
Method Details
addEvents
public function addEvents(Object object
)
Copies any events from the passed object onto this object if they do not already exist. The passed object
must also inherit from Observable for this method to have any effect.
addListener
public function addListener(String eventName
, Function handler
, [Object options
])
Appends an event handler to this component
fireEvent
public function fireEvent(String eventName
, Object... args
)
Fires the specified event with the passed parameters (minus the event name).
hasListener
public function hasListener(String eventName
)
Checks to see if this object is currently listening for a specified event
isLocked
public function isLocked()
Returns true if the selections are locked
This method is defined by AbstractSelectionModel.
lock
public function lock()
This method is defined by AbstractSelectionModel.
on
public function on(String eventName
, Function handler
, [Object options
])
Appends an event handler to this element (shorthand for addListener)
purgeListeners
public function purgeListeners()
Removes all listeners for this object
removeListener
public function removeListener(String eventName
, Function handler
, [Object scope
])
un
public function un(String eventName
, Function handler
, [Object scope
])
Removes a listener (shorthand for removeListener)
unlock
public function unlock()
This method is defined by AbstractSelectionModel.