Interface DRLEditorView
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<DRLEditorPresenter>,com.google.gwt.user.client.ui.IsWidget,org.kie.workbench.common.widgets.metadata.client.KieEditorView,com.google.gwt.user.client.ui.RequiresResize,org.uberfire.client.mvp.UberView<DRLEditorPresenter>
- All Known Implementing Classes:
DRLEditorViewImpl
public interface DRLEditorView extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.RequiresResize, org.uberfire.client.mvp.UberView<DRLEditorPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()voidsetContent(String drl, List<String> fullyQualifiedClassNames)voidsetContent(String dslr, List<String> fullyQualifiedClassNames, List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslConditions, List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslActions)voidsetReadOnly(boolean readOnly)-
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
-
-
-
-
Method Detail
-
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()
-
setReadOnly
void setReadOnly(boolean readOnly)
-
-