public class AT_Cell extends Object implements IsTableCell
Cell of an AT_RuleRow.
| Modifier and Type | Field and Description |
|---|---|
protected Object |
content
The content of the cell.
|
protected AT_CellContext |
ctx
The cell context.
|
| Constructor and Description |
|---|
AT_Cell(Object content)
Creates a new cell with content and default context.
|
AT_Cell(Object content,
AT_CellContext ctx)
Creates a new cell with content and context
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent() |
AT_CellContext |
getContext() |
String |
toString() |
protected AT_CellContext ctx
The cell context.
protected Object content
The content of the cell.
public AT_Cell(Object content)
Creates a new cell with content and default context.
content - the cell content, can be null indicating column spanspublic AT_Cell(Object content, AT_CellContext ctx)
Creates a new cell with content and context
content - cell content, can be null indicating column spansctx - cell context, default context created if nullpublic Object getContent()
getContent in interface IsTableCellpublic AT_CellContext getContext()
getContext in interface IsTableCellgetContext in interface HasObjectContextCopyright © 2014–2017. All rights reserved.