Package | Description |
---|---|
com.whitestein.lsps.vaadin.forms.filter | |
com.whitestein.lsps.vaadin.ui.components.table.dataset |
Constructor and Description |
---|
DataFilter(RecordHolder filterDefinition,
ValueProvider valueProvider,
SerializablePredicate<Object> predicate)
Creates a new instance of this class with the filter definition and predicate representing
the filter semantics.
|
Modifier and Type | Class and Description |
---|---|
static class |
Filter.ComparableFilter
Comparable filter.
|
static class |
Filter.MultiValueFilter
Similar to
Filter.ValueFilter but accepts multiple values. |
static class |
Filter.RegexpFilter |
static class |
Filter.SubstringFilter
Checks that the value is a String which contains given substring.
|
static class |
Filter.ValueFilter
Allows only one value.
|
Modifier and Type | Field and Description |
---|---|
SerializablePredicate<Object> |
Filter.filter
The value filter; only the inner classes of this class are expected here.
|
Constructor and Description |
---|
Filter(Filter.ValueProvider<?> valueProvider,
SerializablePredicate<Object> filter)
Creates new filter.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.