M - public class GridAndCellSelectionModel<M>
extends com.sencha.gxt.widget.core.client.grid.GridSelectionModel<M>
| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.selection.CellSelection<M> |
cellSelected |
| Constructor and Description |
|---|
GridAndCellSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.widget.core.client.selection.CellSelection<M> |
getCellSelected() |
protected void |
handleRowClick(com.sencha.gxt.widget.core.client.event.RowClickEvent event)
Handles a row click event.
|
protected void |
handleRowMouseDown(com.sencha.gxt.widget.core.client.event.RowMouseDownEvent event)
Handles a row mouse down event.
|
void |
setCellSelected(com.sencha.gxt.widget.core.client.selection.CellSelection<M> cellSelected) |
bind, bindGrid, hasNext, hasPrevious, isSelectable, onKeyDown, onKeyLeft, onKeyPress, onKeyRight, onKeyUp, onLastFocusChanged, onRecordChange, onSelectChange, onUpdate, selectNext, selectPreviousaddBeforeSelectionHandler, addSelectionChangedHandler, addSelectionHandler, deselect, deselect, deselect, deselect, deselect, deselectAll, doDeselect, doMultiSelect, doSelect, doSingleSelect, ensureHandlers, fireEvent, fireSelectionChange, getLastFocused, getSelectedItem, getSelectedItems, getSelection, getSelectionMode, isLocked, isSelected, onAdd, onClear, onRemove, refresh, select, select, select, select, select, selectAll, setLastFocused, setLocked, setSelection, setSelectionModeprotected com.sencha.gxt.widget.core.client.selection.CellSelection<M> cellSelected
protected void handleRowClick(com.sencha.gxt.widget.core.client.event.RowClickEvent event)
handleRowClick in class com.sencha.gxt.widget.core.client.grid.GridSelectionModel<M>event - the row click eventprotected void handleRowMouseDown(com.sencha.gxt.widget.core.client.event.RowMouseDownEvent event)
handleRowMouseDown in class com.sencha.gxt.widget.core.client.grid.GridSelectionModel<M>event - the row mouse down eventpublic com.sencha.gxt.widget.core.client.selection.CellSelection<M> getCellSelected()
public void setCellSelected(com.sencha.gxt.widget.core.client.selection.CellSelection<M> cellSelected)
Copyright © 2014. All Rights Reserved.