Class AccountField<T extends Account>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.AbstractField<com.vaadin.flow.component.customfield.CustomField<Id>,Id>
com.vaadin.flow.component.customfield.CustomField<Id>
com.storedobject.vaadin.CustomField<Id>
com.storedobject.ui.ObjectField<T>
com.storedobject.ui.accounts.AccountField<T>
Type Parameters:
T - The type of the account object, which must extend the Account class.
All Implemented Interfaces:
FilterMethods<T>, ObjectGetter<T>, ObjectSetter<T>, IdInput<T>, ObjectProvider<T>, AbstractObjectInput<T>, NoDisplayField, HasElement, HasThemeStyle, ValueRequired, ViewDependent, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.BlurNotifier<com.vaadin.flow.component.customfield.CustomField<Id>>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.Focusable<com.vaadin.flow.component.customfield.CustomField<Id>>, com.vaadin.flow.component.FocusNotifier<com.vaadin.flow.component.customfield.CustomField<Id>>, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasHelper, com.vaadin.flow.component.HasLabel, com.vaadin.flow.component.HasPlaceholder, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.HasValidation, com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.customfield.CustomField<Id>,Id>,Id>, com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.customfield.CustomField<Id>,Id>,Id>, com.vaadin.flow.component.shared.HasTooltip, com.vaadin.flow.component.shared.HasValidationProperties, com.vaadin.flow.component.shared.InputField<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<com.vaadin.flow.component.customfield.CustomField<Id>,Id>,Id>, Serializable, Consumer<T>

public class AccountField<T extends Account> extends ObjectField<T>
A specialized field for handling account-related objects, extending the functionality of the ObjectField. This field is designed to work with instances of the Account class or its subclasses.
Author:
Syam
See Also: