Interface | Description |
---|---|
MeaningDetector |
A MeaningDetector is an object providing a method which is given a
SearchField and tries to detect the meaning of this search field. |
Class | Description |
---|---|
BarcodeSearchField |
A BarcodeSearchField is a SearchField with the additional feature of a
barcode scanner button next to it to fill it with scanned data (e.g.
|
CheckboxSearchField |
A CheckboxSearchField is a boolean search field.
|
DropdownSearchField |
A DropdownSearchField allows the user to select from a list of values, e.g.
|
DropdownSearchField.Option |
Represents a dropdown option.
|
MeaningDetectorImpl | |
SearchField |
A SearchField is the abstract representation of a criteria input available in the search form.
|
SearchField.OrderComparator |
Sorts search fields by the order of the
SearchField.Meaning enum. |
SearchQuery | |
TextSearchField |
A TextSearchField is a SearchField allowing free text input.
|
Enum | Description |
---|---|
SearchField.Meaning |
A SearchField can have one of the following meanings.
|