public static interface ProcessDefinitionListPresenter.ProcessDefinitionListView extends org.uberfire.client.mvp.UberView<ProcessDefinitionListPresenter>
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
String |
getCurrentFilter() |
com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> |
getDataGrid() |
void |
hideBusyIndicator() |
void |
setCurrentFilter(String filter) |
void |
showBusyIndicator(String message) |
void displayNotification(String text)
String getCurrentFilter()
void setCurrentFilter(String filter)
com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> getDataGrid()
void showBusyIndicator(String message)
void hideBusyIndicator()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.