Drools Workbench - Technical Rule Editor - Client 6.1.0.CR2

org.drools.workbench.screens.drltext.client.editor
Interface DRLEditorView

All Superinterfaces:
org.kie.workbench.common.widgets.client.widget.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<DRLEditorPresenter>
All Known Implementing Classes:
DRLEditorViewImpl

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


Method Summary
 void alertReadOnly()
           
 boolean confirmClose()
           
 String getContent()
           
 boolean isDirty()
           
 void setContent(String drl, List<String> fullyQualifiedClassNames)
           
 void setContent(String dslr, List<String> fullyQualifiedClassNames, List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslConditions, List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslActions)
           
 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(String drl,
                List<String> fullyQualifiedClassNames)

setContent

void setContent(String dslr,
                List<String> fullyQualifiedClassNames,
                List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslConditions,
                List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslActions)

getContent

String getContent()

isDirty

boolean isDirty()

setNotDirty

void setNotDirty()

confirmClose

boolean confirmClose()

alertReadOnly

void alertReadOnly()

Drools Workbench - Technical Rule Editor - Client 6.1.0.CR2

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