jBPM Console NG - Human Tasks Client 6.0.0.Beta2

org.jbpm.console.ng.ht.client.editors.taskcomments
Class TaskCommentsPopupViewImpl

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.taskcomments.TaskCommentsPopupViewImpl
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, TaskCommentsPopupPresenter.TaskCommentsPopupView, org.uberfire.client.mvp.UberView<TaskCommentsPopupPresenter>

@Dependent
@Templated(value="TaskCommentsPopupViewImpl.html")
public class TaskCommentsPopupViewImpl
extends com.google.gwt.user.client.ui.Composite
implements TaskCommentsPopupPresenter.TaskCommentsPopupView


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.google.gwt.user.client.ui.Button addCommentButton
           
 com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> commentsListGrid
           
 com.google.gwt.user.client.ui.FlowPanel listContainer
           
 com.github.gwtbootstrap.client.ui.base.UnorderedList navBarUL
           
 com.google.gwt.user.client.ui.TextArea newTaskCommentTextArea
           
 com.github.gwtbootstrap.client.ui.SimplePager pager
           
 com.google.gwt.user.client.ui.Label taskIdText
           
 com.google.gwt.user.client.ui.Label taskNameText
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
TaskCommentsPopupViewImpl()
           
 
Method Summary
 com.google.gwt.user.client.ui.Button addCommentButton()
           
 void addCommentButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> getDataGrid()
           
 com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
           
 com.google.gwt.user.client.ui.TextArea getNewTaskCommentTextArea()
           
 com.github.gwtbootstrap.client.ui.SimplePager getPager()
           
 com.google.gwt.user.client.ui.Label getTaskIdText()
           
 com.google.gwt.user.client.ui.Label getTaskNameText()
           
 void init(TaskCommentsPopupPresenter presenter)
           
 
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

taskIdText

@Inject
@DataField
public com.google.gwt.user.client.ui.Label taskIdText

taskNameText

@Inject
@DataField
public com.google.gwt.user.client.ui.Label taskNameText

newTaskCommentTextArea

@Inject
@DataField
public com.google.gwt.user.client.ui.TextArea newTaskCommentTextArea

addCommentButton

@Inject
@DataField
public com.google.gwt.user.client.ui.Button addCommentButton

navBarUL

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.UnorderedList navBarUL

commentsListGrid

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> commentsListGrid

pager

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

listContainer

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

TaskCommentsPopupViewImpl

public TaskCommentsPopupViewImpl()
Method Detail

getTaskIdText

public com.google.gwt.user.client.ui.Label getTaskIdText()
Specified by:
getTaskIdText in interface TaskCommentsPopupPresenter.TaskCommentsPopupView

getTaskNameText

public com.google.gwt.user.client.ui.Label getTaskNameText()
Specified by:
getTaskNameText in interface TaskCommentsPopupPresenter.TaskCommentsPopupView

getNavBarUL

public com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
Specified by:
getNavBarUL in interface TaskCommentsPopupPresenter.TaskCommentsPopupView

getNewTaskCommentTextArea

public com.google.gwt.user.client.ui.TextArea getNewTaskCommentTextArea()
Specified by:
getNewTaskCommentTextArea in interface TaskCommentsPopupPresenter.TaskCommentsPopupView

addCommentButton

public com.google.gwt.user.client.ui.Button addCommentButton()
Specified by:
addCommentButton in interface TaskCommentsPopupPresenter.TaskCommentsPopupView

getDataGrid

public com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> getDataGrid()
Specified by:
getDataGrid in interface TaskCommentsPopupPresenter.TaskCommentsPopupView

getPager

public com.github.gwtbootstrap.client.ui.SimplePager getPager()
Specified by:
getPager in interface TaskCommentsPopupPresenter.TaskCommentsPopupView

init

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

addCommentButton

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

jBPM Console NG - Human Tasks Client 6.0.0.Beta2

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