org.drools.workbench.screens.drltext.client.editor
Class DRLEditorPresenter
java.lang.Object
org.drools.workbench.screens.drltext.client.editor.DRLEditorPresenter
@Dependent
public class DRLEditorPresenter
- extends Object
This is the default rule editor widget (just text editor based).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRLEditorPresenter
public DRLEditorPresenter()
init
@PostConstruct
public void init()
onStartup
public void onStartup(org.uberfire.backend.vfs.ObservablePath path,
org.uberfire.mvp.PlaceRequest place)
loadClassFields
public void loadClassFields(String fullyQualifiedClassName,
org.uberfire.client.callbacks.Callback<List<String>> callback)
onSave
public void onSave()
isDirty
public boolean isDirty()
onClose
public void onClose()
checkIfDirty
public boolean checkIfDirty()
getTitle
public String getTitle()
getWidget
public com.google.gwt.user.client.ui.IsWidget getWidget()
getMenus
public org.uberfire.workbench.model.menu.Menus getMenus()
onRestore
public void onRestore(@Observes
org.guvnor.common.services.shared.version.events.RestoreEvent restore)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.