Interface ContributorsListPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ContributorsListPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<ContributorsListPresenter>
- All Known Implementing Classes:
ContributorsListView
- Enclosing class:
- ContributorsListPresenter
public static interface ContributorsListPresenter.View extends org.uberfire.client.mvp.UberElement<ContributorsListPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddContributor(org.jboss.errai.common.client.dom.HTMLElement contributor)voidaddNewContributor(org.jboss.errai.common.client.dom.HTMLElement newContributorView)voidclearContributors()voidclearFilterText()voidhideAddContributor()voidshowAddContributor()
-
-
-
Method Detail
-
clearContributors
void clearContributors()
-
addContributor
void addContributor(org.jboss.errai.common.client.dom.HTMLElement contributor)
-
addNewContributor
void addNewContributor(org.jboss.errai.common.client.dom.HTMLElement newContributorView)
-
clearFilterText
void clearFilterText()
-
showAddContributor
void showAddContributor()
-
hideAddContributor
void hideAddContributor()
-
-