| Modifier and Type | Method and Description |
|---|---|
Collection<Container.Filter> |
Container.Filterable.getContainerFilters()
Deprecated.
Returns the filters which have been applied to the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.Filterable.addContainerFilter(Container.Filter filter)
Deprecated.
Adds a filter for the container.
|
void |
Container.Filterable.removeContainerFilter(Container.Filter filter)
Deprecated.
Removes a filter from the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Filter |
PropertyValueGenerator.modifyFilter(Container.Filter filter)
Deprecated.
Return an updated filter that should be compatible with the underlying
container.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Container.Filter> |
IndexedContainer.getContainerFilters()
Deprecated.
|
Collection<Container.Filter> |
GeneratedPropertyContainer.getContainerFilters()
Deprecated.
|
protected Collection<Container.Filter> |
AbstractInMemoryContainer.getContainerFilters()
Deprecated.
|
Collection<Container.Filter> |
AbstractBeanContainer.getContainerFilters()
Deprecated.
|
protected Set<Container.Filter> |
AbstractInMemoryContainer.getFilters()
Deprecated.
Returns the internal collection of filters.
|
protected Collection<Container.Filter> |
AbstractInMemoryContainer.removeFilters(Object propertyId)
Deprecated.
Remove all container filters for a given property identifier and
re-filter the view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedContainer.addContainerFilter(Container.Filter filter)
Deprecated.
|
void |
GeneratedPropertyContainer.addContainerFilter(Container.Filter filter)
Deprecated.
|
void |
AbstractBeanContainer.addContainerFilter(Container.Filter filter)
Deprecated.
|
protected void |
AbstractInMemoryContainer.addFilter(Container.Filter filter)
Deprecated.
Adds a container filter and re-filter the view.
|
Container.Filter |
PropertyValueGenerator.modifyFilter(Container.Filter filter)
Deprecated.
Return an updated filter that should be compatible with the underlying
container.
|
void |
IndexedContainer.removeContainerFilter(Container.Filter filter)
Deprecated.
|
void |
GeneratedPropertyContainer.removeContainerFilter(Container.Filter filter)
Deprecated.
|
void |
AbstractBeanContainer.removeContainerFilter(Container.Filter filter)
Deprecated.
|
protected void |
AbstractInMemoryContainer.removeFilter(Container.Filter filter)
Deprecated.
Remove a specific container filter and re-filter the view (if necessary).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractInMemoryContainer.setFilters(Set<Container.Filter> filters)
Deprecated.
Set the internal collection of filters without performing filtering.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJunctionFilter
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
class |
And
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
class |
Between
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
class |
Compare
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.Equal
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.Greater
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.GreaterOrEqual
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.Less
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
static class |
Compare.LessOrEqual
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
class |
IsNull
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
class |
Like
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider. For in-memory case
(ListDataProvider), use predicates as filters. For
back-end DataProviders, filters are specific to the
implementation. |
class |
Not
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
class |
Or
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider.
For in-memory case (ListDataProvider), use predicates as filters. For back-end DataProviders,
filters are specific to the implementation. |
class |
SimpleStringFilter
Deprecated.
As of 8.0, the whole filtering feature is integrated into
DataProvider. For in-memory case
(ListDataProvider), use predicates as filters. For
back-end DataProviders, filters are specific to the
implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Container.Filter> |
AbstractJunctionFilter.filters
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Filter |
Not.getFilter()
Deprecated.
Returns the negated filter.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Container.Filter> |
AbstractJunctionFilter.getFilters()
Deprecated.
Returns an unmodifiable collection of the sub-filters of this composite
filter.
|
| Constructor and Description |
|---|
AbstractJunctionFilter(Container.Filter... filters)
Deprecated.
|
And(Container.Filter... filters)
Deprecated.
|
Not(Container.Filter filter)
Deprecated.
Constructs a filter that negates a filter.
|
Or(Container.Filter... filters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Container.Filter> |
SQLContainer.getContainerFilters()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLContainer.addContainerFilter(Container.Filter filter)
Deprecated.
Adds a filter for the container.
|
void |
SQLContainer.removeContainerFilter(Container.Filter filter)
Deprecated.
Removes a filter from the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableQuery.setFilters(List<Container.Filter> filters)
Deprecated.
|
void |
QueryDelegate.setFilters(List<Container.Filter> filters)
Deprecated.
Sets the filters to apply when performing the SQL query.
|
void |
FreeformQueryDelegate.setFilters(List<Container.Filter> filters)
Deprecated.
Sets the filters to apply when performing the SQL query.
|
void |
FreeformQuery.setFilters(List<Container.Filter> filters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StatementHelper |
SQLGenerator.generateSelectQuery(String tableName,
List<Container.Filter> filters,
List<OrderBy> orderBys,
int offset,
int pagelength,
String toSelect)
Deprecated.
Generates a SELECT query with the provided parameters.
|
StatementHelper |
OracleGenerator.generateSelectQuery(String tableName,
List<Container.Filter> filters,
List<OrderBy> orderBys,
int offset,
int pagelength,
String toSelect)
Deprecated.
|
StatementHelper |
MSSQLGenerator.generateSelectQuery(String tableName,
List<Container.Filter> filters,
List<OrderBy> orderBys,
int offset,
int pagelength,
String toSelect)
Deprecated.
|
StatementHelper |
DefaultSQLGenerator.generateSelectQuery(String tableName,
List<Container.Filter> filters,
List<OrderBy> orderBys,
int offset,
int pagelength,
String toSelect)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SimpleStringTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
static String |
QueryBuilder.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
Constructs and returns a string representing the filter that can be used
in a WHERE clause.
|
String |
OrTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
String |
NotTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
String |
LikeTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
String |
IsNullTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
String |
FilterTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
String |
CompareTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
String |
BetweenTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
String |
AndTranslator.getWhereStringForFilter(Container.Filter filter,
StatementHelper sh)
Deprecated.
|
boolean |
SimpleStringTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
OrTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
NotTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
LikeTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
IsNullTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
FilterTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
CompareTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
BetweenTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
boolean |
AndTranslator.translatesFilter(Container.Filter filter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryBuilder.getJoinedFilterString(Collection<Container.Filter> filters,
String joinString,
StatementHelper sh)
Deprecated.
|
static String |
QueryBuilder.getWhereStringForFilters(List<Container.Filter> filters,
StatementHelper sh)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Container.Filter |
ComboBox.buildFilter(String filterString,
FilteringMode filteringMode)
Deprecated.
Constructs a filter instance to use when using a Filterable container in
the
ITEM_CAPTION_MODE_PROPERTY mode. |
Copyright © 2019 Vaadin Ltd. All rights reserved.