|
|||||||||
| 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.grid.GridSelectionModel<M>
com.extjs.gxt.ui.client.widget.treegrid.TreeGridSelectionModel<M>
public class TreeGridSelectionModel<M extends ModelData>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel |
|---|
GridSelectionModel.Callback, GridSelectionModel.Cell |
| Field Summary | |
|---|---|
protected TreeGrid |
tree
|
protected TreeStore<M> |
treeStore
|
| Fields inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel |
|---|
enableNavKeys, grid, grouped, groupingView, keyNav, listStore, selectedGroup, selectedHeader |
| Fields inherited from class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel |
|---|
lastSelected, locked, selected, selectionMode, store, storeListener |
| Constructor Summary | |
|---|---|
TreeGridSelectionModel()
|
|
| Method Summary | |
|---|---|
void |
bindGrid(Grid grid)
|
protected void |
handleMouseClick(GridEvent<M> e)
|
protected void |
handleMouseDown(GridEvent<M> e)
|
protected void |
onKeyLeft(GridEvent<M> ce)
|
protected void |
onKeyRight(GridEvent<M> ce)
|
| Methods inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel |
|---|
bind, handleColumnHidden, handleEvent, hasNext, hasPrevious, isInput, isMoveEditorOnEnter, isSelectable, onEditorKey, onKeyDown, onKeyPress, onKeyUp, onLastFocusChanged, onRowUpdated, onSelectChange, selectNext, selectPrevious, setMoveEditorOnEnter |
| Methods inherited from class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel |
|---|
addSelectionChangedListener, deselect, deselect, deselect, deselect, deselect, deselectAll, doDeselect, doMultiSelect, doSelect, doSingleSelect, fireSelectionChange, getLastFocused, getSelectedItem, getSelectedItems, getSelection, getSelectionMode, isLocked, isModelsEqual, isSelected, onAdd, onClear, onRemove, onUpdate, refresh, removeSelectionListener, select, select, select, select, select, selectAll, setLastFocused, setLocked, setSelection, setSelectionMode |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable |
|---|
addListener, callListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TreeGrid tree
protected TreeStore<M extends ModelData> treeStore
| Constructor Detail |
|---|
public TreeGridSelectionModel()
| Method Detail |
|---|
public void bindGrid(Grid grid)
bindGrid in class GridSelectionModel<M extends ModelData>protected void handleMouseClick(GridEvent<M> e)
handleMouseClick in class GridSelectionModel<M extends ModelData>protected void handleMouseDown(GridEvent<M> e)
handleMouseDown in class GridSelectionModel<M extends ModelData>protected void onKeyLeft(GridEvent<M> ce)
onKeyLeft in class GridSelectionModel<M extends ModelData>protected void onKeyRight(GridEvent<M> ce)
onKeyRight in class GridSelectionModel<M extends ModelData>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||