| com.flexive.shared.search.query.ValueComparator
ValueComparator | public interface ValueComparator extends ObjectWithLabel(Code) | | Comparator for query values
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 181 $ |
Method Summary | |
FxString | getLabel() Return the label to be displayed to the user. | boolean | isNeedsInput() Returns true if the comparator needs a value ("right-hand-side"). |
getLabel | FxString getLabel()(Code) | | Return the label to be displayed to the user.
the label to be displayed to the user. |
isNeedsInput | boolean isNeedsInput()(Code) | | Returns true if the comparator needs a value ("right-hand-side"). For example,
equality needs a value to compare to, while "is null" does not.
true if the comparator needs a value ("right-hand-side"). |
|
|