Class FulltextSearchImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
ch.tocco.nice2.model.form.impl.form2.components.FulltextSearchImpl
- All Implemented Interfaces:
Component, DataComponent, Field, FulltextSearch, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.Configuration -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultLabel(Form form, TextResources textResources) If a fulltext-search does not have any specific path, the default label of the form entity is used.@Nullable IntegervoidsetMinChars(Integer minChars) Methods inherited from class FieldImpl
clone, getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly, setAutoCompleteEndpoint, setDataType, setDefaultValue, setPath, setSimpleSearch, setValidator, toStringMethods inherited from class AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Component
getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface Field
accept, getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator, isParentContainerReadonly
-
Field Details
-
DATATYPE
- See Also:
-
-
Constructor Details
-
FulltextSearchImpl
public FulltextSearchImpl()
-
-
Method Details
-
getMinChars
- Specified by:
getMinCharsin interfaceFulltextSearch
-
setMinChars
-
getDefaultLabel
If a fulltext-search does not have any specific path, the default label of the form entity is used.- Specified by:
getDefaultLabelin interfaceDataComponent- Overrides:
getDefaultLabelin classFieldImpl
-