Interface GlobalsEditorView
-
- 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
- All Known Implementing Classes:
GlobalsEditorViewImpl
public interface GlobalsEditorView extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.IsWidget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetContent(List<org.drools.workbench.screens.globals.model.Global> globals, List<String> fullyQualifiedClassNames, boolean isReadOnly, boolean isGenerated)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
-