Interface DocumentacaoProcessoView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
DocumentacaoProcessoViewImpl
public interface DocumentacaoProcessoView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddElements(List<ElementoBpmn> elementos) voidButtonButtonButtonButtonbtLimpar()Buttonvoiddisplay(String processName, InputStream diagramResource, ProcessoVersao versao) CssLayoutVerticalLayoutComponentMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
display
-
closeButton
Button closeButton() -
currentViewer
BPMNViewerComponent currentViewer() -
comboRaias
StringMultiSelectComboBox comboRaias() -
comboTipos
StringMultiSelectComboBox comboTipos() -
comboTarefas
StringMultiSelectComboBox comboTarefas() -
btFiltrar
Button btFiltrar() -
btImprimirComDiagrama
Button btImprimirComDiagrama() -
btImprimirSemDiagrama
Button btImprimirSemDiagrama() -
btLimpar
Button btLimpar() -
addElements
-
mainLayout
VerticalLayout mainLayout() -
mainPanel
Component mainPanel() -
addLanes
-
getDiagramLayout
CssLayout getDiagramLayout()
-