org.jbpm.console.ng.ht.client.editors.quicknewtask
Class QuickNewTaskViewImpl
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
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 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 |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
DEBUG_ID_PREFIX |
| 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 interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
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
QuickNewTaskViewImpl
public QuickNewTaskViewImpl()
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.