jBPM Console NG - Business Domain Client 6.2.0.CR4

org.jbpm.console.ng.bd.client.editors.deployment.descriptor
Interface DeploymentDescriptorView

All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget, org.kie.workbench.common.widgets.metadata.client.KieEditorView
All Known Implementing Classes:
DeploymentDescriptorViewImpl

public interface DeploymentDescriptorView
extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.IsWidget


Method Summary
 boolean confirmClose()
           
 boolean isDirty()
           
 void setContent(DeploymentDescriptorModel deploymentDescriptorModel)
           
 void setNotDirty()
           
 void updateContent(DeploymentDescriptorModel deploymentDescriptorModel)
           
 
Methods inherited from interface org.kie.workbench.common.widgets.metadata.client.KieEditorView
refreshTitle
 
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, getTitleWidget, refreshTitle, showLoading, showSaving
 
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setContent

void setContent(DeploymentDescriptorModel deploymentDescriptorModel)

updateContent

void updateContent(DeploymentDescriptorModel deploymentDescriptorModel)

confirmClose

boolean confirmClose()
Specified by:
confirmClose in interface org.uberfire.ext.editor.commons.client.BaseEditorView

isDirty

boolean isDirty()

setNotDirty

void setNotDirty()

jBPM Console NG - Business Domain Client 6.2.0.CR4

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