Class TextAreaWrapper
java.lang.Object
ch.tocco.nice2.model.form.api.components.ComponentWrapper
ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
ch.tocco.nice2.model.form.api.components.DataComponentWrapper
ch.tocco.nice2.model.form.api.components.InputComponentWrapper
ch.tocco.nice2.model.form.api.components.simple.TextAreaWrapper
- All Implemented Interfaces:
Component
,InputComponent
,LabeledComponent
,TextArea
,DataComponent
Deprecated.
-
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
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.simple.TextArea
TextArea.HeightType
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
handler
-
Constructor Summary
ConstructorDescriptionTextAreaWrapper
(TextArea textArea, ComponentWrapperHandler handler) Deprecated. -
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 class ch.tocco.nice2.model.form.api.components.InputComponentWrapper
getDefaultDataType
Methods inherited from class ch.tocco.nice2.model.form.api.components.DataComponentWrapper
getConstriction, getDataType, getDefaultValue, getLocalizedLanguage, getPath, getReverseRelationName, getValidator, hasNonEmptyValidator, isDefaultLangOnly, isIgnoreCopy, isLocalized, setConstriction, setDataType, setDefaultLangOnly, setDefaultValue, setIgnoreCopy, setLocalizedLanguage, setPath, setReverseRelationName, setValidator
Methods inherited from class ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
getLabel, getUseLabel, setLabel, setUseLabel
Methods inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
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, hideChild, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
TextAreaWrapper
Deprecated.
-
-
Method Details
-
getHeightType
Deprecated.- Specified by:
getHeightType
in interfaceTextArea
-
setHeightType
Deprecated.- Specified by:
setHeightType
in interfaceTextArea
-
getHeight
public int getHeight()Deprecated. -
setHeight
public void setHeight(int height) Deprecated. -
getHeightGrow
public boolean getHeightGrow()Deprecated.- Specified by:
getHeightGrow
in interfaceTextArea
-
setHeightGrow
public void setHeightGrow(boolean heightGrow) Deprecated.- Specified by:
setHeightGrow
in interfaceTextArea
-
getHeightGrowMin
public int getHeightGrowMin()Deprecated.- Specified by:
getHeightGrowMin
in interfaceTextArea
-
setHeightGrowMin
public void setHeightGrowMin(int heightGrowMin) Deprecated.- Specified by:
setHeightGrowMin
in interfaceTextArea
-
getHeightGrowMax
public int getHeightGrowMax()Deprecated.- Specified by:
getHeightGrowMax
in interfaceTextArea
-
setHeightGrowMax
public void setHeightGrowMax(int heightGrowMax) Deprecated.- Specified by:
setHeightGrowMax
in interfaceTextArea
-