@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(com.google.gwt.event.dom.client.ClickEvent event) |
void |
addContributor(org.jboss.errai.common.client.dom.HTMLElement contributor) |
void |
addNewContributor(org.jboss.errai.common.client.dom.HTMLElement newContributorView) |
void |
clearContributors() |
void |
clearFilterText() |
void |
filterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event) |
void |
hideAddContributor() |
void |
init(ContributorsListPresenter presenter) |
void |
showAddContributor() |
public void init(ContributorsListPresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<ContributorsListPresenter>public void clearContributors()
clearContributors in interface ContributorsListPresenter.Viewpublic void addNewContributor(org.jboss.errai.common.client.dom.HTMLElement newContributorView)
addNewContributor 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 void showAddContributor()
showAddContributor in interface ContributorsListPresenter.Viewpublic void hideAddContributor()
hideAddContributor in interface ContributorsListPresenter.View@EventHandler(value="filter-text") public void filterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event)
@EventHandler(value="add-contributor") public void addContributor(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.