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 class
ApplicationInfo
Provides information about an application for the use of SpiderAdmin.class
FolderList
Holds data that describes file folder content for the use of SpiderAdmin.static class
FolderList.FolderEntry
Holds data that describes one entry in a file folder content list.class
OpResults
Describes the results of a SpiderAdmin button operation.class
PageInfo
Specifies the layout of an application page in SpiderAdmin.static class
PageInfo.ButtonInfo
Specifies the label and the function of a custom button in an application page.static class
PageInfo.TableInfo
Specifies the structure of a table displayed in an application page.static class
PageInfo.TableInfo.ColumnInfo
Specifies the parameters of a table column.class
PropertySheet
Holds a copy of the content of an application's configuration file.static class
PropertySheet.Property
Holds the key to value mapping of a single configuration property.class
TableData
Holds the data used by SpiderAdmin to populate a table in an application page.static class
TableData.RowData
Holds data to populate one table row.static class
TableData.RowData.CellData
Holds data for each table cell.