Class I18nField
- java.lang.Object
-
- com.netgrif.application.engine.petrinet.domain.Imported
-
- com.netgrif.application.engine.petrinet.domain.dataset.Field<I18nString>
-
- com.netgrif.application.engine.petrinet.domain.dataset.I18nField
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
,java.io.Serializable
public class I18nField extends Field<I18nString>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
_id, defaultValue, initExpression, parentCaseId, parentTaskId, validations
-
-
Constructor Summary
Constructors Constructor Description I18nField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearValue()
Field
clone()
FieldType
getType()
void
setMetaClass(groovy.lang.MetaClass mc)
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.dataset.Field
addAction, addActions, addValidation, clone, get_id, getBehavior, getComponent, getDefaultValue, getDescription, getEncryption, getEvents, getFormat, getInitExpression, getLayout, getLength, getMetaClass, getName, getOrder, getParentCaseId, getParentTaskId, getPlaceholder, getStringId, getTranslatedDescription, getTranslatedName, getTranslatedPlaceholder, getValidations, getValue, hasDefault, isDynamicDefaultValue, isImmediate, minus, multiply, plus, set_id, setBehavior, setComponent, setDefaultValue, setDescription, setEncryption, setEvents, setFormat, setImmediate, setImportId, setInitExpression, setLayout, setLength, setName, setOrder, setParentCaseId, setParentTaskId, setPlaceholder, setValidations, setValue, toString
-
Methods inherited from class com.netgrif.application.engine.petrinet.domain.Imported
getImportId, setImportId
-
-
-
-
Method Detail
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
- Overrides:
setMetaClass
in classField<I18nString>
-
clearValue
public void clearValue()
- Overrides:
clearValue
in classField<I18nString>
-
getType
public FieldType getType()
- Specified by:
getType
in classField<I18nString>
-
clone
public Field clone()
- Specified by:
clone
in classField<I18nString>
-
-