@Templated public class ContributorsListView extends Object implements ContributorsListPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
| Constructor and Description |
|---|
ContributorsListView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContributor(org.jboss.errai.common.client.dom.HTMLElement contributor) |
void |
clearContributors() |
void |
clearFilterText() |
void |
edit(com.google.gwt.event.dom.client.ClickEvent event) |
void |
filterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event) |
String |
getContributorRoleLabel() |
String |
getOwnerRoleLabel() |
void |
init(ContributorsListPresenter presenter) |
public void init(ContributorsListPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<ContributorsListPresenter>public void clearContributors()
clearContributors in interface ContributorsListPresenter.Viewpublic void addContributor(org.jboss.errai.common.client.dom.HTMLElement contributor)
addContributor in interface ContributorsListPresenter.Viewpublic void clearFilterText()
clearFilterText in interface ContributorsListPresenter.Viewpublic String getOwnerRoleLabel()
getOwnerRoleLabel in interface ContributorsListPresenter.Viewpublic String getContributorRoleLabel()
getContributorRoleLabel in interface ContributorsListPresenter.View@EventHandler(value="filter-text") public void filterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event)
@EventHandler(value="edit") public void edit(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.