Interface AbstractProjectDiagramEditor.View
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,com.google.gwt.user.client.ui.IsWidget,org.kie.workbench.common.widgets.metadata.client.KieEditorView,com.google.gwt.user.client.ui.ProvidesResize,com.google.gwt.user.client.ui.RequiresResize
- All Known Implementing Classes:
ProjectDiagramEditorView
- Enclosing class:
- AbstractProjectDiagramEditor<R extends org.uberfire.client.workbench.type.ClientResourceType>
public static interface AbstractProjectDiagramEditor.View extends org.uberfire.ext.editor.commons.client.BaseEditorView, com.google.gwt.user.client.ui.RequiresResize, com.google.gwt.user.client.ui.ProvidesResize, com.google.gwt.user.client.ui.IsWidget, org.kie.workbench.common.widgets.metadata.client.KieEditorView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetWidget(com.google.gwt.user.client.ui.IsWidget widget)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
-
-