Modifier and Type | Interface and Description |
---|---|
interface |
HasValueAndElement<E extends HasValue.ValueChangeEvent<V>,V>
A component that has a value.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeField<C extends Component,S extends AbstractCompositeField<C,S,T>,T>
An abstract field class that is backed by a composite component.
|
class |
AbstractField<C extends AbstractField<C,T>,T>
An abstract implementation of a field, or a
Component allowing user
input. |
class |
AbstractSinglePropertyField<C extends AbstractField<C,T>,T>
Abstract field that is based on a single element property.
|
Modifier and Type | Method and Description |
---|---|
HasValue<?,V> |
HasValue.ValueChangeEvent.getHasValue() |
HasValue<?,V> |
AbstractField.ComponentValueChangeEvent.getHasValue() |
Constructor and Description |
---|
ComponentValueChangeEvent(C source,
HasValue<?,V> hasValue,
V oldValue,
boolean fromClient)
Creates a new component value change event.
|
Modifier and Type | Class and Description |
---|---|
class |
Checkbox
Server-side component for the
vaadin-checkbox element. |
class |
GeneratedVaadinCheckbox<R extends GeneratedVaadinCheckbox<R,T>,T>
Description copied from corresponding location in WebComponent:
|
Modifier and Type | Class and Description |
---|---|
class |
ComboBox<T>
Server-side component for the
vaadin-combo-box webcomponent. |
class |
GeneratedVaadinComboBox<R extends GeneratedVaadinComboBox<R,T>,T>
Description copied from corresponding location in WebComponent:
|
Modifier and Type | Class and Description |
---|---|
class |
DatePicker
Server-side component that encapsulates the functionality of the
vaadin-date-picker webcomponent. |
class |
GeneratedVaadinDatePicker<R extends GeneratedVaadinDatePicker<R,T>,T>
Description copied from corresponding location in WebComponent:
|
Modifier and Type | Class and Description |
---|---|
class |
Input
Component representing an
<input> element. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T>
Encapsulates all the logic required for a typical field implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ListBox<T>
Server-side component for the
vaadin-list-box element. |
Modifier and Type | Class and Description |
---|---|
class |
GeneratedVaadinRadioGroup<R extends GeneratedVaadinRadioGroup<R,T>,T>
Description copied from corresponding location in WebComponent:
|
class |
RadioButtonGroup<T>
A single select component using radio buttons as options.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratedVaadinPasswordField<R extends GeneratedVaadinPasswordField<R,T>,T>
Description copied from corresponding location in WebComponent:
|
class |
GeneratedVaadinTextArea<R extends GeneratedVaadinTextArea<R,T>,T>
Description copied from corresponding location in WebComponent:
|
class |
GeneratedVaadinTextField<R extends GeneratedVaadinTextField<R,T>,T>
Description copied from corresponding location in WebComponent:
|
class |
PasswordField
Server-side component for the
vaadin-password-field element. |
class |
TextArea
Server-side component for the
vaadin-text-area element. |
class |
TextField
Server-side component for the
vaadin-text-field element. |
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyHasValue<V>
Generic
HasValue to use any type of component with Vaadin data
binding. |
Modifier and Type | Method and Description |
---|---|
HasValue<?,?> |
BindingValidationStatus.getField()
Gets the bound field for this status.
|
HasValue<?,?> |
Binder.Binding.getField()
Gets the field the binding uses.
|
HasValue<?,?> |
Binder.BindingBuilder.getField()
Gets the field the binding is being built for.
|
HasValue<?,FIELDVALUE> |
Binder.BindingBuilderImpl.getField() |
HasValue<?,FIELDVALUE> |
Binder.BindingImpl.getField() |
Modifier and Type | Method and Description |
---|---|
Stream<HasValue<?,?>> |
Binder.getFields()
Returns the fields this binder has been bound to.
|
Optional<HasValue<?,?>> |
ValueContext.getHasValue()
Returns an
Optional for the HasValue used in the value
conversion. |
Modifier and Type | Method and Description |
---|---|
<FIELDVALUE> |
Binder.bind(HasValue<?,FIELDVALUE> field,
String propertyName)
Binds the given field to the property with the given name.
|
<FIELDVALUE> |
Binder.bind(HasValue<?,FIELDVALUE> field,
ValueProvider<BEAN,FIELDVALUE> getter,
Setter<BEAN,FIELDVALUE> setter)
Binds a field to a bean property represented by the given getter and
setter pair.
|
protected void |
Binder.clearError(HasValue<?,?> field)
Clears the error condition of the given field, if any.
|
protected <FIELDVALUE,TARGET> |
Binder.createBinding(HasValue<?,FIELDVALUE> field,
Converter<FIELDVALUE,TARGET> converter,
BindingValidationStatusHandler handler)
Creates a new binding with the given field.
|
protected <FIELDVALUE,TARGET> |
Binder.doCreateBinding(HasValue<?,FIELDVALUE> field,
Converter<FIELDVALUE,TARGET> converter,
BindingValidationStatusHandler handler) |
<FIELDVALUE> |
Binder.forField(HasValue<?,FIELDVALUE> field)
Creates a new binding for the given field.
|
<FIELDVALUE> |
Binder.forMemberField(HasValue<?,FIELDVALUE> field)
Creates a new binding for the given field.
|
protected void |
Binder.handleError(HasValue<?,?> field,
ValidationResult result)
Handles a validation error emitted when trying to write the value of the
given field.
|
void |
Binder.removeBinding(HasValue<?,?> field)
Finds and removes all Bindings for the given field.
|
Constructor and Description |
---|
BindingBuilderImpl(Binder<BEAN> binder,
HasValue<?,FIELDVALUE> field,
Converter<FIELDVALUE,TARGET> converterValidatorChain,
BindingValidationStatusHandler statusHandler)
Creates a new binding builder associated with the given field.
|
ValueContext(Component component,
HasValue<?,?> hasValue)
Constructor for
ValueContext . |
ValueContext(Component component,
HasValue<?,?> hasValue,
Locale locale)
Constructor for
ValueContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiSelect<C extends Component,T>
Multi selection component which allows to select and deselect multiple items.
|
interface |
SingleSelect<C extends Component,T>
Single selection component whose selection is treated as a value.
|
Constructor and Description |
---|
MultiSelectionEvent(C listing,
HasValue<AbstractField.ComponentValueChangeEvent<C,Set<T>>,Set<T>> source,
Set<T> oldSelection,
boolean userOriginated)
Creates a new multi selection change event in a component.
|
Copyright © 2018. All rights reserved.