public interface FilterOperator
Modifier and Type | Interface and Description |
---|---|
static class |
FilterOperator.Abstract |
static class |
FilterOperator.AbstractString |
static class |
FilterOperator.Between |
static class |
FilterOperator.Equals |
static class |
FilterOperator.Greater |
static class |
FilterOperator.GreaterEqual |
static class |
FilterOperator.Is |
static class |
FilterOperator.IsNot |
static class |
FilterOperator.Less |
static class |
FilterOperator.LessEqual |
static class |
FilterOperator.StartsWith |
Modifier and Type | Method and Description |
---|---|
Container.Filter |
createFilter(FilterContext context,
FilterField<?>[] editors) |
FilterField<?>[] |
createValueEditors(FilterContext context,
Class<?> propertyType) |
String |
getKey() |
String |
getName() |
boolean |
isPropertyTypeSupported(Class<?> type) |
String getKey()
String getName()
boolean isPropertyTypeSupported(Class<?> type)
FilterField<?>[] createValueEditors(FilterContext context, Class<?> propertyType)
Container.Filter createFilter(FilterContext context, FilterField<?>[] editors)