@Dependent
public class QuickNewJobPopup
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.Tab |
advancedTab |
com.github.gwtbootstrap.client.ui.Tab |
basicTab |
com.github.gwtbootstrap.client.ui.HelpBlock |
errorMessages |
com.github.gwtbootstrap.client.ui.ControlGroup |
errorMessagesGroup |
UTCDateBox |
jobDueDate |
com.github.gwtbootstrap.client.ui.ControlGroup |
jobDueDateControlGroup |
UTCTimeBox |
jobDueDateTime |
com.github.gwtbootstrap.client.ui.ControlGroup |
jobNameControlGroup |
com.github.gwtbootstrap.client.ui.TextBox |
jobNameText |
com.github.gwtbootstrap.client.ui.ControlGroup |
jobRetriesControlGroup |
com.github.gwtbootstrap.client.ui.IntegerBox |
jobRetriesNumber |
com.github.gwtbootstrap.client.ui.ControlGroup |
jobTypeControlGroup |
com.github.gwtbootstrap.client.ui.TextBox |
jobTypeText |
com.google.gwt.user.cellview.client.DataGrid<RequestParameterSummary> |
myParametersGrid |
com.github.gwtbootstrap.client.ui.Button |
newParametersButton |
com.github.gwtbootstrap.client.ui.TabPanel |
tabPanel |
| Constructor and Description |
|---|
QuickNewJobPopup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewParameter() |
void |
addRow(RequestParameterSummary parameter) |
void |
cleanForm() |
void |
closePopup() |
void |
createJob() |
void |
createJob(String jobName,
Date dueDate,
String jobType,
Integer numberOfTries,
List<RequestParameterSummary> parameters) |
void |
displayNotification(String text) |
void |
init() |
void |
makeRowEditable(RequestParameterSummary parameter) |
void |
removeParameter(RequestParameterSummary parameter) |
void |
removeRow(RequestParameterSummary parameter) |
void |
show() |
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.ControlGroup jobNameControlGroup
@UiField public com.github.gwtbootstrap.client.ui.TextBox jobNameText
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup jobDueDateControlGroup
@UiField public UTCDateBox jobDueDate
@UiField public UTCTimeBox jobDueDateTime
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup jobTypeControlGroup
@UiField public com.github.gwtbootstrap.client.ui.TextBox jobTypeText
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup jobRetriesControlGroup
@UiField public com.github.gwtbootstrap.client.ui.IntegerBox jobRetriesNumber
@UiField public com.github.gwtbootstrap.client.ui.Button newParametersButton
@UiField public com.google.gwt.user.cellview.client.DataGrid<RequestParameterSummary> myParametersGrid
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock errorMessages
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup errorMessagesGroup
public void show()
show in class com.github.gwtbootstrap.client.ui.Modalpublic void init()
public void cleanForm()
public void closePopup()
public void displayNotification(String text)
public void makeRowEditable(RequestParameterSummary parameter)
public void removeRow(RequestParameterSummary parameter)
public void addRow(RequestParameterSummary parameter)
public void removeParameter(RequestParameterSummary parameter)
public void addNewParameter()
public void createJob()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.