jBPM Console NG - Human Tasks Client 6.0.0.CR3

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)
           
 Date getCurrentDate()
           
 String getCurrentFilter()
           
 TasksListPresenter.TaskType getCurrentTaskType()
           
 TasksListPresenter.TaskView getCurrentView()
           
 com.google.gwt.view.client.MultiSelectionModel<TaskSummary> getSelectionModel()
           
 TaskListMultiDayBox getTaskListMultiDayBox()
           
 void refreshTasks()
           
 void setCurrentFilter(String currentFilter)
           
 
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()

refreshTasks

void refreshTasks()

getCurrentDate

Date getCurrentDate()

getCurrentView

TasksListPresenter.TaskView getCurrentView()

getCurrentTaskType

TasksListPresenter.TaskType getCurrentTaskType()

getCurrentFilter

String getCurrentFilter()

setCurrentFilter

void setCurrentFilter(String currentFilter)

jBPM Console NG - Human Tasks Client 6.0.0.CR3

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