Class SearchFilterImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.SearchFilterImpl
- All Implemented Interfaces:
Component
,DataComponent
,SearchFilter
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultLabel
(Form form, TextResources textResources) Return the default label for this component.getGroup()
getModel()
boolean
void
void
void
setMultiple
(boolean multiple) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
clone, getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
-
Constructor Details
-
SearchFilterImpl
public SearchFilterImpl()
-
-
Method Details
-
getModel
- Specified by:
getModel
in interfaceSearchFilter
-
setModel
-
isMultiple
public boolean isMultiple()- Specified by:
isMultiple
in interfaceSearchFilter
-
setMultiple
public void setMultiple(boolean multiple) -
getGroup
- Specified by:
getGroup
in interfaceSearchFilter
-
setGroup
-
getDefaultLabel
Description copied from interface:DataComponent
Return the default label for this component. This will be used when no label is specified explicitly in the form.- Specified by:
getDefaultLabel
in interfaceDataComponent
-