@Dependent public class ReleaseConfigurationViewImpl extends com.google.gwt.user.client.ui.Composite implements ReleaseConfigurationPresenter.ReleaseConfigurationView
| Modifier and Type | Field and Description |
|---|---|
com.github.gwtbootstrap.client.ui.ListBox |
chooseBranchBox |
com.github.gwtbootstrap.client.ui.ListBox |
chooseRepositoryBox |
com.github.gwtbootstrap.client.ui.TextBox |
currentVersionText |
com.github.gwtbootstrap.client.ui.CheckBox |
deployToRuntimeCheck |
com.github.gwtbootstrap.client.ui.FluidRow |
deployToRuntimeRow |
com.github.gwtbootstrap.client.ui.FluidRow |
passwordRow |
com.github.gwtbootstrap.client.ui.PasswordTextBox |
passwordText |
com.github.gwtbootstrap.client.ui.Button |
releaseButton |
com.github.gwtbootstrap.client.ui.FluidRow |
serverURLRow |
com.github.gwtbootstrap.client.ui.TextBox |
serverURLText |
com.github.gwtbootstrap.client.ui.FluidRow |
usernameRow |
com.github.gwtbootstrap.client.ui.TextBox |
userNameText |
com.github.gwtbootstrap.client.ui.TextBox |
versionText |
| Constructor and Description |
|---|
ReleaseConfigurationViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayNotification(String text) |
com.github.gwtbootstrap.client.ui.ListBox |
getChooseBranchBox() |
com.github.gwtbootstrap.client.ui.ListBox |
getChooseRepositoryBox() |
com.github.gwtbootstrap.client.ui.TextBox |
getCurrentVersionText() |
com.github.gwtbootstrap.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 com.github.gwtbootstrap.client.ui.ListBox chooseRepositoryBox
@UiField public com.github.gwtbootstrap.client.ui.ListBox chooseBranchBox
@UiField public com.github.gwtbootstrap.client.ui.Button releaseButton
@UiField public com.github.gwtbootstrap.client.ui.TextBox userNameText
@UiField public com.github.gwtbootstrap.client.ui.PasswordTextBox passwordText
@UiField public com.github.gwtbootstrap.client.ui.TextBox serverURLText
@UiField public com.github.gwtbootstrap.client.ui.CheckBox deployToRuntimeCheck
@UiField public com.github.gwtbootstrap.client.ui.TextBox versionText
@UiField public com.github.gwtbootstrap.client.ui.TextBox currentVersionText
@UiField public com.github.gwtbootstrap.client.ui.FluidRow deployToRuntimeRow
@UiField public com.github.gwtbootstrap.client.ui.FluidRow usernameRow
@UiField public com.github.gwtbootstrap.client.ui.FluidRow passwordRow
@UiField public com.github.gwtbootstrap.client.ui.FluidRow 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 com.github.gwtbootstrap.client.ui.ListBox getChooseBranchBox()
getChooseBranchBox in interface ReleaseConfigurationPresenter.ReleaseConfigurationViewpublic com.github.gwtbootstrap.client.ui.ListBox getChooseRepositoryBox()
getChooseRepositoryBox in interface BaseAssetsMgmtViewpublic com.github.gwtbootstrap.client.ui.TextBox getCurrentVersionText()
getCurrentVersionText in interface ReleaseConfigurationPresenter.ReleaseConfigurationViewpublic com.github.gwtbootstrap.client.ui.TextBox getVersionText()
getVersionText in interface ReleaseConfigurationPresenter.ReleaseConfigurationViewCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.