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:
Component,TextInputHandlingField
public class MultiLineTextField extends TextField
-
-
Field Summary
-
Fields inherited from class org.teamapps.ux.component.field.TextField
onSpecialKeyPressed, onTextInput
-
Fields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChanged
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
onDestroyed, onRendered
-
-
Constructor Summary
Constructors Constructor Description MultiLineTextField()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods 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
doDestroy, getEmptyText, getMaxCharacters, handleUiEvent, isEmpty, isShowClearButton, onSpecialKeyPressed, onTextInput, setEmptyText, setMaxCharacters, setShowClearButton
-
Methods 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, isVisible, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setValue, setVisible, validate
-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.Component
setCssStyle
-
Methods inherited from interface org.teamapps.ux.component.field.TextInputHandlingField
defaultHandleTextInputEvent
-
-
-
-
Method Detail
-
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.
-
-