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, onTextInput
-
Fields inherited from class org.teamapps.ux.component.field.AbstractField
onBlur, onFocus, onValueChanged, onVisibilityChanged
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered
-
-
Constructor Summary
Constructors Constructor Description MultiLineTextField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(java.lang.String s, boolean scrollToBottom)org.teamapps.dto.UiFieldcreateUiComponent()booleanisAdjustHeightToContent()voidsetAdjustHeightToContent(boolean adjustHeightToContent)-
Methods inherited from class org.teamapps.ux.component.field.TextField
getEmptyText, getMaxCharacters, handleUiEvent, isAutofill, isEmptyValue, isShowClearButton, onSpecialKeyPressed, onTextInput, setAutofill, setEmptyText, setMaxCharacters, setShowClearButton
-
Methods inherited from class org.teamapps.ux.component.field.AbstractField
addCustomFieldMessage, addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, clearValidatorMessages, convertUiValueToUxValue, convertUxValueToUiValue, focus, getCustomFieldMessages, getDefaultMessagePosition, getDefaultMessageVisibility, getEditingMode, getFieldMessages, getMaxFieldMessageSeverity, getValidators, getValue, isEmpty, isRequired, isValid, isValueChangedByClient, isValueLocked, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setRequiredIfVisibleAndEditable, setValue, setValueChangedByClient, setVisible, validate
-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, toggleCssClass, 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.ClientObject
handleUiQuery
-
Methods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
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)
-
isAdjustHeightToContent
public boolean isAdjustHeightToContent()
-
setAdjustHeightToContent
public void setAdjustHeightToContent(boolean adjustHeightToContent)
-
-