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.data
Methods in org.spiderwiz.admin.data that return TableData.RowData Modifier and Type Method Description TableData.RowData
TableData.RowData. addCell(String column, double data, int style, String uri)
Add a cell descriptor to the row with the data as adouble
value.TableData.RowData
TableData.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.RowData
TableData.RowData. addCell(String column, Object data, int style, String uri)
Add a cell descriptor to the row with the data as a String.TableData.RowData
TableData. 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.core
Methods in org.spiderwiz.core with parameters of type TableData.RowData Modifier and Type Method Description protected void
Main. addServerInfoRowData(TableData.RowData row)
Requests data for the one-row Server Information table displayed in the application's administration page.