|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.widgets.grid.AbstractSelectionModel
public abstract class AbstractSelectionModel
Abstract base class for grid SelectionModels. It provides the interface that should be implemented by descendant classes. This class should not be directly instantiated.
Field Summary |
---|
Fields inherited from class com.gwtext.client.core.JsObject |
---|
jsObj |
Constructor Summary | |
---|---|
AbstractSelectionModel()
|
|
AbstractSelectionModel(com.google.gwt.core.client.JavaScriptObject jsObj)
|
Method Summary | |
---|---|
boolean |
isLocked()
Returns true if the selections are locked. |
void |
lock()
Locks the selections. |
void |
unlock()
Unlocks the selections. |
Methods inherited from class com.gwtext.client.core.JsObject |
---|
getJsObj, getProperties, isCreated, setJsObj |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSelectionModel()
public AbstractSelectionModel(com.google.gwt.core.client.JavaScriptObject jsObj)
Method Detail |
---|
public boolean isLocked()
public void lock()
public void unlock()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |