Class RMShapeTable.Cell

java.lang.Object
com.inductiveautomation.rm.shape.RMShapeTable.Cell
Enclosing class:
RMShapeTable

public class RMShapeTable.Cell extends Object
An inner class that represents a table cell.
  • Constructor Details

  • Method Details

    • getRow

      public RMShapeTable.Row getRow()
      Returns the cell row.
    • getColumn

      public RMShapeTable.Column getColumn()
      Returns the cell column.
    • isEmpty

      public boolean isEmpty()
      Returns whether cell is empty.
    • isVisible

      public boolean isVisible()
      Returns whether cell is visible.