jBPM Console NG - Human Tasks Client 6.0.0.Beta4

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.google.gwt.user.client.ui.Button addGroupButton
           
 com.google.gwt.user.client.ui.Button addTaskButton
           
 com.google.gwt.user.client.ui.Button addUserButton
           
 com.github.gwtbootstrap.client.ui.ControlLabel advancedLabel
           
 com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox dueDate
           
 com.github.gwtbootstrap.client.ui.ControlLabel dueDateLabel
           
 com.google.gwt.user.client.ui.CheckBox quickTaskCheck
           
 com.github.gwtbootstrap.client.ui.ControlLabel quickTaskCheckLabel
           
 com.github.gwtbootstrap.client.ui.ControlLabel taskNameLabel
           
 com.google.gwt.user.client.ui.TextBox taskNameText
           
 com.github.gwtbootstrap.client.ui.ControlLabel taskPriorityLabel
           
 com.google.gwt.user.client.ui.TextBox taskPriorityListBox
           
 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.google.gwt.user.client.ui.Button getAddTaskButton()
           
 com.google.gwt.user.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.google.gwt.user.client.ui.Button addTaskButton

addUserButton

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

addGroupButton

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

taskNameText

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

dueDate

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

taskPriorityListBox

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

quickTaskCheck

@Inject
@DataField
public com.google.gwt.user.client.ui.CheckBox quickTaskCheck

dueDateLabel

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

advancedLabel

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

taskNameLabel

@Inject
@DataField
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

quickTaskCheckLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ControlLabel quickTaskCheckLabel
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.google.gwt.user.client.ui.TextBox getTaskNameText()
Specified by:
getTaskNameText in interface QuickNewTaskPresenter.QuickNewTaskView

getAddTaskButton

public com.google.gwt.user.client.ui.Button getAddTaskButton()
Specified by:
getAddTaskButton in interface QuickNewTaskPresenter.QuickNewTaskView

jBPM Console NG - Human Tasks Client 6.0.0.Beta4

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