Class VariableInstanceDataDetail

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, FragmentOwner, ChangeTracker, DetailView<VariableInstanceData>, ReadOnlyAwareView, Serializable

@Route(value="bpm/variableinstancedata", layout=DefaultMainViewParent.class) @ViewController("bpm_VariableInstanceData.detail") @ViewDescriptor("variable-instance-data-detail.xml") @DialogMode(width="38em", height="36em", resizable=true) public class VariableInstanceDataDetail extends StandardDetailView<VariableInstanceData>
See Also:
  • Field Details

    • runtimeService

      @Autowired protected org.flowable.engine.RuntimeService runtimeService
    • datatypeRegistry

      @Autowired protected DatatypeRegistry datatypeRegistry
    • messageBundle

      @Autowired protected MessageBundle messageBundle
    • metadata

      @Autowired protected Metadata metadata
    • uiComponents

      @Autowired protected UiComponents uiComponents
    • actions

      @Autowired protected Actions actions
    • isEditing

      protected boolean isEditing
  • Constructor Details

    • VariableInstanceDataDetail

      public VariableInstanceDataDetail()
  • Method Details

    • onInit

      @Subscribe public void onInit(View.InitEvent event)
    • onBeforeShow

      @Subscribe public void onBeforeShow(View.BeforeShowEvent event)
    • initTypeLookup

      protected void initTypeLookup()
    • initEntityNameLookup

      protected void initEntityNameLookup()
    • initValueComponent

      protected void initValueComponent()
    • createAndSetupInfoComponent

      protected void createAndSetupInfoComponent()
    • setupValueComponent

      protected void setupValueComponent(com.vaadin.flow.component.Component valueComponent)
    • createComponent

      protected com.vaadin.flow.component.Component createComponent(VariableInstanceData variableInstance)
    • createDateField

      protected com.vaadin.flow.component.Component createDateField(String datatypeName)
    • createDateTimeField

      protected com.vaadin.flow.component.Component createDateTimeField(String datatypeName)
    • createTextField

      protected com.vaadin.flow.component.textfield.TextField createTextField(Class clazz)
    • createFileField

      protected com.vaadin.flow.component.Component createFileField(FileDescription fileDescription)
    • createEntityPickerField

      protected EntityPicker createEntityPickerField(MetaClass metaClass)
    • createValuesPickerField

      protected com.vaadin.flow.component.Component createValuesPickerField(MetaClass metaClass)
    • createOutcomesContainerReadOnlyTextArea

      protected com.vaadin.flow.component.textfield.TextArea createOutcomesContainerReadOnlyTextArea(OutcomesContainer outcomesContainer)
    • setupForEditing

      public void setupForEditing()
    • commitDelegate

      @Install(target=DATA_CONTEXT) protected Set<Object> commitDelegate(SaveContext saveContext)
    • onVariableInstanceDcItemPropertyChange

      @Subscribe(id="variableInstanceDc", target=DATA_CONTAINER) public void onVariableInstanceDcItemPropertyChange(InstanceContainer.ItemPropertyChangeEvent<VariableInstanceData> event)