Interface TextareaTagDeclaration
- All Superinterfaces:
HasAccessKey, HasAutocomplete, HasAutoSpacing, HasBinding, HasConverter, HasConverterMessage, HasDecorationPosition, HasHelp, HasId, HasIdBindingAndRendered, HasLabel, HasLabelLayout, HasPlaceholder, HasRequiredMessage, HasSanitize, HasTabIndex, HasTip, HasValidator, HasValidatorMessage, HasValue, HasValueChangeListener, IsDisabled, IsFocus, IsReadonly, IsRendered, IsRequired, IsVisual
public interface TextareaTagDeclaration
extends HasIdBindingAndRendered, HasConverter, IsReadonly, IsDisabled, IsRequired, HasLabel, HasLabelLayout, HasTip, HasHelp, HasAccessKey, HasValidator, HasValue, HasValueChangeListener, HasTabIndex, IsFocus, IsVisual, HasValidatorMessage, HasConverterMessage, HasRequiredMessage, HasSanitize, HasPlaceholder, HasAutoSpacing, HasAutocomplete, HasDecorationPosition
Renders a multi line text input control.
-
Method Summary
Methods inherited from interface HasAccessKey
setAccessKeyMethods inherited from interface HasAutocomplete
setAutocompleteMethods inherited from interface HasAutoSpacing
setAutoSpacingMethods inherited from interface HasBinding
setBindingMethods inherited from interface HasConverter
setConverterMethods inherited from interface HasConverterMessage
setConverterMessageMethods inherited from interface HasDecorationPosition
setHelpPosition, setMessagePositionMethods inherited from interface HasLabelLayout
setLabelLayoutMethods inherited from interface HasPlaceholder
setPlaceholderMethods inherited from interface HasRequiredMessage
setRequiredMessageMethods inherited from interface HasSanitize
setSanitizeMethods inherited from interface HasTabIndex
setTabIndexMethods inherited from interface HasValidator
setValidatorMethods inherited from interface HasValidatorMessage
setValidatorMessageMethods inherited from interface HasValueChangeListener
setValueChangeListenerMethods inherited from interface IsDisabled
setDisabledMethods inherited from interface IsReadonly
setReadonlyMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsRequired
setRequiredMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setRows
The row count for this component.
-