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 PageInfoPageInfo. addButton(String text, String service, boolean verify)Adds a custom button to the page layout.PageInfoPageInfo. 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 PageInfoMain. getPageInfo(String userID)Returns the layout of the application's administration page.