Class MultiLineTextField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<String>
org.teamapps.ux.component.field.TextField
org.teamapps.ux.component.field.MultiLineTextField
- All Implemented Interfaces:
ClientObject,Component,TextInputHandlingField
-
Field Summary
Fields inherited from class org.teamapps.ux.component.field.TextField
onSpecialKeyPressed, onTextInputFields inherited from class org.teamapps.ux.component.field.AbstractField
onBlur, onFocus, onValueChanged, onVisibilityChangedFields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidsetAdjustHeightToContent(boolean adjustHeightToContent) Methods inherited from class org.teamapps.ux.component.field.TextField
getEmptyText, getMaxCharacters, handleUiEvent, isAutofill, isEmptyValue, isShowClearButton, onSpecialKeyPressed, onTextInput, setAutofill, setEmptyText, setMaxCharacters, setShowClearButtonMethods 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, validateMethods 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, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
handleUiQueryMethods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClassMethods inherited from interface org.teamapps.ux.component.field.TextInputHandlingField
defaultHandleTextInputEvent
-
Constructor Details
-
MultiLineTextField
public MultiLineTextField()
-
-
Method Details
-
createUiComponent
- Overrides:
createUiComponentin classTextField
-
append
-
isAdjustHeightToContent
public boolean isAdjustHeightToContent() -
setAdjustHeightToContent
public void setAdjustHeightToContent(boolean adjustHeightToContent)
-