Uses of Class
org.spiderwiz.admin.data.PageInfo.TableInfo
Package | Description |
---|---|
org.spiderwiz.admin.data |
Classes used by SpiderAdmin.
|
org.spiderwiz.core |
Core classes of the Spiderwiz framework.
|
-
Uses of PageInfo.TableInfo in org.spiderwiz.admin.data
Methods in org.spiderwiz.admin.data that return PageInfo.TableInfo Modifier and Type Method Description PageInfo.TableInfo
PageInfo.TableInfo. addColumn(String title, String subTitle, int style, int summary)
Add a column definition to the table specifying the following parameters:title
: The column title that is displayed in the table header for the referenced column.Methods in org.spiderwiz.admin.data that return types with arguments of type PageInfo.TableInfo Modifier and Type Method Description List<PageInfo.TableInfo>
PageInfo. getTableInfo()
Gets the value of the tableInfo property.Methods in org.spiderwiz.admin.data with parameters of type PageInfo.TableInfo Modifier and Type Method Description PageInfo
PageInfo. addTable(PageInfo.TableInfo tableInfo)
Adds a table descriptor to the page layout. -
Uses of PageInfo.TableInfo in org.spiderwiz.core
Methods in org.spiderwiz.core that return PageInfo.TableInfo Modifier and Type Method Description PageInfo.TableInfo
Main. getApplicationsTableStructure(String tableTitle, String tableService)
Returns the structure of the Applications table displayed in the application's administration page.PageInfo.TableInfo
Main. getConnectedNodesTableStructure(String tableTitle, String tableService)
Returns the structure of the connected nodes tables displayed in the application's administration page.PageInfo.TableInfo
Main. getImportsTableStructure(String tableTitle, String tableService)
Returns the structure of the Imports Channels table displayed in the application's administration page.PageInfo.TableInfo
Main. getServerInfoTableStructure()
Returns the structure of the Server Information table displayed in the application's administration page.