Interface ICell
- All Superinterfaces:
- IItem
- All Known Subinterfaces:
- IActionableCell,- IVisualCell
- All Known Implementing Classes:
- Cell
A table cell definition, the main constituent of 
ITableRows.- See Also:
- 
Method Summary
- 
Method Details- 
getLabelString 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
 
 
-