Guvnor - Project Client 6.2.0.CR2

org.guvnor.common.services.project.client
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 disableArtifactID(String reason)
           
 void disableGroupID(String reason)
           
 void disableVersion(String reason)
           
 void enableGroupID()
           
 void enableVersion()
           
 void setArtifactId(String id)
           
 void setGroupId(String id)
           
 void setPresenter(GAVEditorView.Presenter presenter)
           
 void setReadOnly()
           
 void setVersion(String version)
           
 
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()

setVersion

void setVersion(String version)

disableGroupID

void disableGroupID(String reason)

disableArtifactID

void disableArtifactID(String reason)

disableVersion

void disableVersion(String reason)

enableGroupID

void enableGroupID()

enableVersion

void enableVersion()

Guvnor - Project Client 6.2.0.CR2

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