public interface ISelectionFilter
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_MAXIMUM_MATCHES |
static String |
ATTR_MINIMUM_MATCHES |
Modifier and Type | Method and Description |
---|---|
int |
getMaximumMatches() |
int |
getMinimumMatches() |
boolean |
isSeletcionAccepted(ArrayList selection) |
void |
setMaximumMatches(int maximumMatches) |
void |
setMinimumMatches(int minimumMatches) |
static final String ATTR_MINIMUM_MATCHES
static final String ATTR_MAXIMUM_MATCHES
boolean isSeletcionAccepted(ArrayList selection)
void setMinimumMatches(int minimumMatches)
void setMaximumMatches(int maximumMatches)
int getMinimumMatches()
int getMaximumMatches()