@Dependent public class RepositoryConfigurationViewImpl extends com.google.gwt.user.client.ui.Composite implements RepositoryConfigurationPresenter.RepositoryConfigurationView
| Modifier and Type | Field and Description |
|---|---|
org.gwtbootstrap3.client.ui.ListBox |
chooseRepositoryBox |
org.gwtbootstrap3.client.ui.Button |
configureButton |
org.gwtbootstrap3.client.ui.TextBox |
currentVersionText |
org.gwtbootstrap3.client.ui.TextBox |
devBranchText |
org.gwtbootstrap3.client.ui.TextBox |
releaseBranchText |
org.gwtbootstrap3.client.ui.TextBox |
sourceBranchText |
org.gwtbootstrap3.client.ui.TextBox |
versionText |
| Constructor and Description |
|---|
RepositoryConfigurationViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
displayNotification(String text) |
org.gwtbootstrap3.client.ui.ListBox |
getChooseRepositoryBox() |
org.gwtbootstrap3.client.ui.Button |
getConfigureButton() |
org.gwtbootstrap3.client.ui.TextBox |
getCurrentVersionText() |
org.gwtbootstrap3.client.ui.TextBox |
getDevBranchText() |
org.gwtbootstrap3.client.ui.TextBox |
getReleaseBranchText() |
org.gwtbootstrap3.client.ui.TextBox |
getVersionText() |
void |
init(RepositoryConfigurationPresenter presenter) |
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.Button configureButton
@UiField public org.gwtbootstrap3.client.ui.TextBox sourceBranchText
@UiField public org.gwtbootstrap3.client.ui.TextBox releaseBranchText
@UiField public org.gwtbootstrap3.client.ui.TextBox devBranchText
@UiField public org.gwtbootstrap3.client.ui.TextBox versionText
@UiField public org.gwtbootstrap3.client.ui.TextBox currentVersionText
public void init(RepositoryConfigurationPresenter presenter)
init in interface org.uberfire.client.mvp.UberView<RepositoryConfigurationPresenter>@UiHandler(value="configureButton") public void configureButton(com.google.gwt.event.dom.client.ClickEvent e)
public void displayNotification(String text)
displayNotification in interface BaseAssetsMgmtViewpublic org.gwtbootstrap3.client.ui.Button getConfigureButton()
getConfigureButton in interface RepositoryConfigurationPresenter.RepositoryConfigurationViewpublic org.gwtbootstrap3.client.ui.TextBox getReleaseBranchText()
getReleaseBranchText in interface RepositoryConfigurationPresenter.RepositoryConfigurationViewpublic org.gwtbootstrap3.client.ui.TextBox getDevBranchText()
getDevBranchText in interface RepositoryConfigurationPresenter.RepositoryConfigurationViewpublic org.gwtbootstrap3.client.ui.ListBox getChooseRepositoryBox()
getChooseRepositoryBox in interface BaseAssetsMgmtViewpublic org.gwtbootstrap3.client.ui.TextBox getCurrentVersionText()
getCurrentVersionText in interface RepositoryConfigurationPresenter.RepositoryConfigurationViewpublic org.gwtbootstrap3.client.ui.TextBox getVersionText()
getVersionText in interface RepositoryConfigurationPresenter.RepositoryConfigurationViewCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.