Class InputMultiSelectLookup

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Arrangeable, Badgeable, ValueValidator, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component @Configurable @FilterCriteria({IS_IN,IS_NOT_IN}) public class InputMultiSelectLookup extends InputLookup
This class extends InputLookup and implements a componenet that allows user to select multiple values from a drop-down menu that appears when the user clicks on the field.
Values can be specified statically by adding a list of InputOption as children of the component, or dynamically, loading them from the database using a StaticView.
See Also:
GCApi:
component