public interface TextInputField<V> extends Field<V>, Buffered, Component.Focusable
Modifier and Type | Interface and Description |
---|---|
static class |
TextInputField.CaseConversion
Defines case conversion for text input fields,
which implement
TextInputField.CaseConversionSupported interface. |
static interface |
TextInputField.CaseConversionSupported |
static interface |
TextInputField.CursorPositionSupported |
static class |
TextInputField.EnterPressEvent
EnterPressEvents are fired when the user presses Enter while editing the text content of a field.
|
static interface |
TextInputField.EnterPressNotifier |
static interface |
TextInputField.HtmlNameSupported |
static interface |
TextInputField.MaxLengthLimited |
static class |
TextInputField.TextChangeEvent
TextChangeEvents are fired at the same time when
ValueChangeEvent s are fired. |
static class |
TextInputField.TextChangeEventMode
Different modes how the TextField can trigger
TextInputField.TextChangeEvent s. |
static interface |
TextInputField.TextChangeNotifier
An interface for UI components that provide additional methods for text change handling.
|
static interface |
TextInputField.TextSelectionSupported |
static interface |
TextInputField.TrimSupported |
Field.Validator<T>
HasValue.ValueChangeEvent<V>
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.Wrapper
HasContextHelp.ContextHelpIconClickEvent
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS
addValidator, addValidators, getRequiredMessage, getValidators, isRequired, removeValidator, setRequired, setRequiredMessage
getDatasource, getMetaProperty, getMetaPropertyPath, setDatasource
addValueChangeListener, clear, getEmptyValue, getValue, isEmpty, removeValueChangeListener, setValue
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedComposition
getValueSource, setValueSource
isEditable, isEditableWithParent, setEditable
getFrame, setFrame
isValid, isValidateOnCommit, validate
getIcon, setIcon, setIconFromSet
getContextHelpIconClickHandler, getContextHelpText, isContextHelpTextHtmlEnabled, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabled
isCaptionAsHtml, setCaptionAsHtml
getCaption, setCaption
getDescription, setDescription
isDescriptionAsHtml, setDescriptionAsHtml
isHtmlSanitizerEnabled, setHtmlSanitizerEnabled
commit, discard, isBuffered, isModified, setBuffered
focus, getTabIndex, isFocusable, setFocusable, setTabIndex