T - Value typeH - Concrete HasValue typeC - Concrete Component typepublic interface HasValueInputBuilder<T,H extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> extends InputAdapterBuilder<T,T,H,C,HasValueInputBuilder<T,H,C>>
Input components from a HasValue component.InputConfigurator.BaseInputConfigurator<T>ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
static <T,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> |
create(H field)
|
static <T,V extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> |
create(V field,
C component)
|
emptyValueSupplier, focusOperation, hasEnabledSupplier, hasSizeSupplier, hasStyleSupplier, hasValidationSupplier, hasValueChangeModeSupplier, invalidChangeEventNotifierSupplier, isEmptySupplier, labelPropertyHandler, labelPropertyHandler, placeholderPropertyHandler, placeholderPropertyHandler, requiredPropertyHandler, requiredPropertyHandler, titlePropertyHandler, titlePropertyHandler, valueSupplier, withAdapters, withAdapters, withReadonlyChangeListeners, withValueChangeListenersbuild, validatablereadOnly, readOnly, required, required, withAdapter, withReadonlyChangeListener, withValueChangeListenerelementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamestatic <T,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> HasValueInputBuilder<T,H,H> create(H field)
create in interface ComponentConfigurator<HasValueInputBuilder<T,H extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component>>T - Value typeH - Actual field typefield - HasValue Component field (not null)HasValueInputBuilderstatic <T,V extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> HasValueInputBuilder<T,V,C> create(V field, C component)
T - Value typeV - HasValue typeC - Component typefield - HasValue field (not null)component - Field Component (not null)HasValueInputBuilderCopyright © 2020 The Holon Platform. All rights reserved.