@Dependent
public class QuickNewTaskPopup
extends org.uberfire.ext.widgets.common.client.common.popups.BaseModal
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier and Type | Field and Description |
|---|---|
org.gwtbootstrap3.client.ui.Button |
addGroupButton |
org.gwtbootstrap3.client.ui.Button |
addUserButton |
org.gwtbootstrap3.client.ui.TabListItem |
advancedTab |
org.gwtbootstrap3.client.ui.TabPane |
advancedTabPane |
org.gwtbootstrap3.client.ui.TabListItem |
basicTab |
org.gwtbootstrap3.client.ui.TabPane |
basicTabPane |
org.gwtbootstrap3.client.ui.FieldSet |
controlsPanel |
UTCDateBox |
dueDate |
UTCTimeBox |
dueDateTime |
org.gwtbootstrap3.client.ui.HelpBlock |
errorMessages |
org.gwtbootstrap3.client.ui.FormGroup |
errorMessagesGroup |
org.gwtbootstrap3.client.ui.TabPanel |
tabPanel |
org.gwtbootstrap3.client.ui.ListBox |
taskFormDeploymentId |
org.gwtbootstrap3.client.ui.FormGroup |
taskFormDeploymentIdControlGroup |
org.gwtbootstrap3.client.ui.HelpBlock |
taskFormDeploymentIdHelpLabel |
org.gwtbootstrap3.client.ui.ListBox |
taskFormName |
org.gwtbootstrap3.client.ui.FormGroup |
taskFormNameControlGroup |
org.gwtbootstrap3.client.ui.HelpBlock |
taskFormNameHelpLabel |
org.gwtbootstrap3.client.ui.TabListItem |
taskformTab |
org.gwtbootstrap3.client.ui.TabPane |
taskformTabPane |
org.gwtbootstrap3.client.ui.FormGroup |
taskNameControlGroup |
org.gwtbootstrap3.client.ui.HelpBlock |
taskNameHelpLabel |
org.gwtbootstrap3.client.ui.TextBox |
taskNameText |
org.gwtbootstrap3.client.ui.ListBox |
taskPriorityListBox |
| Constructor and Description |
|---|
QuickNewTaskPopup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(List<String> users,
List<String> groups,
String taskName,
int priority,
long dueDate,
long dueDateTime,
String taskFormName,
String deploymentId,
Long processInstanceId) |
void |
cleanForm() |
void |
closePopup() |
void |
displayNotification(String text) |
List<String> |
getTextBoxValues(List<org.gwtbootstrap3.client.ui.FormGroup> controlGroups) |
void |
init() |
void |
show() |
void |
show(Long processInstanceId) |
protected boolean |
validateForm() |
getEnterDomHandler, handleDefaultAction, handleDefaultAction, setBody, setFocusadd, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, togglegetId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOnadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliterator@UiField public org.gwtbootstrap3.client.ui.TabPanel tabPanel
@UiField public org.gwtbootstrap3.client.ui.TabListItem basicTab
@UiField public org.gwtbootstrap3.client.ui.TabListItem taskformTab
@UiField public org.gwtbootstrap3.client.ui.TabListItem advancedTab
@UiField public org.gwtbootstrap3.client.ui.TabPane basicTabPane
@UiField public org.gwtbootstrap3.client.ui.TabPane taskformTabPane
@UiField public org.gwtbootstrap3.client.ui.TabPane advancedTabPane
@UiField public org.gwtbootstrap3.client.ui.Button addUserButton
@UiField public org.gwtbootstrap3.client.ui.Button addGroupButton
@UiField public org.gwtbootstrap3.client.ui.TextBox taskNameText
@UiField public org.gwtbootstrap3.client.ui.FormGroup taskNameControlGroup
@UiField public UTCDateBox dueDate
@UiField public UTCTimeBox dueDateTime
@UiField public org.gwtbootstrap3.client.ui.HelpBlock taskNameHelpLabel
@UiField public org.gwtbootstrap3.client.ui.ListBox taskPriorityListBox
@UiField public org.gwtbootstrap3.client.ui.FieldSet controlsPanel
@UiField public org.gwtbootstrap3.client.ui.HelpBlock errorMessages
@UiField public org.gwtbootstrap3.client.ui.FormGroup errorMessagesGroup
@UiField public org.gwtbootstrap3.client.ui.ListBox taskFormDeploymentId
@UiField public org.gwtbootstrap3.client.ui.FormGroup taskFormDeploymentIdControlGroup
@UiField public org.gwtbootstrap3.client.ui.HelpBlock taskFormDeploymentIdHelpLabel
@UiField public org.gwtbootstrap3.client.ui.ListBox taskFormName
@UiField public org.gwtbootstrap3.client.ui.FormGroup taskFormNameControlGroup
@UiField public org.gwtbootstrap3.client.ui.HelpBlock taskFormNameHelpLabel
public void show(Long processInstanceId)
public void show()
show in class org.uberfire.ext.widgets.common.client.common.popups.BaseModalpublic void init()
public void cleanForm()
public void closePopup()
protected boolean validateForm()
public void displayNotification(String text)
public void addTask(List<String> users, List<String> groups, String taskName, int priority, long dueDate, long dueDateTime, String taskFormName, String deploymentId, Long processInstanceId)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.