jBPM Console NG - Human Tasks Client 6.0.0.Beta3

org.jbpm.console.ng.ht.client.editors.taskgrid
Class InboxPersonalViewImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.jbpm.console.ng.ht.client.editors.taskgrid.InboxPersonalViewImpl
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, InboxPersonalPresenter.InboxView, org.uberfire.client.mvp.UberView<InboxPersonalPresenter>

@Dependent
@Templated(value="InboxPersonalViewImpl.html")
public class InboxPersonalViewImpl
extends com.google.gwt.user.client.ui.Composite
implements InboxPersonalPresenter.InboxView


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 com.github.gwtbootstrap.client.ui.NavLink createQuickTaskNavLink
           
 com.github.gwtbootstrap.client.ui.Label filtersLabel
           
 com.google.gwt.user.client.ui.FlowPanel listContainer
           
 com.github.gwtbootstrap.client.ui.DataGrid<TaskSummary> myTaskListGrid
           
 com.github.gwtbootstrap.client.ui.SimplePager pager
           
 com.github.gwtbootstrap.client.ui.Button refreshTasksButton
           
 com.github.gwtbootstrap.client.ui.NavLink showActiveTasksNavLink
           
 com.github.gwtbootstrap.client.ui.NavLink showAllTasksNavLink
           
 com.github.gwtbootstrap.client.ui.NavLink showGroupTasksNavLink
           
 com.github.gwtbootstrap.client.ui.NavLink showPersonalTasksNavLink
           
 com.github.gwtbootstrap.client.ui.Label taskAdvancedViewLabel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
InboxPersonalViewImpl()
           
 
Method Summary
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.DataGrid<TaskSummary> getDataGrid()
           
 com.google.gwt.view.client.MultiSelectionModel<TaskSummary> getSelectionModel()
           
 com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<TaskSummary> getSortHandler()
           
 void init(InboxPersonalPresenter presenter)
           
 void recieveStatusChanged(UserTaskEvent event)
           
 void refreshTasks()
           
 void refreshTasksButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Field Detail

refreshTasksButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Button refreshTasksButton

createQuickTaskNavLink

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink createQuickTaskNavLink

myTaskListGrid

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.DataGrid<TaskSummary> myTaskListGrid

pager

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.SimplePager pager

listContainer

@Inject
@DataField
public com.google.gwt.user.client.ui.FlowPanel listContainer

showAllTasksNavLink

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink showAllTasksNavLink

showPersonalTasksNavLink

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink showPersonalTasksNavLink

showGroupTasksNavLink

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink showGroupTasksNavLink

showActiveTasksNavLink

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink showActiveTasksNavLink

taskAdvancedViewLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label taskAdvancedViewLabel

filtersLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label filtersLabel
Constructor Detail

InboxPersonalViewImpl

public InboxPersonalViewImpl()
Method Detail

init

public void init(InboxPersonalPresenter presenter)
Specified by:
init in interface org.uberfire.client.mvp.UberView<InboxPersonalPresenter>

recieveStatusChanged

public void recieveStatusChanged(@Observes
                                 UserTaskEvent event)

refreshTasksButton

@EventHandler(value="refreshTasksButton")
public void refreshTasksButton(com.google.gwt.event.dom.client.ClickEvent e)

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface InboxPersonalPresenter.InboxView

getDataGrid

public com.github.gwtbootstrap.client.ui.DataGrid<TaskSummary> getDataGrid()
Specified by:
getDataGrid in interface InboxPersonalPresenter.InboxView

getSortHandler

public com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<TaskSummary> getSortHandler()
Specified by:
getSortHandler in interface InboxPersonalPresenter.InboxView

getSelectionModel

public com.google.gwt.view.client.MultiSelectionModel<TaskSummary> getSelectionModel()
Specified by:
getSelectionModel in interface InboxPersonalPresenter.InboxView

refreshTasks

public void refreshTasks()
Specified by:
refreshTasks in interface InboxPersonalPresenter.InboxView

jBPM Console NG - Human Tasks Client 6.0.0.Beta3

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