public class Cell extends TableComponent
TableEditor
.Modifier and Type | Class and Description |
---|---|
static class |
Cell.SortByColumn |
Modifier and Type | Field and Description |
---|---|
protected int |
columnSpan |
protected int |
rowSpan |
static Cell.SortByColumn |
sortByColumn |
protected int |
startColumn |
protected int |
startRow |
parentComponent, peerElement
Constructor and Description |
---|
Cell(Row row,
Element peerElement,
int startRow,
int startColumn,
int rowSpan,
int columnSpan) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnSpan() |
int |
getLastColumn() |
int |
getLastRow() |
Row |
getRow() |
int |
getRowSpan() |
int |
getStartColumn() |
int |
getStartRow() |
void |
setBounds(int startRow,
int startColumn,
int rowSpan,
int columnSpan) |
String |
toLabel() |
static String |
toLabel(int startRow,
int startColumn) |
getParentComponent, getPeerElement
public static Cell.SortByColumn sortByColumn
protected int startRow
protected int startColumn
protected int rowSpan
protected int columnSpan
public void setBounds(int startRow, int startColumn, int rowSpan, int columnSpan)
public Row getRow()
public int getStartRow()
public int getRowSpan()
public int getLastRow()
public int getStartColumn()
public int getColumnSpan()
public int getLastColumn()
public String toLabel()
public static String toLabel(int startRow, int startColumn)