@Dependent
public class NewDeploymentPopup
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.FormGroup |
artifactControlGroup |
org.gwtbootstrap3.client.ui.TextBox |
artifactText |
org.gwtbootstrap3.client.ui.HelpBlock |
artifactTextErrorMessage |
org.gwtbootstrap3.client.ui.TabListItem |
basicTab |
org.gwtbootstrap3.client.ui.TabPane |
basicTabPane |
org.gwtbootstrap3.client.ui.HelpBlock |
errorMessages |
org.gwtbootstrap3.client.ui.FormGroup |
errorMessagesGroup |
org.gwtbootstrap3.client.ui.FormGroup |
groupControlGroup |
org.gwtbootstrap3.client.ui.TextBox |
groupText |
org.gwtbootstrap3.client.ui.HelpBlock |
groupTextErrorMessage |
org.gwtbootstrap3.client.ui.TextBox |
kbaseNameText |
org.gwtbootstrap3.client.ui.TextBox |
kieSessionNameText |
org.gwtbootstrap3.client.ui.ListBox |
mergeModeListBox |
org.gwtbootstrap3.client.ui.ListBox |
strategyListBox |
org.gwtbootstrap3.client.ui.TabPanel |
tabPanel |
org.gwtbootstrap3.client.ui.FormGroup |
versionControlGroup |
org.gwtbootstrap3.client.ui.TextBox |
versionText |
org.gwtbootstrap3.client.ui.HelpBlock |
versionTextErrorMessage |
| Constructor and Description |
|---|
NewDeploymentPopup() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanForm() |
void |
closePopup() |
void |
deployUnit(String group,
String artifact,
String version,
String kbaseName,
String kieSessionName,
String strategy,
String mergeMode) |
void |
displayNotification(String text) |
void |
hideBusyIndicator() |
void |
init() |
void |
show() |
void |
showBusyIndicator(String message) |
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.TextBox groupText
@UiField public org.gwtbootstrap3.client.ui.HelpBlock groupTextErrorMessage
@UiField public org.gwtbootstrap3.client.ui.FormGroup groupControlGroup
@UiField public org.gwtbootstrap3.client.ui.TextBox artifactText
@UiField public org.gwtbootstrap3.client.ui.HelpBlock artifactTextErrorMessage
@UiField public org.gwtbootstrap3.client.ui.FormGroup artifactControlGroup
@UiField public org.gwtbootstrap3.client.ui.TextBox versionText
@UiField public org.gwtbootstrap3.client.ui.HelpBlock versionTextErrorMessage
@UiField public org.gwtbootstrap3.client.ui.FormGroup versionControlGroup
@UiField public org.gwtbootstrap3.client.ui.TextBox kbaseNameText
@UiField public org.gwtbootstrap3.client.ui.TextBox kieSessionNameText
@UiField public org.gwtbootstrap3.client.ui.ListBox strategyListBox
@UiField public org.gwtbootstrap3.client.ui.ListBox mergeModeListBox
@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 displayNotification(String text)
public void showBusyIndicator(String message)
public void hideBusyIndicator()
public void cleanForm()
public void closePopup()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.