Interface PropertiesFragment<T>

Type Parameters:
T - model that contains representation data of bpmn element
All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable
All Known Implementing Classes:
AbstractElementPropertiesComponent, BusinessRuleTaskPropertiesFragment, CallActivityPropertiesFragment, EntityDataTaskPropertiesFragment, ErrorEventPropertiesFragment, FormDataPropertiesFragment, LanePropertiesFragment, MessageEventPropertiesFragment, MessageRefPropertiesFragment, ParticipantPropertiesFragment, ProcessPropertiesFragment, ScriptTaskPropertiesFragment, SendEmailTaskPropertiesFragment, SequenceFlowPropertiesFragment, ServiceTaskPropertiesFragment, SignalEventPropertiesFragment, SignalRefPropertiesFragment, StartEventPropertiesFragment, SubProcessPropertiesFragment, TerminateEndEventPropertiesFragment, TimerDescriptionPropertiesFragment, TimerEventPropertiesFragment, UnknownPropertiesFragment, UserTaskPropertiesFragment

public interface PropertiesFragment<T> extends com.vaadin.flow.component.HasElement
Base interface that points that implementation of this interface is root fragment for one of bpmn element(such as Service task, User task etc)
  • Method Details