@Dependent @Templated(value="CaseMilestoneListViewImpl.html#search-actions") public class CaseMilestoneListSearchViewImpl extends AbstractView<CaseMilestoneListPresenter>
Constructor and Description |
---|
CaseMilestoneListSearchViewImpl() |
Modifier and Type | Method and Description |
---|---|
CaseMilestoneSearchRequest |
getCaseInstanceSearchRequest() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
init() |
void |
init(CaseMilestoneListPresenter presenter) |
void |
onSortAlphaAsc(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
onSortAlphaDesc(org.jboss.errai.common.client.dom.MouseEvent event) |
tooltip
public org.jboss.errai.common.client.dom.HTMLElement getElement()
public void init(CaseMilestoneListPresenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<CaseMilestoneListPresenter>
init
in class AbstractView<CaseMilestoneListPresenter>
@PostConstruct public void init()
public CaseMilestoneSearchRequest getCaseInstanceSearchRequest()
@EventHandler(value="sort-alpha-asc") public void onSortAlphaAsc(@ForEvent(value="click") org.jboss.errai.common.client.dom.MouseEvent event)
@EventHandler(value="sort-alpha-desc") public void onSortAlphaDesc(@ForEvent(value="click") org.jboss.errai.common.client.dom.MouseEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.