org.drools.workbench.screens.globals.client.editor
Interface GlobalsEditorView
- All Superinterfaces:
- org.kie.workbench.common.widgets.client.widget.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
- GlobalsEditorViewImpl
public interface GlobalsEditorView
- extends org.kie.workbench.common.widgets.client.widget.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
Globals Editor View definition
| Methods inherited from interface org.kie.workbench.common.widgets.client.widget.HasBusyIndicator |
hideBusyIndicator, showBusyIndicator |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
setContent
void setContent(List<Global> globals,
List<String> fullyQualifiedClassNames,
boolean isReadOnly)
isDirty
boolean isDirty()
setNotDirty
void setNotDirty()
confirmClose
boolean confirmClose()
alertReadOnly
void alertReadOnly()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.