com.sas.dataselectors.filters
Interface AdvancedFilterConditionInterface
- All Superinterfaces:
- FilterConditionInterface
- All Known Implementing Classes:
- DefaultAdvancedFilterCondition
- public interface AdvancedFilterConditionInterface
- extends FilterConditionInterface
This interface extends the FilterConditionInterface to add extra information about
special rules for supplying the values to satisfy any given condition.
- See Also:
FilterConditionInterface
|
Method Summary |
boolean |
isUserValueAllowed()
Returns TRUE if users are allowed to type in their own values, false otherwise. |
boolean |
isValueListAllowed()
Returns TRUE if users are allowed to select values from a list (if available),
false otherwise. |
| Methods inherited from interface com.sas.dataselectors.filters.FilterConditionInterface |
format, getCondition, getConditionArgumentCount, getConditionArgumentLabel, getConditionArgumentLabels, getConditionLabel, getConditionLabel, getConditionMessageFormat, isConditionObjectNegated, isExpressionValueAllowed, isPromptValueAllowed, setConditionMessageFormat, setLocale |
isUserValueAllowed
public boolean isUserValueAllowed()
- Returns TRUE if users are allowed to type in their own values, false otherwise.
- Specified by:
isUserValueAllowed in interface FilterConditionInterface
- Returns:
- TRUE if users are allowed to supply custom values
isValueListAllowed
public boolean isValueListAllowed()
- Returns TRUE if users are allowed to select values from a list (if available),
false otherwise.
- Specified by:
isValueListAllowed in interface FilterConditionInterface
- Returns:
- TRUE if users are allowed to select from pre-determined values
Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 01:55:08