com.smartgwt.client.docs
Interface DataSourceRelations


public interface DataSourceRelations

Relations

Properties for declaring relations between DataSource and within DataSources, such as master-detail relationship (a SalesOrder contains 0 or more OrderItems) and tree relationships (records can be linked by a parentId field).

See Also:
DataSourceField.getPrimaryKey(), DataSourceField.getForeignKey(), DataSourceField.getChildrenProperty(), com.smartgwt.client.data.DataSourceField#getRootValue, DataSource.getChildrenField()