public class TableSection extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected int |
row |
ArrayList<TableRow> |
rows |
TableSectionType |
sectionType |
| Constructor and Description |
|---|
TableSection(TableSectionType sectionType) |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
defaultCell() |
TableRow |
defaultRow() |
TableRow |
expandTo(int row) |
TableRow |
expandTo(int row,
int column) |
TableRow |
expandTo(int row,
int column,
TableCell cell) |
TableRow |
expandTo(int row,
TableCell cell) |
TableRow |
get(int row) |
int |
getColumn() |
int |
getMaxColumns() |
int |
getMinColumns() |
int |
getRow() |
ArrayList<TableRow> |
getRows() |
void |
nextRow() |
void |
normalize() |
void |
setCell(int row,
int column,
TableCell cell) |
String |
toString() |
public final TableSectionType sectionType
protected int row
protected int column
public TableSection(TableSectionType sectionType)
public int getRow()
public int getColumn()
public void nextRow()
public void setCell(int row,
int column,
TableCell cell)
public void normalize()
public TableRow expandTo(int row)
public TableRow expandTo(int row, int column)
public TableRow defaultRow()
public TableCell defaultCell()
public TableRow get(int row)
public int getMaxColumns()
public int getMinColumns()
Copyright © 2020. All rights reserved.