Class TextInputFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,String>,V>  
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractValueComponentDelegate<C,T,V>
  
io.jmix.flowui.component.delegate.AbstractFieldDelegate<C,V,String>
  
io.jmix.flowui.component.delegate.AbstractTextInputFieldDelegate<C,V>
 
io.jmix.flowui.component.delegate.TextInputFieldDelegate<C,V> 
- All Implemented Interfaces:
- ValueBindingDelegate<V>,- org.springframework.beans.factory.Aware,- org.springframework.context.ApplicationContextAware
@Component("flowui_TextFieldDelegate")
@Scope("prototype")
public class TextInputFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,String>,V>  
extends AbstractTextInputFieldDelegate<C,V> 
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.jmix.flowui.component.delegate.ValueBindingDelegateValueBindingDelegate.ValueBindingChangeEvent<T>
- 
Field SummaryFields inherited from class io.jmix.flowui.component.delegate.AbstractTextInputFieldDelegatedataAwareComponentsTools, maxLength, minLength, pattern, regexpValidator, sizeValidatorFields inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegateapplicationContext, conversionInvalid, datatype, errorMessage, explicitlyInvalid, immediateRequiredValidationEnabled, messages, metadataTools, PROPERTY_INVALID, requiredMessage, statusChangeHandler, toModelConverter, uiComponentProperties, validatorsFields inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegatevalueBindingFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegatecomponent
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.flowui.component.delegate.AbstractTextInputFieldDelegatecreateRegexpValidator, createSizeValidator, createValueBinding, getMaxLength, getMinLength, getPattern, isStringDatatype, setDataAwareComponentsTools, setMaxLength, setMinLength, setPattern, setupProperties, setupRegexpValidation, setupSizeValidationMethods inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegateaddValidator, applyDefaultValueFormat, executeValidators, formatMessage, getComponentValue, getDatatype, getErrorMessage, getMessage, getRequiredErrorMessage, getRequiredMessage, isEmptyAndRequired, isInvalid, isInvalidInternal, setApplicationContext, setComponentRequiredErrorState, setConversionInvalid, setDatatype, setErrorMessage, setInvalid, setInvalidInternal, setMessages, setMetadataTools, setRequiredMessage, setStatusChangeHandler, setToModelConverter, setUiComponentProperties, updateInvalidState, updateRequiredState, validatorsPassedMethods inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegateaddValueBindingChangeListener, getEventBus, getValueBinding, getValueSource, setValueSource, valueBindingChangedMethods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegategetComponent
- 
Constructor Details- 
TextInputFieldDelegate
 
-