Class ContributorsListView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.organizationalunit.contributors.tab.ContributorsListView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,ContributorsListPresenter.View,org.uberfire.client.mvp.HasPresenter<ContributorsListPresenter>,org.uberfire.client.mvp.UberElement<ContributorsListPresenter>
@Templated public class ContributorsListView extends Object implements ContributorsListPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description ContributorsListView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContributor(com.google.gwt.event.dom.client.ClickEvent event)voidaddContributor(org.jboss.errai.common.client.dom.HTMLElement contributor)voidaddNewContributor(org.jboss.errai.common.client.dom.HTMLElement newContributorView)voidclearContributors()voidclearFilterText()voidfilterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event)voidhideAddContributor()voidinit(ContributorsListPresenter presenter)voidshowAddContributor()
-
-
-
Method Detail
-
init
public void init(ContributorsListPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ContributorsListPresenter>
-
clearContributors
public void clearContributors()
- Specified by:
clearContributorsin interfaceContributorsListPresenter.View
-
addNewContributor
public void addNewContributor(org.jboss.errai.common.client.dom.HTMLElement newContributorView)
- Specified by:
addNewContributorin interfaceContributorsListPresenter.View
-
addContributor
public void addContributor(org.jboss.errai.common.client.dom.HTMLElement contributor)
- Specified by:
addContributorin interfaceContributorsListPresenter.View
-
clearFilterText
public void clearFilterText()
- Specified by:
clearFilterTextin interfaceContributorsListPresenter.View
-
showAddContributor
public void showAddContributor()
- Specified by:
showAddContributorin interfaceContributorsListPresenter.View
-
hideAddContributor
public void hideAddContributor()
- Specified by:
hideAddContributorin interfaceContributorsListPresenter.View
-
filterTextChange
@EventHandler("filter-text") public void filterTextChange(com.google.gwt.event.dom.client.KeyUpEvent event)
-
addContributor
@EventHandler("add-contributor") public void addContributor(com.google.gwt.event.dom.client.ClickEvent event)
-
-