public interface ITreeDataSource extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITreeDataSource.Lsps
Wraps the forms::TreeDataSource interface.
|
| Modifier and Type | Field and Description |
|---|---|
static ITreeDataSource |
EMPTY
An empty data source which always returns null.
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getChildren(Object parent) |
RecordHolder |
getDefinition()
Returns the underlying forms::TreeDataSource record, backing this data source.
|
static final ITreeDataSource EMPTY
List<Object> getChildren(Object parent)
parent - may be null.RecordHolder getDefinition()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.