| Interface | Description |
|---|---|
| Filter.ValueProvider<T> |
Extracts a single value (e.g.
|
| GroupingDataset.Reduction |
Reduction function to be performed over grouped items.
|
| IDataset |
Provides data for UITable.
|
| ISort |
A sorting criteria.
|
| Class | Description |
|---|---|
| DataDataset |
Invokes a closure which takes two arguments (start, count) and returns a list of objects as a result.
|
| Filter |
A filtering criteria.
|
| Filter.ComparableFilter |
Comparable filter.
|
| Filter.MultiValueFilter |
Similar to
Filter.ValueFilter but accepts multiple values. |
| Filter.PathValueProvider |
Returns the value of given record property.
|
| Filter.RegexpFilter | |
| Filter.SimpleClosureValueProvider |
Calls a closure with one parameter and returns result.
|
| Filter.SubstringFilter |
Checks that the value is a String which contains given substring.
|
| Filter.ValueFilter |
Allows only one value.
|
| GenericDataset |
Invokes a parameterless closure which returns a list of objects as a result.
|
| GroupingDataset |
A very special dataset which allows for grouping of the records into groups, subgroups etc.
|
| GroupingDataset.ClosureGroup | |
| GroupingDataset.Group | |
| GroupingDataset.LineResolvingGroup | |
| GroupingDataset.OptClosureGroup | |
| GroupingDataset.PropertyGroup | |
| InMemoryDatasetFilter |
Polls underlying dataset for data, applying filtering and sorting as applicable.
|
| ISort.ClosureSort |
A closure which returns simple typed value from a record.
|
| ISort.PathSort |
Sorts data based on a property of a record, or a property of a property of a record, etc.
|
| ISort.QueryEnumSort |
Sorts data based on an enumeration constant.
|
| LspsDatabaseAccess |
Provides access to shared record instances.
|
| QueryDataset |
Provides data by invoking given LSPS Query function.
|
| SortSpec |
Holds the sorting criteria.
|
| TypeDataset |
Provides instances of shared record of given type.
|
| Enum | Description |
|---|---|
| Filter.ComparableFilter.Op |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.