Drools Workbench - Globals Editor - Client 6.0.0.Beta4

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, org.uberfire.client.mvp.UberView<GlobalsEditorPresenter>
All Known Implementing Classes:
GlobalsEditorViewImpl

public interface GlobalsEditorView
extends org.kie.workbench.common.widgets.client.widget.HasBusyIndicator, org.uberfire.client.mvp.UberView<GlobalsEditorPresenter>

Globals Editor View definition


Method Summary
 void alertReadOnly()
           
 boolean confirmClose()
           
 boolean isDirty()
           
 void setContent(PackageDataModelOracle oracle, List<Global> globals, boolean isReadOnly)
           
 void setNotDirty()
           
 
Methods inherited from interface org.kie.workbench.common.widgets.client.widget.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setContent

void setContent(PackageDataModelOracle oracle,
                List<Global> globals,
                boolean isReadOnly)

isDirty

boolean isDirty()

setNotDirty

void setNotDirty()

confirmClose

boolean confirmClose()

alertReadOnly

void alertReadOnly()

Drools Workbench - Globals Editor - Client 6.0.0.Beta4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.