Class TextAreaFacade<T extends Component>
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.AbstractComponentFacade<T>
ch.tocco.nice2.netui.api.bind.form.facades.AbstractDataComponentFacade<T>
ch.tocco.nice2.netui.api.bind.form.facades.AbstractValueDataFacade<T>
ch.tocco.nice2.netui.api.bind.form.facades.ValueDataFacade<T>
ch.tocco.nice2.netui.api.bind.form.facades.TextAreaFacade<T>
- All Implemented Interfaces:
ActionHolderFacade, ComponentFacade<T>, Serializable
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class AbstractComponentFacade
actions, children, component, componentType, ctx, displayType, eventHandler, extProps, label, name, typeManager, useLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcustomSetUp(Component component) Deprecated.Template method, may be overridden.intDeprecated.booleanDeprecated.intDeprecated.intDeprecated.Deprecated.Methods inherited from class ValueDataFacade
readDataComponent, setUpMethods inherited from class AbstractComponentFacade
addAction, addChild, figureOutLabel, getChildren, getComponentType, getDisplayType, getEventHandler, getExtProps, getLabel, getName, getUseLabel, readUnderlyingComponent, setComponent, setComponentType, setDisplayType, setEventHandler, setLabel, setTypeManager, setUseLabel
-
Constructor Details
-
TextAreaFacade
public TextAreaFacade()Deprecated.
-
-
Method Details
-
customSetUp
Deprecated.Description copied from class:ValueDataFacadeTemplate method, may be overridden.- Overrides:
customSetUpin classValueDataFacade<T extends Component>
-
getHeightType
Deprecated. -
getHeight
public int getHeight()Deprecated. -
getHeightGrow
public boolean getHeightGrow()Deprecated. -
getHeightGrowMin
public int getHeightGrowMin()Deprecated. -
getHeightGrowMax
public int getHeightGrowMax()Deprecated.
-