Package org.teamapps.ux.component.field
Class MultiLineTextField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<java.lang.String>
org.teamapps.ux.component.field.TextField
org.teamapps.ux.component.field.MultiLineTextField
- All Implemented Interfaces:
ClientObject,Component,TextInputHandlingField
public class MultiLineTextField extends TextField
-
Field Summary
Fields inherited from class org.teamapps.ux.component.field.TextField
onSpecialKeyPressed, onTextInputFields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChanged -
Constructor Summary
Constructors Constructor Description MultiLineTextField() -
Method Summary
Modifier and Type Method Description voidappend(java.lang.String s, boolean scrollToBottom)org.teamapps.dto.UiFieldcreateUiComponent()intgetMaxHeight()Deprecated.intgetMinHeight()Deprecated.voidsetFixedHeight(int height)Deprecated.voidsetMaxHeight(int maxHeight)Deprecated.voidsetMinHeight(int minHeight)Deprecated.Methods inherited from class org.teamapps.ux.component.field.TextField
getEmptyText, getMaxCharacters, handleUiEvent, isAutofill, isEmpty, isShowClearButton, onSpecialKeyPressed, onTextInput, setAutofill, setEmptyText, setMaxCharacters, setShowClearButtonMethods inherited from class org.teamapps.ux.component.field.AbstractField
addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, convertUiValueToUxValue, convertUxValueToUiValue, focus, getCustomFieldMessages, getDefaultMessagePosition, getDefaultMessageVisibility, getEditingMode, getFieldMessages, getMaxFieldMessageSeverity, getValidators, getValue, isRequired, isValid, isValueChangedByClient, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setValue, setVisible, validateMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.field.TextInputHandlingField
defaultHandleTextInputEvent
-
Constructor Details
-
MultiLineTextField
public MultiLineTextField()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiField createUiComponent()- Overrides:
createUiComponentin classTextField
-
append
public void append(java.lang.String s, boolean scrollToBottom) -
getMinHeight
@Deprecated public int getMinHeight()Deprecated. -
setMinHeight
@Deprecated public void setMinHeight(int minHeight)Deprecated. -
getMaxHeight
@Deprecated public int getMaxHeight()Deprecated. -
setMaxHeight
@Deprecated public void setMaxHeight(int maxHeight)Deprecated. -
setFixedHeight
@Deprecated public void setFixedHeight(int height)Deprecated.
-