Class EntityRoleEditor<T extends EntityRole>

java.lang.Object
Type Parameters:
T - Type of Entity 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 EntityRoleEditor<T extends EntityRole> extends ObjectEditor<T>
An editor for EntityRole in which the fields of the Entity get merged seamlessly with the fields of the EntityRole.
Author:
Syam
See Also: