@Dependent public class SelectAssetsToPromoteViewImpl extends com.google.gwt.user.client.ui.Composite implements SelectAssetsToPromotePresenter.SelectAssetsToPromoteView
| Modifier and Type | Field and Description |
|---|---|
com.github.gwtbootstrap.client.ui.ListBox |
filesInTheBranchList |
com.github.gwtbootstrap.client.ui.ListBox |
filesToPromoteList |
com.github.gwtbootstrap.client.ui.Button |
promoteAllFilesButton |
com.github.gwtbootstrap.client.ui.Button |
promoteSelectedFilesButton |
com.github.gwtbootstrap.client.ui.CheckBox |
requiresReviewCheckBox |
com.github.gwtbootstrap.client.ui.TextBox |
sourceBranchBox |
| Constructor and Description |
|---|
SelectAssetsToPromoteViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayNotification(String text) |
com.github.gwtbootstrap.client.ui.ListBox |
getFilesInTheBranchList() |
com.github.gwtbootstrap.client.ui.ListBox |
getFilesToPromoteList() |
void |
getOutputMap(org.uberfire.ext.widgets.common.client.forms.RequestFormParamsEvent event) |
com.github.gwtbootstrap.client.ui.CheckBox |
getRequiresReviewCheckBox() |
com.github.gwtbootstrap.client.ui.TextBox |
getSourceBranchBox() |
void |
init(SelectAssetsToPromotePresenter presenter) |
boolean |
isReadOnly() |
void |
promoteAllFilesButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
promoteSelectedFilesButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
setInputMap(org.uberfire.ext.widgets.common.client.forms.SetFormParamsEvent event) |
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.TextBox sourceBranchBox
@UiField public com.github.gwtbootstrap.client.ui.CheckBox requiresReviewCheckBox
@UiField(provided=true) public com.github.gwtbootstrap.client.ui.ListBox filesInTheBranchList
@UiField(provided=true) public com.github.gwtbootstrap.client.ui.ListBox filesToPromoteList
@UiField public com.github.gwtbootstrap.client.ui.Button promoteAllFilesButton
@UiField public com.github.gwtbootstrap.client.ui.Button promoteSelectedFilesButton
public void getOutputMap(@Observes
org.uberfire.ext.widgets.common.client.forms.RequestFormParamsEvent event)
public void init(SelectAssetsToPromotePresenter presenter)
init in interface org.uberfire.client.mvp.UberView<SelectAssetsToPromotePresenter>public void displayNotification(String text)
displayNotification in interface SelectAssetsToPromotePresenter.SelectAssetsToPromoteViewpublic com.github.gwtbootstrap.client.ui.TextBox getSourceBranchBox()
getSourceBranchBox in interface SelectAssetsToPromotePresenter.SelectAssetsToPromoteView@UiHandler(value="promoteSelectedFilesButton") public void promoteSelectedFilesButton(com.google.gwt.event.dom.client.ClickEvent e)
@UiHandler(value="promoteAllFilesButton") public void promoteAllFilesButton(com.google.gwt.event.dom.client.ClickEvent e)
public com.github.gwtbootstrap.client.ui.ListBox getFilesInTheBranchList()
getFilesInTheBranchList in interface SelectAssetsToPromotePresenter.SelectAssetsToPromoteViewpublic com.github.gwtbootstrap.client.ui.ListBox getFilesToPromoteList()
getFilesToPromoteList in interface SelectAssetsToPromotePresenter.SelectAssetsToPromoteViewpublic com.github.gwtbootstrap.client.ui.CheckBox getRequiresReviewCheckBox()
getRequiresReviewCheckBox in interface SelectAssetsToPromotePresenter.SelectAssetsToPromoteViewpublic void setInputMap(@Observes
org.uberfire.ext.widgets.common.client.forms.SetFormParamsEvent event)
public boolean isReadOnly()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.