jBPM Console NG - Human Tasks Client 6.0.0.CR1

org.jbpm.console.ng.ht.client.editors.taskslist
Interface TasksListPresenter.TaskListView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<TasksListPresenter>
All Known Implementing Classes:
TasksListViewImpl
Enclosing class:
TasksListPresenter

public static interface TasksListPresenter.TaskListView
extends org.uberfire.client.mvp.UberView<TasksListPresenter>


Method Summary
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.TextBox getSearchBox()
           
 com.google.gwt.view.client.MultiSelectionModel<TaskSummary> getSelectionModel()
           
 TaskListMultiDayBox getTaskListMultiDayBox()
           
 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)

getTaskListMultiDayBox

TaskListMultiDayBox getTaskListMultiDayBox()

getSelectionModel

com.google.gwt.view.client.MultiSelectionModel<TaskSummary> getSelectionModel()

getSearchBox

com.github.gwtbootstrap.client.ui.TextBox getSearchBox()

refreshTasks

void refreshTasks()

jBPM Console NG - Human Tasks Client 6.0.0.CR1

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