Class ProcessDraftUploadFragment

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.fragment.Fragment<com.vaadin.flow.component.html.Div>
io.jmix.stormbpmnflowui.view.processdraft.ProcessDraftUploadFragment
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, FacetOwner, FragmentOwner, Serializable

public class ProcessDraftUploadFragment extends Fragment<com.vaadin.flow.component.html.Div>
See Also:
  • Field Details

    • uiComponents

      @Autowired protected UiComponents uiComponents
    • actions

      @Autowired protected Actions actions
    • uploadButton

      protected JmixButton uploadButton
    • uploadAction

      protected Action uploadAction
  • Constructor Details

    • ProcessDraftUploadFragment

      public ProcessDraftUploadFragment()
  • Method Details

    • onReady

      @Subscribe public void onReady(Fragment.ReadyEvent event)
    • enhanceDataGrid

      protected void enhanceDataGrid()
    • createUploadButton

      protected JmixButton createUploadButton()
    • createUploadAction

      protected Action createUploadAction()