Class PersonRoleEditor<T extends PersonRole>

java.lang.Object
Type Parameters:
T - Type of Person Role.
All Implemented Interfaces:
Executable, Reentrant, HasLogic, ObjectSetter<T>, AlertHandler, ObjectChangedListener<T>, ObjectEditorListener, ObjectProvider<T>, Transactional, TransactionCreator, ClickHandler, ExecutableView, HasContainer, ValueChangeHandler, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener, Consumer<T>

public class PersonRoleEditor<T extends PersonRole> extends ObjectEditor<T>
An editor for PersonRole in which the fields of the Person get merged seamlessly with the fields of the PersonRole.
Author:
Syam
See Also: