Interface DocumentacaoProcessoView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
DocumentacaoProcessoViewImpl

public interface DocumentacaoProcessoView extends View
  • Method Details

    • display

      void display(String processName, InputStream diagramResource, ProcessoVersao versao)
    • closeButton

      Button closeButton()
    • currentViewer

      BPMNViewerComponent currentViewer()
    • comboRaias

    • comboTipos

    • comboTarefas

    • btFiltrar

      Button btFiltrar()
    • btImprimirComDiagrama

      Button btImprimirComDiagrama()
    • btImprimirSemDiagrama

      Button btImprimirSemDiagrama()
    • btLimpar

      Button btLimpar()
    • addElements

      void addElements(List<ElementoBpmn> elementos)
    • mainLayout

      VerticalLayout mainLayout()
    • mainPanel

      Component mainPanel()
    • addLanes

      void addLanes(List<Lane> elementos)
    • getDiagramLayout

      CssLayout getDiagramLayout()