Class DataModelDiagramView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<ViewLayout>
io.jmix.flowui.view.StandardView
io.jmix.datatoolsflowui.view.datamodel.DataModelDiagramView
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, DiagramView, FacetOwner, FragmentOwner, Serializable

@Route(value="datatl/data-model-diagram/:id?", layout=DefaultMainViewParent.class) @ViewController(id="datatl_dataModelDiagramView") @ViewDescriptor(path="data-model-diagram-view.xml") public class DataModelDiagramView extends StandardView implements DiagramView
See Also:
  • Field Details

  • Constructor Details

    • DataModelDiagramView

      public DataModelDiagramView()
  • Method Details

    • afterNavigation

      public void afterNavigation(com.vaadin.flow.router.AfterNavigationEvent event)
      Specified by:
      afterNavigation in interface com.vaadin.flow.router.internal.AfterNavigationHandler
      Overrides:
      afterNavigation in class View<ViewLayout>
    • setDiagramData

      public void setDiagramData(@Nullable byte[] diagramData)
      Description copied from interface: DiagramView
      Sets diagram data to be displayed in the view.
      Specified by:
      setDiagramData in interface DiagramView
      Parameters:
      diagramData - diagram data to be displayed