| Modifier and Type | Field and Description |
|---|---|
int |
column |
int |
row |
List<Table.TableRow> |
rows |
| Constructor and Description |
|---|
TableSection() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
Table.TableRow |
expandTo(int row) |
Table.TableRow |
expandTo(int row,
int column) |
Table.TableRow |
expandTo(int row,
int column,
Table.TableCell cell) |
Table.TableRow |
expandTo(int row,
Table.TableCell cell) |
Table.TableRow |
get(int row) |
int |
getMaxColumns() |
int |
getMinColumns() |
void |
nextRow() |
void |
setCell(int row,
int column,
Table.TableCell cell) |
public final List<Table.TableRow> rows
public int row
public int column
public void nextRow()
public void setCell(int row,
int column,
Table.TableCell cell)
public void cleanup()
public Table.TableRow expandTo(int row)
public Table.TableRow expandTo(int row, Table.TableCell cell)
public Table.TableRow expandTo(int row, int column)
public Table.TableRow expandTo(int row, int column, Table.TableCell cell)
public Table.TableRow get(int row)
public int getMaxColumns()
public int getMinColumns()
Copyright © 2018. All rights reserved.