Interface TextArea
- All Superinterfaces:
Component
,DataComponent
,InputComponent
,LabeledComponent
- All Known Implementing Classes:
TextAreaImpl
,TextAreaWrapper
Deprecated.
An input field for entering text in a multi-line way.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.Component
Component.ComponentFilter, Component.DataNavigationType, Component.DisplayType, Component.Position
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
LabeledComponent.UseLabel
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.boolean
Deprecated.int
Deprecated.int
Deprecated.Deprecated.void
setHeight
(int height) Deprecated.void
setHeightGrow
(boolean heightGrow) Deprecated.void
setHeightGrowMax
(int heightGrowMax) Deprecated.void
setHeightGrowMin
(int heightGrowMin) Deprecated.void
setHeightType
(TextArea.HeightType heightType) Deprecated.Methods inherited from interface ch.tocco.nice2.model.form.api.components.Component
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrap
Methods inherited from interface ch.tocco.nice2.model.form.api.datanavigation.DataComponent
getConstriction, getDataType, getDefaultDataType, getDefaultValue, getLocalizedLanguage, getPath, getReverseRelationName, getValidator, hasNonEmptyValidator, isDefaultLangOnly, isIgnoreCopy, isLocalized, setConstriction, setDataType, setDefaultLangOnly, setDefaultValue, setIgnoreCopy, setLocalizedLanguage, setPath, setReverseRelationName, setValidator
Methods inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
getLabel, getUseLabel, setLabel, setUseLabel
-
Method Details
-
getHeightType
TextArea.HeightType getHeightType()Deprecated. -
setHeightType
Deprecated. -
getHeight
int getHeight()Deprecated. -
setHeight
void setHeight(int height) Deprecated. -
getHeightGrow
boolean getHeightGrow()Deprecated. -
setHeightGrow
void setHeightGrow(boolean heightGrow) Deprecated. -
getHeightGrowMin
int getHeightGrowMin()Deprecated. -
setHeightGrowMin
void setHeightGrowMin(int heightGrowMin) Deprecated. -
getHeightGrowMax
int getHeightGrowMax()Deprecated. -
setHeightGrowMax
void setHeightGrowMax(int heightGrowMax) Deprecated.
-