|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.client.ruleeditor.StandaloneEditorManager
public class StandaloneEditorManager
Class used to manage the stand-alone version of Guvnor's Editors
Constructor Summary | |
---|---|
StandaloneEditorManager()
|
Method Summary | |
---|---|
void |
afterCancelButtonCallbackFunction()
|
void |
afterCloseButtonCallbackFunction()
|
void |
afterSaveAndClose()
Method invoked after the "Save an Close" button is pressed. |
String |
getAssetsUUIDs()
Returns the uuids of the assets that are being edited in JSON format. |
com.google.gwt.user.client.ui.Panel |
getBaseLayout()
|
void |
getBRLs()
This method should be invoked from JS using window.getEditorBRL(). |
void |
getDRLs()
This method should be invoked from JS using window.getEditorDRL(). |
void |
returnBRL(String brl)
Callback method invoked from getDRLs(). |
void |
returnDRL(String drl)
Callback method invoked from getDRLs(). |
void |
setHooks(StandaloneEditorManager app)
Creates 2 JS functions in window object: getDRLs() and getBRLs(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandaloneEditorManager()
Method Detail |
---|
public com.google.gwt.user.client.ui.Panel getBaseLayout()
public void getDRLs()
public void getBRLs()
public String getAssetsUUIDs()
public void setHooks(StandaloneEditorManager app)
app
- public void returnDRL(String drl)
drl
- public void returnBRL(String brl)
drl
- public void afterSaveAndClose()
public void afterCancelButtonCallbackFunction()
public void afterCloseButtonCallbackFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |