org.guvnor.structure.client.editors.repository.list
Interface RepositoriesPresenter.View
- All Superinterfaces:
- com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<RepositoriesPresenter>
- All Known Implementing Classes:
- RepositoriesView
- Enclosing class:
- RepositoriesPresenter
public static interface RepositoriesPresenter.View
- extends org.uberfire.client.mvp.UberView<RepositoriesPresenter>
| Methods inherited from interface org.uberfire.client.mvp.UberView |
init |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
addRepository
void addRepository(Repository repository)
confirmDeleteRepository
boolean confirmDeleteRepository(Repository repository)
removeIfExists
void removeIfExists(Repository repository)
clear
void clear()
updateRepository
void updateRepository(Repository old,
Repository updated)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.