Guvnor - Structure Client 6.2.0.CR2

org.guvnor.structure.client.editors.repository.edit
Interface RepositoryEditorPresenter.View

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<RepositoryEditorPresenter>
All Known Implementing Classes:
RepositoryEditorView
Enclosing class:
RepositoryEditorPresenter

public static interface RepositoryEditorPresenter.View
extends org.uberfire.client.mvp.UberView<RepositoryEditorPresenter>


Method Summary
 void addHistory(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)
           
 void clear()
           
 void reloadHistory(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)
           
 void setRepositoryInfo(String repositoryName, String owner, List<PublicURI> publicURIs, String description, List<org.uberfire.java.nio.base.version.VersionRecord> initialVersionList)
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

clear

void clear()

setRepositoryInfo

void setRepositoryInfo(String repositoryName,
                       String owner,
                       List<PublicURI> publicURIs,
                       String description,
                       List<org.uberfire.java.nio.base.version.VersionRecord> initialVersionList)

reloadHistory

void reloadHistory(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)

addHistory

void addHistory(List<org.uberfire.java.nio.base.version.VersionRecord> versionList)

Guvnor - Structure Client 6.2.0.CR2

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