org.jbpm.console.ng.es.client.editors.requestlist
public static interface RequestListPresenter.RequestListView extends org.uberfire.client.mvp.UberView<RequestListPresenter>
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
com.google.gwt.user.cellview.client.DataGrid<RequestSummary> |
getDataGrid() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowAllLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowCancelledLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowCompletedLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowErrorLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowQueuedLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowRetryingLink() |
com.github.gwtbootstrap.client.ui.NavLink |
getShowRunningLink() |
com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<RequestSummary> |
getSortHandler() |
void displayNotification(String text)
com.github.gwtbootstrap.client.ui.NavLink getShowAllLink()
com.github.gwtbootstrap.client.ui.NavLink getShowQueuedLink()
com.github.gwtbootstrap.client.ui.NavLink getShowRunningLink()
com.github.gwtbootstrap.client.ui.NavLink getShowRetryingLink()
com.github.gwtbootstrap.client.ui.NavLink getShowErrorLink()
com.github.gwtbootstrap.client.ui.NavLink getShowCompletedLink()
com.github.gwtbootstrap.client.ui.NavLink getShowCancelledLink()
com.google.gwt.user.cellview.client.DataGrid<RequestSummary> getDataGrid()
com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<RequestSummary> getSortHandler()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.