Uses of Interface
com.vaadin.v7.data.Container.Filter
-
-
Uses of Container.Filter in com.vaadin.v7.data
Methods in com.vaadin.v7.data that return types with arguments of type Container.Filter Modifier and Type Method Description Collection<Container.Filter>Container.Filterable. getContainerFilters()Deprecated.Returns the filters which have been applied to the container.Methods in com.vaadin.v7.data with parameters of type Container.Filter Modifier and Type Method Description voidContainer.Filterable. addContainerFilter(Container.Filter filter)Deprecated.Adds a filter for the container.voidContainer.Filterable. removeContainerFilter(Container.Filter filter)Deprecated.Removes a filter from the container. -
Uses of Container.Filter in com.vaadin.v7.data.util
Methods in com.vaadin.v7.data.util that return Container.Filter Modifier and Type Method Description Container.FilterPropertyValueGenerator. modifyFilter(Container.Filter filter)Deprecated.Return an updated filter that should be compatible with the underlying container.Methods in com.vaadin.v7.data.util that return types with arguments of type Container.Filter Modifier and Type Method Description Collection<Container.Filter>AbstractBeanContainer. getContainerFilters()Deprecated.protected Collection<Container.Filter>AbstractInMemoryContainer. getContainerFilters()Deprecated.Collection<Container.Filter>GeneratedPropertyContainer. getContainerFilters()Deprecated.Collection<Container.Filter>IndexedContainer. 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.Methods in com.vaadin.v7.data.util with parameters of type Container.Filter Modifier and Type Method Description voidAbstractBeanContainer. addContainerFilter(Container.Filter filter)Deprecated.voidGeneratedPropertyContainer. addContainerFilter(Container.Filter filter)Deprecated.voidIndexedContainer. addContainerFilter(Container.Filter filter)Deprecated.protected voidAbstractInMemoryContainer. addFilter(Container.Filter filter)Deprecated.Adds a container filter and re-filter the view.Container.FilterPropertyValueGenerator. modifyFilter(Container.Filter filter)Deprecated.Return an updated filter that should be compatible with the underlying container.voidAbstractBeanContainer. removeContainerFilter(Container.Filter filter)Deprecated.voidGeneratedPropertyContainer. removeContainerFilter(Container.Filter filter)Deprecated.voidIndexedContainer. removeContainerFilter(Container.Filter filter)Deprecated.protected voidAbstractInMemoryContainer. removeFilter(Container.Filter filter)Deprecated.Remove a specific container filter and re-filter the view (if necessary).Method parameters in com.vaadin.v7.data.util with type arguments of type Container.Filter Modifier and Type Method Description protected voidAbstractInMemoryContainer. setFilters(Set<Container.Filter> filters)Deprecated.Set the internal collection of filters without performing filtering. -
Uses of Container.Filter in com.vaadin.v7.data.util.filter
Classes in com.vaadin.v7.data.util.filter that implement Container.Filter Modifier and Type Class Description classAbstractJunctionFilterDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classAndDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classBetweenDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classCompareDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.static classCompare.EqualDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.static classCompare.GreaterDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.static classCompare.GreaterOrEqualDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.static classCompare.LessDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.static classCompare.LessOrEqualDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classIsNullDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classLikeDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classNotDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classOrDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.classSimpleStringFilterDeprecated.As of 8.0, the whole filtering feature is integrated intoDataProvider.Fields in com.vaadin.v7.data.util.filter with type parameters of type Container.Filter Modifier and Type Field Description protected Collection<Container.Filter>AbstractJunctionFilter. filtersDeprecated.Methods in com.vaadin.v7.data.util.filter that return Container.Filter Modifier and Type Method Description Container.FilterNot. getFilter()Deprecated.Returns the negated filter.Methods in com.vaadin.v7.data.util.filter that return types with arguments of type Container.Filter Modifier and Type Method Description Collection<Container.Filter>AbstractJunctionFilter. getFilters()Deprecated.Returns an unmodifiable collection of the sub-filters of this composite filter.Constructors in com.vaadin.v7.data.util.filter with parameters of type Container.Filter Constructor 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. -
Uses of Container.Filter in com.vaadin.v7.data.util.sqlcontainer
Methods in com.vaadin.v7.data.util.sqlcontainer that return types with arguments of type Container.Filter Modifier and Type Method Description Collection<Container.Filter>SQLContainer. getContainerFilters()Deprecated.Methods in com.vaadin.v7.data.util.sqlcontainer with parameters of type Container.Filter Modifier and Type Method Description voidSQLContainer. addContainerFilter(Container.Filter filter)Deprecated.Adds a filter for the container.voidSQLContainer. removeContainerFilter(Container.Filter filter)Deprecated.Removes a filter from the container. -
Uses of Container.Filter in com.vaadin.v7.data.util.sqlcontainer.query
Method parameters in com.vaadin.v7.data.util.sqlcontainer.query with type arguments of type Container.Filter Modifier and Type Method Description voidFreeformQuery. setFilters(List<Container.Filter> filters)Deprecated.voidFreeformQueryDelegate. setFilters(List<Container.Filter> filters)Deprecated.Sets the filters to apply when performing the SQL query.voidQueryDelegate. setFilters(List<Container.Filter> filters)Deprecated.Sets the filters to apply when performing the SQL query.voidTableQuery. setFilters(List<Container.Filter> filters)Deprecated. -
Uses of Container.Filter in com.vaadin.v7.data.util.sqlcontainer.query.generator
Method parameters in com.vaadin.v7.data.util.sqlcontainer.query.generator with type arguments of type Container.Filter Modifier and Type Method Description StatementHelperDefaultSQLGenerator. generateSelectQuery(String tableName, List<Container.Filter> filters, List<OrderBy> orderBys, int offset, int pagelength, String toSelect)Deprecated.StatementHelperMSSQLGenerator. generateSelectQuery(String tableName, List<Container.Filter> filters, List<OrderBy> orderBys, int offset, int pagelength, String toSelect)Deprecated.StatementHelperOracleGenerator. generateSelectQuery(String tableName, List<Container.Filter> filters, List<OrderBy> orderBys, int offset, int pagelength, String toSelect)Deprecated.StatementHelperSQLGenerator. 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. -
Uses of Container.Filter in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter
Methods in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter with parameters of type Container.Filter Modifier and Type Method Description StringAndTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.StringBetweenTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.StringCompareTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.StringFilterTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.StringIsNullTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.StringLikeTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.StringNotTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.StringOrTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.static StringQueryBuilder. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.Constructs and returns a string representing the filter that can be used in a WHERE clause.StringSimpleStringTranslator. getWhereStringForFilter(Container.Filter filter, StatementHelper sh)Deprecated.booleanAndTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanBetweenTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanCompareTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanFilterTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanIsNullTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanLikeTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanNotTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanOrTranslator. translatesFilter(Container.Filter filter)Deprecated.booleanSimpleStringTranslator. translatesFilter(Container.Filter filter)Deprecated.Method parameters in com.vaadin.v7.data.util.sqlcontainer.query.generator.filter with type arguments of type Container.Filter Modifier and Type Method Description static StringQueryBuilder. getJoinedFilterString(Collection<Container.Filter> filters, String joinString, StatementHelper sh)Deprecated.static StringQueryBuilder. getWhereStringForFilters(List<Container.Filter> filters, StatementHelper sh)Deprecated. -
Uses of Container.Filter in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui that return Container.Filter Modifier and Type Method Description protected Container.FilterComboBox. buildFilter(String filterString, FilteringMode filteringMode)Deprecated.Constructs a filter instance to use when using a Filterable container in theITEM_CAPTION_MODE_PROPERTYmode.
-