Interface ICell
- All Superinterfaces:
IItem
- All Known Subinterfaces:
IActionableCell
,IVisualCell
- All Known Implementing Classes:
Cell
A table cell definition, the main constituent of
ITableRow
s.- See Also:
-
Method Summary
-
Method Details
-
getLabel
String getLabel()Get the label for that cell.It is recommended to avoid new-line characters in the label. If new line characters are found, what happens to them is client-specific.
- Returns:
- the label
-