boolean |
GridHandle.canInsertAndPasteColumn(ColumnBandData data,
int columnIndex) |
Checks whether the insert and paste operation can be done with the given
copied column band data, the column index and the operation flag.
|
boolean |
TableHandle.canInsertAndPasteColumn(ColumnBandData data,
int columnIndex) |
Checks whether the insert and paste operation can be done with the given
copied column band data, the column index and the operation flag.
|
boolean |
GridHandle.canPasteColumn(ColumnBandData data,
int columnIndex,
boolean inForce) |
Checks whether the paste operation can be done with the given copied column
band data, the column index and the operation flag.
|
boolean |
TableHandle.canPasteColumn(ColumnBandData data,
int columnIndex,
boolean inForce) |
Checks whether the paste operation can be done with the given copied column
band data, the column index and the operation flag.
|
void |
GridHandle.insertAndPasteColumn(ColumnBandData data,
int columnNumber) |
Inserts and pastes a column with its cells to the given column number.
|
void |
TableHandle.insertAndPasteColumn(ColumnBandData data,
int columnNumber) |
Inserts and pastes a column with its cells to the given column number.
|
void |
GridHandle.pasteColumn(ColumnBandData data,
int columnNumber,
boolean inForce) |
Pastes a column with its cells to the given column number.
|
void |
TableHandle.pasteColumn(ColumnBandData data,
int columnNumber,
boolean inForce) |
Pastes a column with its cells to the given column number.
|