Project Editor Client 6.0.0.Beta2

org.kie.guvnor.projecteditor.client.forms
Interface GAVEditorView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
GAVEditorViewImpl

public interface GAVEditorView
extends com.google.gwt.user.client.ui.IsWidget


Nested Class Summary
static interface GAVEditorView.Presenter
           
 
Method Summary
 void setArtifactId(String id)
           
 void setGroupId(String id)
           
 void setPresenter(GAVEditorView.Presenter presenter)
           
 void setReadOnly()
           
 void setVersionId(String versionId)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(GAVEditorView.Presenter presenter)

setGroupId

void setGroupId(String id)

setArtifactId

void setArtifactId(String id)

setReadOnly

void setReadOnly()

setVersionId

void setVersionId(String versionId)

Project Editor Client 6.0.0.Beta2

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