@Dependent public class BuildConfigurationViewImpl extends com.google.gwt.user.client.ui.Composite implements BuildConfigurationPresenter.BuildConfigurationView
| Modifier and Type | Field and Description |
|---|---|
org.gwtbootstrap3.client.ui.Button |
buildButton |
org.gwtbootstrap3.client.ui.ListBox |
chooseBranchBox |
org.gwtbootstrap3.client.ui.ListBox |
chooseProjectBox |
org.gwtbootstrap3.client.ui.ListBox |
chooseRepositoryBox |
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.FormGroup |
serverURLRow |
org.gwtbootstrap3.client.ui.TextBox |
serverURLText |
org.gwtbootstrap3.client.ui.FormGroup |
usernameRow |
org.gwtbootstrap3.client.ui.TextBox |
userNameText |
| Constructor and Description |
|---|
BuildConfigurationViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
displayNotification(String text) |
org.gwtbootstrap3.client.ui.Button |
getBuildButton() |
org.gwtbootstrap3.client.ui.ListBox |
getChooseBranchBox() |
org.gwtbootstrap3.client.ui.ListBox |
getChooseProjectBox() |
org.gwtbootstrap3.client.ui.ListBox |
getChooseRepositoryBox() |
void |
init(BuildConfigurationPresenter presenter) |
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.ListBox chooseProjectBox
@UiField public org.gwtbootstrap3.client.ui.Button buildButton
@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.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(BuildConfigurationPresenter presenter)
init in interface org.uberfire.client.mvp.UberView<BuildConfigurationPresenter>public void showHideDeployToRuntimeSection(boolean show)
showHideDeployToRuntimeSection in interface BuildConfigurationPresenter.BuildConfigurationView@UiHandler(value="buildButton") public void buildButton(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 BuildConfigurationPresenter.BuildConfigurationViewpublic org.gwtbootstrap3.client.ui.ListBox getChooseRepositoryBox()
getChooseRepositoryBox in interface BaseAssetsMgmtViewpublic org.gwtbootstrap3.client.ui.ListBox getChooseProjectBox()
getChooseProjectBox in interface BuildConfigurationPresenter.BuildConfigurationViewpublic org.gwtbootstrap3.client.ui.Button getBuildButton()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.