Uses of Class
org.spiderwiz.admin.data.PageInfo
Package | Description |
---|---|
org.spiderwiz.admin.data |
Classes used by SpiderAdmin.
|
org.spiderwiz.core |
Core classes of the Spiderwiz framework.
|
-
Uses of PageInfo in org.spiderwiz.admin.data
Methods in org.spiderwiz.admin.data that return PageInfo Modifier and Type Method Description PageInfo
PageInfo. addButton(String text, String service, boolean verify)
Adds a custom button to the page layout.PageInfo
PageInfo. addTable(PageInfo.TableInfo tableInfo)
Adds a table descriptor to the page layout. -
Uses of PageInfo in org.spiderwiz.core
Methods in org.spiderwiz.core that return PageInfo Modifier and Type Method Description PageInfo
Main. getPageInfo(String userID)
Returns the layout of the application's administration page.