Drools Workbench - Technical Rule Editor - Client 6.1.0.CR2

org.drools.workbench.screens.drltext.client.editor
Class DRLEditorPresenter

java.lang.Object
  extended by 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).


Constructor Summary
DRLEditorPresenter()
           
 
Method Summary
 boolean checkIfDirty()
           
 org.uberfire.workbench.model.menu.Menus getMenus()
           
 String getTitle()
           
 com.google.gwt.user.client.ui.IsWidget getWidget()
           
 void init()
           
 boolean isDirty()
           
 void loadClassFields(String fullyQualifiedClassName, org.uberfire.client.callbacks.Callback<List<String>> callback)
           
 void onClose()
           
 void onRestore(org.guvnor.common.services.shared.version.events.RestoreEvent restore)
           
 void onSave()
           
 void onStartup(org.uberfire.backend.vfs.ObservablePath path, org.uberfire.mvp.PlaceRequest place)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRLEditorPresenter

public DRLEditorPresenter()
Method Detail

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)

Drools Workbench - Technical Rule Editor - Client 6.1.0.CR2

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