com.sage.swt.client.sdata
Interface DataSourceInfo
- All Superinterfaces:
- BaseDataSourceInfo
- All Known Implementing Classes:
- DefaultDataSourceInfo
public interface DataSourceInfo
- extends BaseDataSourceInfo
Interface for an information object that will be used to build a datasource
instance. Datasource information objects are part of a UI definition context.
getTypeInfo
TypeInfo getTypeInfo()
- Gets the data type information object associated with this datasource
information object.
- Returns:
- The data type information object associated with this datasource
information object.
getChildren
java.util.List<DataSourceInfo> getChildren()
- Gets the list of child datasource information objects.
- Returns:
- The list of child datasource information objects.
isStateful
boolean isStateful()
- Specified by:
isStateful
in interface BaseDataSourceInfo
- Returns:
- ?
Copyright © 2011 Sage Software, Inc. All rights reserved.