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
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
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()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.