public interface FormElementCase
限定符和类型 | 方法和说明 |
---|---|
void |
addCellElement(FormCellElement cell)
Adds the cell element to current report.
|
void |
addCellElement(FormCellElement cell,
boolean override)
Adds the specified Cell.
|
FormCellElement |
getFormCellElement(int column,
int row)
Gets the Cell at the specified position(column, row).
|
boolean |
removeCellElement(FormCellElement cell)
Removes Cell.
|
FormCellElement |
removeFormCellElement(int column,
int row)
Removes the Cell at the specified (column, row) and gets the removed Cell.
|
void addCellElement(FormCellElement cell)
void addCellElement(FormCellElement cell, boolean override)
The Cell located in position (column, row) corresponding to report.
boolean removeCellElement(FormCellElement cell)
cell
- the Cell will be removed.true
if the argument was a cell in this
container; false
otherwiseFormCellElement getFormCellElement(int column, int row)
column
- the column.row
- the row.FormCellElement removeFormCellElement(int column, int row)