Uses of Class
org.spiderwiz.annotation.WizSerializable
| Package | Description |
|---|---|
| org.spiderwiz.admin.data |
Classes used by SpiderAdmin.
|
-
Uses of WizSerializable in org.spiderwiz.admin.data
Classes in org.spiderwiz.admin.data with annotations of type WizSerializable Modifier and Type Class Description classApplicationInfoProvides information about an application for the use of SpiderAdmin.classFolderListHolds data that describes file folder content for the use of SpiderAdmin.static classFolderList.FolderEntryHolds data that describes one entry in a file folder content list.classOpResultsDescribes the results of a SpiderAdmin button operation.classPageInfoSpecifies the layout of an application page in SpiderAdmin.static classPageInfo.ButtonInfoSpecifies the label and the function of a custom button in an application page.static classPageInfo.TableInfoSpecifies the structure of a table displayed in an application page.static classPageInfo.TableInfo.ColumnInfoSpecifies the parameters of a table column.classPropertySheetHolds a copy of the content of an application's configuration file.static classPropertySheet.PropertyHolds the key to value mapping of a single configuration property.classTableDataHolds the data used by SpiderAdmin to populate a table in an application page.static classTableData.RowDataHolds data to populate one table row.static classTableData.RowData.CellDataHolds data for each table cell.