Uses of Class
org.spiderwiz.admin.data.TableData.RowData
| Package | Description | 
|---|---|
| org.spiderwiz.admin.data | Classes used by SpiderAdmin. | 
| org.spiderwiz.core | Core classes of the Spiderwiz framework. | 
- 
Uses of TableData.RowData in org.spiderwiz.admin.dataMethods in org.spiderwiz.admin.data that return TableData.RowData Modifier and Type Method Description TableData.RowDataTableData.RowData. addCell(String column, double data, int style, String uri)Add a cell descriptor to the row with the data as adoublevalue.TableData.RowDataTableData.RowData. addCell(String column, int data, int style, String uri)Add a cell descriptor to the row with the data as an integer value.TableData.RowDataTableData.RowData. addCell(String column, Object data, int style, String uri)Add a cell descriptor to the row with the data as a String.TableData.RowDataTableData. addRow()Adds an empty row descriptor to the table.Methods in org.spiderwiz.admin.data that return types with arguments of type TableData.RowData Modifier and Type Method Description List<TableData.RowData>TableData. getRowData()Gets the value of the rowData property.
- 
Uses of TableData.RowData in org.spiderwiz.coreMethods in org.spiderwiz.core with parameters of type TableData.RowData Modifier and Type Method Description protected voidMain. addServerInfoRowData(TableData.RowData row)Requests data for the one-row Server Information table displayed in the application's administration page.