Package io.jmix.ui.component
Interface HasFilterMode
- All Known Subinterfaces:
 ComboBox<V>,EntityComboBox<V>,TagPicker<V>
- All Known Implementing Classes:
 ComboBoxImpl,EntityComboBoxImpl,TagPickerImpl
public interface HasFilterMode
Interface for UI components that support filter mode.
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumDescribes filter modes that should be used in the field. - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFilterMode(HasFilterMode.FilterMode filterMode) Sets filter mode for the dropdown list in the field. 
- 
Method Details
- 
getFilterMode
HasFilterMode.FilterMode getFilterMode()- Returns:
 - filter mode for the dropdown list in the field
 
 - 
setFilterMode
@StudioProperty(type=ENUMERATION, defaultValue="CONTAINS", options={"NO","STARTS_WITH","CONTAINS"}) void setFilterMode(HasFilterMode.FilterMode filterMode) Sets filter mode for the dropdown list in the field.- Parameters:
 filterMode- filter mode to set
 
 -