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>
Modifier and Type | Method and Description |
---|---|
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) |
void |
setReadOnly(boolean readOnly) |
refreshTitle
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
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)
String getContent()
void setReadOnly(boolean readOnly)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.