Interface ResizableTextArea<V>

Type Parameters:
V - type of value
All Superinterfaces:
Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Field<V>, HasContextHelp, HasConversionErrorMessage, HasDatatype<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasValidator<V>, HasValue<V>, HasValueSource<V>, Requirable, TextArea<V>, TextInputField<V>, TextInputField.CaseConversionSupported, TextInputField.CursorPositionSupported, TextInputField.MaxLengthLimited, TextInputField.TextChangeNotifier, TextInputField.TextSelectionSupported, TextInputField.TrimSupported, Validatable
All Known Implementing Classes:
ResizableTextAreaImpl

@StudioComponent(caption="ResizableTextArea", category="Components", xmlElement="resizableTextArea", icon="io/jmix/ui/icon/component/resizableTextArea.svg", canvasBehaviour=TEXT_AREA, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/resizable-text-area.html") public interface ResizableTextArea<V> extends TextArea<V>
Resizable text area component.
See Also: