Class CodeFieldImpl
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.CodeFieldImpl
- All Implemented Interfaces:
CodeField
,Component
,DataComponent
,Field
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMode()
void
setAceMode
(String aceMode) void
setImplicitModel
(String implicitModel) void
setImplicitModelField
(String implicitModelField) void
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.FieldImpl
clone, getAutoCompleteEndpoint, getDataType, getDefaultLabel, getDefaultValue, getPath, getSimpleSearch, getValidator, setAutoCompleteEndpoint, setDataType, setDefaultValue, setPath, setSimpleSearch, setValidator, toString
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.DataComponent
getDefaultLabel
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Field
accept, getAutoCompleteEndpoint, getDataType, getDefaultValue, getPath, getSimpleSearch, getValidator
-
Constructor Details
-
CodeFieldImpl
public CodeFieldImpl()
-
-
Method Details
-
getMode
-
setMode
-
getAceMode
- Specified by:
getAceMode
in interfaceCodeField
-
setAceMode
-
getImplicitModel
- Specified by:
getImplicitModel
in interfaceCodeField
-
setImplicitModel
-
getImplicitModelField
- Specified by:
getImplicitModelField
in interfaceCodeField
-
setImplicitModelField
-