- java.lang.Object
-
- com.extjs.gxt.ui.client.event.BaseObservable
-
- com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel<M>
-
- com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<M>
-
- org.vectomatic.svg.edit.client.gxt.widget.GridSelectionModelExt<M>
-
- Type Parameters:
M
- The grid model class.
- All Implemented Interfaces:
- com.extjs.gxt.ui.client.event.Listener<com.extjs.gxt.ui.client.event.BaseEvent>, com.extjs.gxt.ui.client.event.Observable, com.extjs.gxt.ui.client.event.SelectionProvider<M>, com.extjs.gxt.ui.client.widget.selection.StoreSelectionModel<M>, EventListener
public class GridSelectionModelExt<M extends com.extjs.gxt.ui.client.data.ModelData>
extends com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<M>
Subclass to GridSelectionModel which allows the grid to be null
- Author:
- laaglu
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel.Callback, com.extjs.gxt.ui.client.widget.grid.GridSelectionModel.Cell
-
Field Summary
-
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
-
Method Summary
-
Methods inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
bind, bindGrid, handleColumnHidden, handleEvent, handleMouseClick, handleMouseDown, hasNext, hasPrevious, isInput, isMoveEditorOnEnter, isSelectable, onEditorKey, onKeyDown, onKeyLeft, onKeyPress, onKeyRight, onKeyUp, onRowUpdated, 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, 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
-
-
Method Detail
-
getCount
public int getCount()
Copyright © 2018. All Rights Reserved.