Drools Workbench - Domain Specific Language Editor - Client 6.2.0.CR2

org.drools.workbench.screens.dsltext.client.editor
Interface DSLEditorView

All Superinterfaces:
org.kie.uberfire.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget, org.kie.workbench.common.widgets.metadata.client.KieEditorView
All Known Implementing Classes:
DSLEditorViewImpl

public interface DSLEditorView
extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.IsWidget


Method Summary
 boolean confirmClose()
           
 String getContent()
           
 boolean isDirty()
           
 void makeReadOnly()
           
 void setContent(String content)
           
 
Methods inherited from interface org.kie.workbench.common.widgets.metadata.client.KieEditorView
alertReadOnly, getTitleWidget, refreshTitle, setNotDirty, showLoading, showSaving
 
Methods inherited from interface org.kie.uberfire.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setContent

void setContent(String content)

getContent

String getContent()

isDirty

boolean isDirty()

confirmClose

boolean confirmClose()

makeReadOnly

void makeReadOnly()

Drools Workbench - Domain Specific Language Editor - Client 6.2.0.CR2

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