jBPM Console NG - Human Tasks Client 6.1.0.CR1

org.jbpm.console.ng.ht.client.editors.quicknewtask
Class QuickNewTaskViewImpl

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.quicknewtask.QuickNewTaskViewImpl
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, QuickNewTaskPresenter.QuickNewTaskView, org.uberfire.client.mvp.UberView<QuickNewTaskPresenter>

@Dependent
@Templated(value="QuickNewTaskViewImpl.html")
public class QuickNewTaskViewImpl
extends com.google.gwt.user.client.ui.Composite
implements QuickNewTaskPresenter.QuickNewTaskView


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.Button addGroupButton
           
 com.github.gwtbootstrap.client.ui.Button addTaskButton
           
 com.github.gwtbootstrap.client.ui.Button addUserButton
           
 com.github.gwtbootstrap.client.ui.ControlLabel advancedLabel
           
 com.github.gwtbootstrap.client.ui.CheckBox assignToMeTaskCheck
           
 com.github.gwtbootstrap.client.ui.ControlLabel assignToMeTaskCheckLabel
           
 UTCDateBox dueDate
           
 com.github.gwtbootstrap.client.ui.ControlLabel dueDateLabel
           
 UTCTimeBox dueDateTime
           
 com.github.gwtbootstrap.client.ui.ControlGroup taskNameControlGroup
           
 com.github.gwtbootstrap.client.ui.HelpInline taskNameHelpLabel
           
 com.github.gwtbootstrap.client.ui.ControlLabel taskNameLabel
           
 com.github.gwtbootstrap.client.ui.TextBox taskNameText
           
 com.github.gwtbootstrap.client.ui.ControlLabel taskPriorityLabel
           
 com.github.gwtbootstrap.client.ui.ListBox taskPriorityListBox
           
 com.github.gwtbootstrap.client.ui.ControlGroup userGroupControlGroup
           
 com.github.gwtbootstrap.client.ui.HelpInline userGroupHelpLabel
           
 com.google.gwt.user.client.ui.FlowPanel usersGroupsControlsPanel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
QuickNewTaskViewImpl()
           
 
Method Summary
 void addGroupButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void addTaskButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void addUserButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.Button getAddTaskButton()
           
 com.github.gwtbootstrap.client.ui.TextBox getTaskNameText()
           
 void init(QuickNewTaskPresenter 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

addTaskButton

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

addUserButton

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

addGroupButton

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

taskNameText

@Inject
public com.github.gwtbootstrap.client.ui.TextBox taskNameText

taskNameControlGroup

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlGroup taskNameControlGroup

userGroupControlGroup

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlGroup userGroupControlGroup

dueDate

@Inject
@DataField
public UTCDateBox dueDate

dueDateTime

@Inject
@DataField
public UTCTimeBox dueDateTime

taskNameHelpLabel

@Inject
public com.github.gwtbootstrap.client.ui.HelpInline taskNameHelpLabel

userGroupHelpLabel

@Inject
public com.github.gwtbootstrap.client.ui.HelpInline userGroupHelpLabel

taskPriorityListBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox taskPriorityListBox

assignToMeTaskCheck

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.CheckBox assignToMeTaskCheck

dueDateLabel

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

advancedLabel

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

taskNameLabel

@Inject
public com.github.gwtbootstrap.client.ui.ControlLabel taskNameLabel

taskPriorityLabel

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

usersGroupsControlsPanel

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

assignToMeTaskCheckLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel assignToMeTaskCheckLabel
Constructor Detail

QuickNewTaskViewImpl

public QuickNewTaskViewImpl()
Method Detail

init

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

addTaskButton

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

addUserButton

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

addGroupButton

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

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface QuickNewTaskPresenter.QuickNewTaskView

getTaskNameText

public com.github.gwtbootstrap.client.ui.TextBox getTaskNameText()
Specified by:
getTaskNameText in interface QuickNewTaskPresenter.QuickNewTaskView

getAddTaskButton

public com.github.gwtbootstrap.client.ui.Button getAddTaskButton()
Specified by:
getAddTaskButton in interface QuickNewTaskPresenter.QuickNewTaskView

jBPM Console NG - Human Tasks Client 6.1.0.CR1

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