org.jbpm.console.ng.ht.client.editors.taskgrid
Interface InboxPersonalPresenter.InboxView
- All Superinterfaces:
- com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<InboxPersonalPresenter>
- All Known Implementing Classes:
- InboxPersonalViewImpl
- Enclosing class:
- InboxPersonalPresenter
public static interface InboxPersonalPresenter.InboxView
- extends org.uberfire.client.mvp.UberView<InboxPersonalPresenter>
| Methods inherited from interface org.uberfire.client.mvp.UberView |
init |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
displayNotification
void displayNotification(String text)
getShowCompletedCheck
com.github.gwtbootstrap.client.ui.CheckBox getShowCompletedCheck()
getShowGroupTasksCheck
com.github.gwtbootstrap.client.ui.CheckBox getShowGroupTasksCheck()
getDataGrid
com.github.gwtbootstrap.client.ui.DataGrid<TaskSummary> getDataGrid()
getSortHandler
com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<TaskSummary> getSortHandler()
getSelectionModel
com.google.gwt.view.client.MultiSelectionModel<TaskSummary> getSelectionModel()
refreshTasks
void refreshTasks()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.