|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.guvnor.client.asseteditor.drools.standalone.StandaloneEditorManager
public class StandaloneEditorManager
Class used to manage the stand-alone version of Guvnor's Editors
| Constructor Summary | |
|---|---|
StandaloneEditorManager(ClientFactory clientFactory,
com.google.gwt.event.shared.EventBus eventBus)
|
|
| Method Summary | |
|---|---|
void |
afterCancelButtonCallbackFunction()
|
void |
afterCloseButtonCallbackFunction()
|
void |
afterSaveAllCallbackFunction()
Method invoked after the "Save All" button is pressed. |
void |
afterSaveAndCloseCallbackFunction()
Method invoked after the "Save an Close" button is pressed. |
void |
beforeSaveAllCallbackFunction()
Method invoked before the "Save All" 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(ClientFactory clientFactory,
com.google.gwt.event.shared.EventBus eventBus)
| 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 afterSaveAndCloseCallbackFunction()
public void beforeSaveAllCallbackFunction()
public void afterSaveAllCallbackFunction()
public void afterCancelButtonCallbackFunction()
public void afterCloseButtonCallbackFunction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||