public class GridSheet.Row
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
| Constructor and Description |
|---|
Row(int rowSize)
Row Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o)
This method relies on sortDesc and sortIndex class variables.
|
GridSheet.CellRenderer[] |
getCells()
Gets the cells of the Row
|
void |
setCells(GridSheet.CellRenderer[] cells)
Sets the cells of the Row
|
nxm.sys.lib.Table |
toTable()
Returns a NeXtMidas Table representation of the Row
|
public nxm.sys.lib.Table toTable()
public void setCells(GridSheet.CellRenderer[] cells)
cells - new cells for the Rowpublic GridSheet.CellRenderer[] getCells()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable<java.lang.Object>