org.kie.guvnor.projecteditor.client.forms
Class POMEditorPanel
java.lang.Object
org.kie.guvnor.projecteditor.client.forms.POMEditorPanel
- All Implemented Interfaces:
- com.google.gwt.user.client.ui.IsWidget
public class POMEditorPanel
- extends Object
- implements com.google.gwt.user.client.ui.IsWidget
Method Summary |
com.google.gwt.user.client.ui.Widget |
asWidget()
|
String |
getTitle()
|
void |
init(org.uberfire.backend.vfs.Path path,
boolean isReadOnly)
|
void |
save(String commitMessage,
org.uberfire.client.mvp.Command callback,
org.kie.guvnor.services.metadata.model.Metadata metadata)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POMEditorPanel
@Inject
public POMEditorPanel(org.jboss.errai.ioc.client.api.Caller<org.kie.guvnor.project.service.POMService> pomServiceCaller,
POMEditorPanelView view)
init
public void init(org.uberfire.backend.vfs.Path path,
boolean isReadOnly)
save
public void save(String commitMessage,
org.uberfire.client.mvp.Command callback,
org.kie.guvnor.services.metadata.model.Metadata metadata)
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
getTitle
public String getTitle()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.