Uses of Class
com.vaadin.data.util.filter.UnsupportedFilterException
-
Packages that use UnsupportedFilterException Package Description com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.data.util.filter com.vaadin.data.util.sqlcontainer -
-
Uses of UnsupportedFilterException in com.vaadin.data
Methods in com.vaadin.data that throw UnsupportedFilterException Modifier and Type Method Description voidContainer.Filterable. addContainerFilter(Container.Filter filter)Adds a filter for the container. -
Uses of UnsupportedFilterException in com.vaadin.data.util
Methods in com.vaadin.data.util that throw UnsupportedFilterException Modifier and Type Method Description voidAbstractBeanContainer. addContainerFilter(Container.Filter filter)voidGeneratedPropertyContainer. addContainerFilter(Container.Filter filter)voidIndexedContainer. addContainerFilter(Container.Filter filter)protected voidAbstractInMemoryContainer. addFilter(Container.Filter filter)Adds a container filter and re-filter the view.Container.FilterPropertyValueGenerator. modifyFilter(Container.Filter filter)Return an updated filter that should be compatible with the underlying container. -
Uses of UnsupportedFilterException in com.vaadin.data.util.filter
Methods in com.vaadin.data.util.filter that throw UnsupportedFilterException Modifier and Type Method Description booleanAnd. passesFilter(Object itemId, Item item)booleanOr. passesFilter(Object itemId, Item item) -
Uses of UnsupportedFilterException in com.vaadin.data.util.sqlcontainer
Methods in com.vaadin.data.util.sqlcontainer that throw UnsupportedFilterException Modifier and Type Method Description voidSQLContainer. addContainerFilter(Container.Filter filter)Adds a filter for the container.
-