Drools Workbench - Technical Rule Editor - Client 6.2.0.CR4

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

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

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


Method Summary
 String getContent()
           
 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)
           
 
Methods inherited from interface org.kie.workbench.common.widgets.metadata.client.KieEditorView
refreshTitle
 
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
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 

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()

Drools Workbench - Technical Rule Editor - Client 6.2.0.CR4

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