Package com.inductiveautomation.rm.shape
Class RMShapeTable.Cell
java.lang.Object
com.inductiveautomation.rm.shape.RMShapeTable.Cell
- Enclosing class:
 - RMShapeTable
 
An inner class that represents a table cell.
- 
Constructor Summary
ConstructorsConstructorDescriptionCell(RMShapeTable.Row aRow, RMShapeTable.Column aColumn) Creates a new cell. - 
Method Summary
 
- 
Constructor Details
- 
Cell
Creates a new cell. 
 - 
 - 
Method Details
- 
getRow
Returns the cell row. - 
getColumn
Returns the cell column. - 
isEmpty
public boolean isEmpty()Returns whether cell is empty. - 
isVisible
public boolean isVisible()Returns whether cell is visible. 
 -