Package org.jbpm.designer.client
Class DesignerWidgetPresenter
- java.lang.Object
-
- org.jbpm.designer.client.DesignerWidgetPresenter
-
@Dependent public class DesignerWidgetPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDesignerWidgetPresenter.View
-
Constructor Summary
Constructors Constructor Description DesignerWidgetPresenter()DesignerWidgetPresenter(DesignerWidgetView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaskOpenInXMLEditor(String editorID)booleancanSaveDesignerModel(String editorID)booleanconfirmClose()StringgetEditorID()booleangetIsReadOnly(String editorID)booleangetIsViewLocked(String editorID)com.google.gwt.user.client.ui.IsWidgetgetView()booleanisProcessValidating(String editorID)voidraiseEventCheckSave(boolean saveWithComments, String editorID, String pathURI)voidraiseEventReload(String editorID)voidraiseEventSave(String editorID)voidraiseEventSaveCancel(String editorID)voidraiseEventUpdate(String editorID)voidraiseEventUpdateLock(String editorID)voidsetProcessSaved(String editorID)voidsetProcessUnSaved(String editorID)voidsetSize(int width, int height)voidsetup(String editorID, Map<String,String> editorParameters)voidturnOffValidation(String editorID)
-
-
-
Constructor Detail
-
DesignerWidgetPresenter
public DesignerWidgetPresenter()
-
DesignerWidgetPresenter
@Inject public DesignerWidgetPresenter(DesignerWidgetView view)
-
-
Method Detail
-
getEditorID
public String getEditorID()
-
askOpenInXMLEditor
public void askOpenInXMLEditor(String editorID)
-
confirmClose
public boolean confirmClose()
-
raiseEventReload
public void raiseEventReload(String editorID)
-
raiseEventSave
public void raiseEventSave(String editorID)
-
raiseEventUpdate
public void raiseEventUpdate(String editorID)
-
raiseEventCheckSave
public void raiseEventCheckSave(boolean saveWithComments, String editorID, String pathURI)
-
raiseEventSaveCancel
public void raiseEventSaveCancel(String editorID)
-
setProcessUnSaved
public void setProcessUnSaved(String editorID)
-
getIsReadOnly
public boolean getIsReadOnly(String editorID)
-
getIsViewLocked
public boolean getIsViewLocked(String editorID)
-
setProcessSaved
public void setProcessSaved(String editorID)
-
turnOffValidation
public void turnOffValidation(String editorID)
-
raiseEventUpdateLock
public void raiseEventUpdateLock(String editorID)
-
canSaveDesignerModel
public boolean canSaveDesignerModel(String editorID)
-
isProcessValidating
public boolean isProcessValidating(String editorID)
-
setSize
public void setSize(int width, int height)
-
getView
public com.google.gwt.user.client.ui.IsWidget getView()
-
-