org.jbpm.console.ng.ht.client.editors.quicknewtask
@Dependent @Templated(value="QuickNewTaskViewImpl.html") public class QuickNewTaskViewImpl extends com.google.gwt.user.client.ui.Composite implements QuickNewTaskPresenter.QuickNewTaskView
Modifier and Type | Field and Description |
---|---|
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 |
com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox |
dueDate |
com.github.gwtbootstrap.client.ui.ControlLabel |
dueDateLabel |
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.google.gwt.user.client.ui.FlowPanel |
usersGroupsControlsPanel |
Constructor and Description |
---|
QuickNewTaskViewImpl() |
Modifier and Type | Method and Description |
---|---|
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) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
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
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button addTaskButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button addUserButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button addGroupButton
@Inject public com.github.gwtbootstrap.client.ui.TextBox taskNameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlGroup taskNameControlGroup
@Inject @DataField public com.github.gwtbootstrap.datetimepicker.client.ui.DateTimeBox dueDate
@Inject public com.github.gwtbootstrap.client.ui.HelpInline taskNameHelpLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ListBox taskPriorityListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.CheckBox assignToMeTaskCheck
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel dueDateLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel advancedLabel
@Inject public com.github.gwtbootstrap.client.ui.ControlLabel taskNameLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel taskPriorityLabel
@Inject @DataField public com.google.gwt.user.client.ui.FlowPanel usersGroupsControlsPanel
@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel assignToMeTaskCheckLabel
public void init(QuickNewTaskPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<QuickNewTaskPresenter>
@EventHandler(value="addTaskButton") public void addTaskButton(com.google.gwt.event.dom.client.ClickEvent e)
@EventHandler(value="addUserButton") public void addUserButton(com.google.gwt.event.dom.client.ClickEvent e)
@EventHandler(value="addGroupButton") public void addGroupButton(com.google.gwt.event.dom.client.ClickEvent e)
public void displayNotification(String text)
displayNotification
in interface QuickNewTaskPresenter.QuickNewTaskView
public com.github.gwtbootstrap.client.ui.TextBox getTaskNameText()
getTaskNameText
in interface QuickNewTaskPresenter.QuickNewTaskView
public com.github.gwtbootstrap.client.ui.Button getAddTaskButton()
getAddTaskButton
in interface QuickNewTaskPresenter.QuickNewTaskView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.