@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 |
|---|---|
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.HelpBlock |
errorMessages |
org.gwtbootstrap3.client.ui.FormGroup |
errorMessagesGroup |
UTCDateBox |
jobDueDate |
org.gwtbootstrap3.client.ui.FormGroup |
jobDueDateControlGroup |
UTCTimeBox |
jobDueDateTime |
org.gwtbootstrap3.client.ui.FormGroup |
jobNameControlGroup |
org.gwtbootstrap3.client.ui.TextBox |
jobNameText |
org.gwtbootstrap3.client.ui.FormGroup |
jobRetriesControlGroup |
org.gwtbootstrap3.client.ui.IntegerBox |
jobRetriesNumber |
org.gwtbootstrap3.client.ui.FormGroup |
jobTypeControlGroup |
org.gwtbootstrap3.client.ui.TextBox |
jobTypeText |
org.gwtbootstrap3.client.ui.gwt.DataGrid<RequestParameterSummary> |
myParametersGrid |
org.gwtbootstrap3.client.ui.Button |
newParametersButton |
org.gwtbootstrap3.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, handleDefaultAction, setBody, setFocusadd, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, 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, 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, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, sinkBitlessEvent, toString@UiField public org.gwtbootstrap3.client.ui.TabPanel tabPanel
@UiField public org.gwtbootstrap3.client.ui.TabListItem basicTab
@UiField public org.gwtbootstrap3.client.ui.TabListItem advancedTab
@UiField public org.gwtbootstrap3.client.ui.TabPane basicTabPane
@UiField public org.gwtbootstrap3.client.ui.TabPane advancedTabPane
@UiField public org.gwtbootstrap3.client.ui.FormGroup jobNameControlGroup
@UiField public org.gwtbootstrap3.client.ui.TextBox jobNameText
@UiField public org.gwtbootstrap3.client.ui.FormGroup jobDueDateControlGroup
@UiField public UTCDateBox jobDueDate
@UiField public UTCTimeBox jobDueDateTime
@UiField public org.gwtbootstrap3.client.ui.FormGroup jobTypeControlGroup
@UiField public org.gwtbootstrap3.client.ui.TextBox jobTypeText
@UiField public org.gwtbootstrap3.client.ui.FormGroup jobRetriesControlGroup
@UiField public org.gwtbootstrap3.client.ui.IntegerBox jobRetriesNumber
@UiField public org.gwtbootstrap3.client.ui.Button newParametersButton
@UiField public org.gwtbootstrap3.client.ui.gwt.DataGrid<RequestParameterSummary> myParametersGrid
@UiField public org.gwtbootstrap3.client.ui.HelpBlock errorMessages
@UiField public org.gwtbootstrap3.client.ui.FormGroup errorMessagesGroup
public void show()
show in class org.uberfire.ext.widgets.common.client.common.popups.BaseModalpublic 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–2016 JBoss by Red Hat. All rights reserved.