Constructor and Description |
---|
BaseGridDataSelectionsManager(GridData gridData) |
Modifier and Type | Method and Description |
---|---|
void |
onDeleteColumn(int index) |
void |
onDeleteRow(GridData.Range range) |
void |
onInsertColumn(int index) |
void |
onInsertRow(int rowIndex) |
void |
onMerge(boolean isMerged) |
void |
onMoveRows(List<GridRow> rowsMoved,
GridData.Range oldBlockExtent) |
GridData.Range |
onSelectCell(int rowIndex,
int columnIndex) |
GridData.Range |
onSelectCells(int rowIndex,
int columnIndex,
int width,
int height) |
GridData.Range |
onSelectHeaderCell(int headerRowIndex,
int headerColumnIndex) |
public BaseGridDataSelectionsManager(GridData gridData)
public void onMerge(boolean isMerged)
public void onInsertColumn(int index)
public void onDeleteColumn(int index)
public void onInsertRow(int rowIndex)
public void onDeleteRow(GridData.Range range)
public GridData.Range onSelectCell(int rowIndex, int columnIndex)
public GridData.Range onSelectCells(int rowIndex, int columnIndex, int width, int height)
public GridData.Range onSelectHeaderCell(int headerRowIndex, int headerColumnIndex)
public void onMoveRows(List<GridRow> rowsMoved, GridData.Range oldBlockExtent)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.