jBPM Console NG - Human Tasks Client 6.0.0.CR4-Pre1

org.jbpm.console.ng.ht.client.editors.taskdetails.popup
Class TaskDetailsPopupViewImpl

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.taskdetails.popup.TaskDetailsPopupViewImpl
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, TaskDetailsPopupPresenter.TaskDetailsPopupView, org.uberfire.client.mvp.UberView<TaskDetailsPopupPresenter>

@Dependent
@Templated(value="TaskDetailsPopupViewImpl.html")
public class TaskDetailsPopupViewImpl
extends com.google.gwt.user.client.ui.Composite
implements TaskDetailsPopupPresenter.TaskDetailsPopupView


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.ControlLabel detailsAccordionLabel
           
 com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox dueDate
           
 com.github.gwtbootstrap.client.ui.ControlLabel dueDateLabel
           
 com.github.gwtbootstrap.client.ui.base.UnorderedList navBarUL
           
 com.google.gwt.user.client.ui.Button pIDetailsButton
           
 com.github.gwtbootstrap.client.ui.ControlLabel pIDetailsLabel
           
 com.github.gwtbootstrap.client.ui.Label processContextLabel
           
 com.github.gwtbootstrap.client.ui.ControlLabel processIdLabel
           
 com.google.gwt.user.client.ui.TextBox processIdText
           
 com.github.gwtbootstrap.client.ui.ControlLabel processInstanceIdLabel
           
 com.google.gwt.user.client.ui.TextBox processInstanceIdText
           
 com.github.gwtbootstrap.client.ui.ControlLabel taskDescriptionLabel
           
 com.google.gwt.user.client.ui.TextArea taskDescriptionTextArea
           
 com.github.gwtbootstrap.client.ui.Label taskIdText
           
 com.github.gwtbootstrap.client.ui.Label taskNameText
           
 com.github.gwtbootstrap.client.ui.ControlLabel taskPriorityLabel
           
 com.google.gwt.user.client.ui.ListBox taskPriorityListBox
           
 com.github.gwtbootstrap.client.ui.ControlLabel taskStatusLabel
           
 com.google.gwt.user.client.ui.TextBox taskStatusText
           
 com.google.gwt.user.client.ui.Button updateTaskButton
           
 com.github.gwtbootstrap.client.ui.ControlLabel userLabel
           
 com.google.gwt.user.client.ui.TextBox userText
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
TaskDetailsPopupViewImpl()
           
 
Method Summary
 void displayNotification(String text)
           
 com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox getDueDate()
           
 com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
           
 com.google.gwt.user.client.ui.Button getpIDetailsButton()
           
 String[] getPriorities()
           
 com.google.gwt.user.client.ui.TextBox getProcessIdText()
           
 com.google.gwt.user.client.ui.TextBox getProcessInstanceIdText()
           
 com.google.gwt.user.client.ui.TextArea getTaskDescriptionTextArea()
           
 com.github.gwtbootstrap.client.ui.Label getTaskIdText()
           
 com.github.gwtbootstrap.client.ui.Label getTaskNameText()
           
 com.google.gwt.user.client.ui.ListBox getTaskPriorityListBox()
           
 com.google.gwt.user.client.ui.TextBox getTaskStatusText()
           
 com.google.gwt.user.client.ui.TextBox getUserText()
           
 void init(TaskDetailsPopupPresenter presenter)
           
 void pIDetailsButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void updateTaskButton(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

taskIdText

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

userText

@Inject
@DataField
public com.google.gwt.user.client.ui.TextBox userText

taskNameText

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

processInstanceIdText

@Inject
@DataField
public com.google.gwt.user.client.ui.TextBox processInstanceIdText

processIdText

@Inject
@DataField
public com.google.gwt.user.client.ui.TextBox processIdText

taskStatusText

@Inject
@DataField
public com.google.gwt.user.client.ui.TextBox taskStatusText

taskDescriptionTextArea

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

taskPriorityListBox

@Inject
@DataField
public com.google.gwt.user.client.ui.ListBox taskPriorityListBox

processContextLabel

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

dueDate

@Inject
@DataField
public com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox dueDate

updateTaskButton

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

pIDetailsButton

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

taskStatusLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel taskStatusLabel

userLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel userLabel

dueDateLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel dueDateLabel

taskPriorityLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel taskPriorityLabel

processInstanceIdLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel processInstanceIdLabel

processIdLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel processIdLabel

pIDetailsLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel pIDetailsLabel

taskDescriptionLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel taskDescriptionLabel

detailsAccordionLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel detailsAccordionLabel

navBarUL

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

TaskDetailsPopupViewImpl

public TaskDetailsPopupViewImpl()
Method Detail

init

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

updateTaskButton

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

pIDetailsButton

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

getUserText

public com.google.gwt.user.client.ui.TextBox getUserText()
Specified by:
getUserText in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getTaskIdText

public com.github.gwtbootstrap.client.ui.Label getTaskIdText()
Specified by:
getTaskIdText in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getTaskNameText

public com.github.gwtbootstrap.client.ui.Label getTaskNameText()
Specified by:
getTaskNameText in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getTaskDescriptionTextArea

public com.google.gwt.user.client.ui.TextArea getTaskDescriptionTextArea()
Specified by:
getTaskDescriptionTextArea in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getTaskPriorityListBox

public com.google.gwt.user.client.ui.ListBox getTaskPriorityListBox()
Specified by:
getTaskPriorityListBox in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getDueDate

public com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox getDueDate()
Specified by:
getDueDate in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getPriorities

public String[] getPriorities()
Specified by:
getPriorities in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getTaskStatusText

public com.google.gwt.user.client.ui.TextBox getTaskStatusText()
Specified by:
getTaskStatusText in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getProcessInstanceIdText

public com.google.gwt.user.client.ui.TextBox getProcessInstanceIdText()
Specified by:
getProcessInstanceIdText in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getProcessIdText

public com.google.gwt.user.client.ui.TextBox getProcessIdText()
Specified by:
getProcessIdText in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getpIDetailsButton

public com.google.gwt.user.client.ui.Button getpIDetailsButton()
Specified by:
getpIDetailsButton in interface TaskDetailsPopupPresenter.TaskDetailsPopupView

getNavBarUL

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

jBPM Console NG - Human Tasks Client 6.0.0.CR4-Pre1

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