@Dependent public class ReleaseConfigurationViewImpl extends com.google.gwt.user.client.ui.Composite implements ReleaseConfigurationPresenter.ReleaseConfigurationView
| Modifier and Type | Field and Description |
|---|---|
org.gwtbootstrap3.client.ui.ListBox |
chooseBranchBox |
org.gwtbootstrap3.client.ui.ListBox |
chooseRepositoryBox |
org.gwtbootstrap3.client.ui.TextBox |
currentVersionText |
org.gwtbootstrap3.client.ui.CheckBox |
deployToRuntimeCheck |
org.gwtbootstrap3.client.ui.FormGroup |
deployToRuntimeRow |
org.gwtbootstrap3.client.ui.FormGroup |
passwordRow |
org.gwtbootstrap3.client.ui.Input |
passwordText |
org.gwtbootstrap3.client.ui.Button |
releaseButton |
org.gwtbootstrap3.client.ui.FormGroup |
serverURLRow |
org.gwtbootstrap3.client.ui.TextBox |
serverURLText |
org.gwtbootstrap3.client.ui.FormGroup |
usernameRow |
org.gwtbootstrap3.client.ui.TextBox |
userNameText |
org.gwtbootstrap3.client.ui.TextBox |
versionText |
| Constructor and Description |
|---|
ReleaseConfigurationViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayNotification(String text) |
org.gwtbootstrap3.client.ui.ListBox |
getChooseBranchBox() |
org.gwtbootstrap3.client.ui.ListBox |
getChooseRepositoryBox() |
org.gwtbootstrap3.client.ui.TextBox |
getCurrentVersionText() |
org.gwtbootstrap3.client.ui.TextBox |
getVersionText() |
void |
init(ReleaseConfigurationPresenter presenter) |
void |
releaseButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
showHideDeployToRuntimeSection(boolean show) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString@UiField public org.gwtbootstrap3.client.ui.ListBox chooseRepositoryBox
@UiField public org.gwtbootstrap3.client.ui.ListBox chooseBranchBox
@UiField public org.gwtbootstrap3.client.ui.Button releaseButton
@UiField public org.gwtbootstrap3.client.ui.TextBox userNameText
@UiField public org.gwtbootstrap3.client.ui.Input passwordText
@UiField public org.gwtbootstrap3.client.ui.TextBox serverURLText
@UiField public org.gwtbootstrap3.client.ui.CheckBox deployToRuntimeCheck
@UiField public org.gwtbootstrap3.client.ui.TextBox versionText
@UiField public org.gwtbootstrap3.client.ui.TextBox currentVersionText
@UiField public org.gwtbootstrap3.client.ui.FormGroup deployToRuntimeRow
@UiField public org.gwtbootstrap3.client.ui.FormGroup usernameRow
@UiField public org.gwtbootstrap3.client.ui.FormGroup passwordRow
@UiField public org.gwtbootstrap3.client.ui.FormGroup serverURLRow
public void init(ReleaseConfigurationPresenter presenter)
init in interface org.uberfire.client.mvp.UberView<ReleaseConfigurationPresenter>public void showHideDeployToRuntimeSection(boolean show)
showHideDeployToRuntimeSection in interface ReleaseConfigurationPresenter.ReleaseConfigurationView@UiHandler(value="releaseButton") public void releaseButton(com.google.gwt.event.dom.client.ClickEvent e)
public void displayNotification(String text)
displayNotification in interface BaseAssetsMgmtViewpublic org.gwtbootstrap3.client.ui.ListBox getChooseBranchBox()
getChooseBranchBox in interface ReleaseConfigurationPresenter.ReleaseConfigurationViewpublic org.gwtbootstrap3.client.ui.ListBox getChooseRepositoryBox()
getChooseRepositoryBox in interface BaseAssetsMgmtViewpublic org.gwtbootstrap3.client.ui.TextBox getCurrentVersionText()
getCurrentVersionText in interface ReleaseConfigurationPresenter.ReleaseConfigurationViewpublic org.gwtbootstrap3.client.ui.TextBox getVersionText()
getVersionText in interface ReleaseConfigurationPresenter.ReleaseConfigurationViewCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.