@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 |
|---|---|
com.github.gwtbootstrap.client.ui.Tab |
advancedTab |
com.github.gwtbootstrap.client.ui.ControlGroup |
artifactControlGroup |
com.github.gwtbootstrap.client.ui.TextBox |
artifactText |
com.github.gwtbootstrap.client.ui.HelpBlock |
artifactTextErrorMessage |
com.github.gwtbootstrap.client.ui.Tab |
basicTab |
com.github.gwtbootstrap.client.ui.HelpBlock |
errorMessages |
com.github.gwtbootstrap.client.ui.ControlGroup |
errorMessagesGroup |
com.github.gwtbootstrap.client.ui.ControlGroup |
groupControlGroup |
com.github.gwtbootstrap.client.ui.TextBox |
groupText |
com.github.gwtbootstrap.client.ui.HelpBlock |
groupTextErrorMessage |
com.github.gwtbootstrap.client.ui.TextBox |
kbaseNameText |
com.github.gwtbootstrap.client.ui.TextBox |
kieSessionNameText |
com.github.gwtbootstrap.client.ui.ListBox |
mergeModeListBox |
com.github.gwtbootstrap.client.ui.ListBox |
strategyListBox |
com.github.gwtbootstrap.client.ui.TabPanel |
tabPanel |
com.github.gwtbootstrap.client.ui.ControlGroup |
versionControlGroup |
com.github.gwtbootstrap.client.ui.TextBox |
versionText |
com.github.gwtbootstrap.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, 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.TextBox groupText
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock groupTextErrorMessage
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup groupControlGroup
@UiField public com.github.gwtbootstrap.client.ui.TextBox artifactText
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock artifactTextErrorMessage
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup artifactControlGroup
@UiField public com.github.gwtbootstrap.client.ui.TextBox versionText
@UiField public com.github.gwtbootstrap.client.ui.HelpBlock versionTextErrorMessage
@UiField public com.github.gwtbootstrap.client.ui.ControlGroup versionControlGroup
@UiField public com.github.gwtbootstrap.client.ui.TextBox kbaseNameText
@UiField public com.github.gwtbootstrap.client.ui.TextBox kieSessionNameText
@UiField public com.github.gwtbootstrap.client.ui.ListBox strategyListBox
@UiField public com.github.gwtbootstrap.client.ui.ListBox mergeModeListBox
@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 displayNotification(String text)
public void showBusyIndicator(String message)
public void hideBusyIndicator()
public void cleanForm()
public void closePopup()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.