Interface ICell

All Superinterfaces:
IItem
All Known Subinterfaces:
IActionableCell, IVisualCell
All Known Implementing Classes:
Cell

public interface ICell extends IItem
A table cell definition, the main constituent of ITableRows.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the label for that cell.
  • 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