@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 |
|---|---|
com.github.gwtbootstrap.client.ui.Button |
addGroupButton |
com.github.gwtbootstrap.client.ui.Button |
addUserButton |
com.github.gwtbootstrap.client.ui.Tab |
advancedTab |
com.github.gwtbootstrap.client.ui.Tab |
basicTab |
UTCDateBox |
dueDate |
UTCTimeBox |
dueDateTime |
com.github.gwtbootstrap.client.ui.HelpBlock |
errorMessages |
com.github.gwtbootstrap.client.ui.ControlGroup |
errorMessagesGroup |
com.github.gwtbootstrap.client.ui.TabPanel |
tabPanel |
com.github.gwtbootstrap.client.ui.ListBox |
taskFormDeploymentId |
com.github.gwtbootstrap.client.ui.ControlGroup |
taskFormDeploymentIdControlGroup |
com.github.gwtbootstrap.client.ui.HelpBlock |
taskFormDeploymentIdHelpLabel |
com.github.gwtbootstrap.client.ui.ListBox |
taskFormName |
com.github.gwtbootstrap.client.ui.ControlGroup |
taskFormNameControlGroup |
com.github.gwtbootstrap.client.ui.HelpBlock |
taskFormNameHelpLabel |
com.github.gwtbootstrap.client.ui.ControlGroup |
taskNameControlGroup |
com.github.gwtbootstrap.client.ui.HelpBlock |
taskNameHelpLabel |
com.github.gwtbootstrap.client.ui.TextBox |
taskNameText |
com.github.gwtbootstrap.client.ui.ListBox |
taskPriorityListBox |
com.google.gwt.user.client.ui.FlowPanel |
usersGroupsControlsPanel |
| 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() |
com.google.gwt.user.client.ui.HorizontalPanel |
createHorizontalPanelForUserAndGroups(com.github.gwtbootstrap.client.ui.ControlLabel controlLabel,
com.github.gwtbootstrap.client.ui.TextBox textBox,
com.github.gwtbootstrap.client.ui.Button removeButton) |
void |
displayNotification(String text) |
List<String> |
getTextBoxValues(List<com.github.gwtbootstrap.client.ui.ControlGroup> controlGroups) |
void |
init() |
protected void |
loadFormValues() |
void |
show() |
void |
show(Long processInstanceId) |
getEnterDomHandler, handleDefaultAction, setFocusadd, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, getAnimation, getBackdropType, hide, insert, isKeyboardEnable, onAttach, onHidden, onHide, onShow, onShown, reconfigure, setAnimation, setBackdrop, setCloseVisible, setDynamicSafe, setHideOthers, setKeyboard, setMaxHeigth, setSize, setTitle, setWidth, toggleaddStyle, getId, pullRight, removeStyle, setHideOn, setId, setShowOn, setStyleadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, onLoad, onUnload, 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, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait@UiField public com.github.gwtbootstrap.client.ui.TabPanel tabPanel
@UiField public com.github.gwtbootstrap.client.ui.Tab basicTab
@UiField public com.github.gwtbootstrap.client.ui.Tab advancedTab
@UiField public com.github.gwtbootstrap.client.ui.Button addUserButton
@UiField public com.github.gwtbootstrap.client.ui.Button addGroupButton
@UiField public com.github.gwtbootstrap.client.ui.TextBox taskNameText
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup taskNameControlGroup
@UiField public UTCDateBox dueDate
@UiField public UTCTimeBox dueDateTime
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock taskNameHelpLabel
@UiField public com.github.gwtbootstrap.client.ui.ListBox taskPriorityListBox
@UiField public com.google.gwt.user.client.ui.FlowPanel usersGroupsControlsPanel
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock errorMessages
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup errorMessagesGroup
@UiField public com.github.gwtbootstrap.client.ui.ListBox taskFormDeploymentId
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup taskFormDeploymentIdControlGroup
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock taskFormDeploymentIdHelpLabel
@UiField public com.github.gwtbootstrap.client.ui.ListBox taskFormName
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup taskFormNameControlGroup
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock taskFormNameHelpLabel
public void show(Long processInstanceId)
public void show()
show in class com.github.gwtbootstrap.client.ui.Modalpublic void init()
protected void loadFormValues()
public void cleanForm()
public void closePopup()
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)
public List<String> getTextBoxValues(List<com.github.gwtbootstrap.client.ui.ControlGroup> controlGroups)
public com.google.gwt.user.client.ui.HorizontalPanel createHorizontalPanelForUserAndGroups(com.github.gwtbootstrap.client.ui.ControlLabel controlLabel,
com.github.gwtbootstrap.client.ui.TextBox textBox,
com.github.gwtbootstrap.client.ui.Button removeButton)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.