|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseObservable
com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel<M>
com.extjs.gxt.ui.client.widget.treepanel.TreePanelSelectionModel<M>
M - the model typepublic class TreePanelSelectionModel<M extends ModelData>
TreePanel selection model.
| Constructor Summary | |
|---|---|
TreePanelSelectionModel()
|
|
| Method Summary | |
|---|---|
void |
bindTree(TreePanel tree)
|
void |
deselect(int index)
Deselects the item at the given index. |
void |
deselect(int start,
int end)
Deselects the range. |
void |
handleEvent(TreePanelEvent be)
Sent when an event that the listener has registered for occurs. |
boolean |
isSelected(M item)
Returns true if the item is selected. |
void |
select(int start,
int end,
boolean keepExisting)
Selects the range. |
void |
selectNext()
Selects the item below the selected item in the tree, intelligently walking the nodes. |
void |
selectPrevious()
Selects the item above the selected item in the tree, intelligently walking the nodes. |
| Methods inherited from class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel |
|---|
addSelectionChangedListener, bind, deselect, deselect, deselect, deselectAll, getSelectedItem, getSelectedItems, getSelection, getSelectionMode, isLocked, refresh, removeSelectionListener, select, select, select, select, selectAll, setLocked, setSelection, setSelectionMode |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreePanelSelectionModel()
| Method Detail |
|---|
public void bindTree(TreePanel tree)
public void deselect(int index)
StoreSelectionModel
deselect in interface StoreSelectionModel<M extends ModelData>deselect in class AbstractStoreSelectionModel<M extends ModelData>index - the index of the item to be deselected
public void deselect(int start,
int end)
StoreSelectionModel
deselect in interface StoreSelectionModel<M extends ModelData>deselect in class AbstractStoreSelectionModel<M extends ModelData>start - the start indexend - the end indexpublic void handleEvent(TreePanelEvent be)
Listener
handleEvent in interface Listener<TreePanelEvent>be - the event which occurredpublic boolean isSelected(M item)
StoreSelectionModel
isSelected in interface StoreSelectionModel<M extends ModelData>isSelected in class AbstractStoreSelectionModel<M extends ModelData>item - the item
public void select(int start,
int end,
boolean keepExisting)
StoreSelectionModel
select in interface StoreSelectionModel<M extends ModelData>select in class AbstractStoreSelectionModel<M extends ModelData>start - the start indexend - the end indexkeepExisting - true to keep existing selectedpublic void selectNext()
public void selectPrevious()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||