Package com.ibm.xsp.model

Model classes.

See:
          Description

Interface Summary
DataContainer  
DataContext These are discouraged - better to use DataSources with DataContainers instead.
DataModelEx  
DataObject DataObject
DataPublishingObject A complex-type that publishes a var or vars to the request scope.
DataSource  
DocDataSource An interface which is used to describe data sources that are capable of creating/editing/reading/saving documents to a model.
DocumentDataContainer  
DocumentDataSource This is published because it is in the inheritence heirarchy of some public data sources, but it not intended to be subclassed, and the implementation may change.
FileRowData  
FileRowDataEx  
ModelDataSource See DataPublisher.DATASOURCE for an explanation of how the repeating controls find the data source to get the data model.
TabularDataSource An interface which is used to describe data sources that are compatible with the viewPanel control.
ViewDataContainer  
ViewDataModel  
ViewDataSource This is published because it is in the inheritence heirarchy of a public data source, but it not intended to be subclassed, and the API may change.
ViewRowData Interface to specify implementations of View Row Data
ViewRowData.ColumnInfo  
 

Class Summary
AbstractDataContainer AbstractDataContainer is a base class intended to be extended by developers who are writing new data sources.
AbstractDataModel  
AbstractDataSource  
AbstractDataSource.RuntimeProperties  
AbstractDocumentDataSource AbstractDocumentDataSource is a base class intended to be extended by developers who are writing new document centric data sources.
AbstractViewDataModel  
AbstractViewDataSource This is published because it is in the inheritence heirarchy of a public data source, but it not intended to be subclassed, and the API may change.
AbstractViewRowData  
ListDataModelEx  
TabularDataModel  
ViewRowData.ValueColumnInfo Implementation that only supports a value
 

Package com.ibm.xsp.model Description

Model classes.