Package | Description |
---|---|
com.whitestein.lsps.engine.dto.val | |
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.lang.exec |
All types in the language have their Java implementation class.
|
com.whitestein.lsps.vaadin.ui.components.table.dataset | |
com.whitestein.lsps.vaadin.util |
Modifier and Type | Method and Description |
---|---|
Path |
ReferenceValue.getPath() |
Modifier and Type | Method and Description |
---|---|
Path |
ReferenceExpressionHolder.getPath() |
Modifier and Type | Method and Description |
---|---|
Path |
ReferenceHolder.getPath()
Returns referenced path if a property is referenced.
|
Modifier and Type | Field and Description |
---|---|
Path |
ISort.PathSort.path
The property to sort by, not null.
|
Modifier and Type | Method and Description |
---|---|
static Filter.PathValueProvider |
Filter.PathValueProvider.fromPath(Path path) |
Constructor and Description |
---|
PathSort(Object columnId,
Path path) |
Modifier and Type | Method and Description |
---|---|
Variant<Path> |
Variant.path()
Casts the variant's value to a
Path . |
Variant<Path> |
Variant.propertyPath()
Deprecated.
This method was replaced by
Variant.path() to which better fits the type returned. |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.