Interface BpmnEditorView
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<BpmnEditorPresenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<BpmnEditorPresenter>
- All Known Implementing Classes:
BpmnEditorViewImpl
public interface BpmnEditorView extends org.uberfire.ext.editor.commons.client.BaseEditorView, org.uberfire.client.mvp.UberView<BpmnEditorPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetContent(org.uberfire.ext.wires.bpmn.api.model.impl.BpmnEditorContent content, boolean isReadOnly)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
-