jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

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>


Method Summary
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.DataGrid<TaskSummary> getDataGrid()
           
 com.google.gwt.view.client.MultiSelectionModel<TaskSummary> getSelectionModel()
           
 com.github.gwtbootstrap.client.ui.CheckBox getShowCompletedCheck()
           
 com.github.gwtbootstrap.client.ui.CheckBox getShowGroupTasksCheck()
           
 com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<TaskSummary> getSortHandler()
           
 void refreshTasks()
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

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()

jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.