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 Component
Component.ComponentFilter, Component.DataNavigationType, Component.DisplayType, Component.PositionNested classes/interfaces inherited from interface LabeledComponent
LabeledComponent.UseLabelNested classes/interfaces inherited from interface TextArea
TextArea.HeightType -
Field Summary
Fields inherited from class ComponentWrapper
handler -
Constructor Summary
ConstructorsConstructorDescriptionTextAreaWrapper(TextArea textArea, ComponentWrapperHandler handler) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.booleanDeprecated.intDeprecated.intDeprecated.Deprecated.voidsetHeight(int height) Deprecated.voidsetHeightGrow(boolean heightGrow) Deprecated.voidsetHeightGrowMax(int heightGrowMax) Deprecated.voidsetHeightGrowMin(int heightGrowMin) Deprecated.voidsetHeightType(TextArea.HeightType heightType) Deprecated.Methods inherited from class InputComponentWrapper
getDefaultDataTypeMethods inherited from class DataComponentWrapper
getConstriction, getDataType, getDefaultValue, getLocalizedLanguage, getPath, getReverseRelationName, getValidator, hasNonEmptyValidator, isDefaultLangOnly, isIgnoreCopy, isLocalized, setConstriction, setDataType, setDefaultLangOnly, setDefaultValue, setIgnoreCopy, setLocalizedLanguage, setPath, setReverseRelationName, setValidatorMethods inherited from class LabeledComponentWrapper
getLabel, getUseLabel, setLabel, setUseLabelMethods inherited from class 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, wrapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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, wrapMethods inherited from interface DataComponent
getConstriction, getDataType, getDefaultDataType, getDefaultValue, getLocalizedLanguage, getPath, getReverseRelationName, getValidator, hasNonEmptyValidator, isDefaultLangOnly, isIgnoreCopy, isLocalized, setConstriction, setDataType, setDefaultLangOnly, setDefaultValue, setIgnoreCopy, setLocalizedLanguage, setPath, setReverseRelationName, setValidatorMethods inherited from interface LabeledComponent
getLabel, getUseLabel, setLabel, setUseLabel
-
Constructor Details
-
TextAreaWrapper
Deprecated.
-
-
Method Details
-
getHeightType
Deprecated.- Specified by:
getHeightTypein interfaceTextArea
-
setHeightType
Deprecated.- Specified by:
setHeightTypein interfaceTextArea
-
getHeight
-
setHeight
-
getHeightGrow
-
setHeightGrow
public void setHeightGrow(boolean heightGrow) Deprecated.- Specified by:
setHeightGrowin interfaceTextArea
-
getHeightGrowMin
-
setHeightGrowMin
public void setHeightGrowMin(int heightGrowMin) Deprecated.- Specified by:
setHeightGrowMinin interfaceTextArea
-
getHeightGrowMax
-
setHeightGrowMax
public void setHeightGrowMax(int heightGrowMax) Deprecated.- Specified by:
setHeightGrowMaxin interfaceTextArea
-