public class ModalFooterYesNoCancelButtons
extends org.gwtbootstrap3.client.ui.ModalFooter
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
org.uberfire.mvp.Command yesCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.uberfire.mvp.Command noCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.uberfire.mvp.Command cancelCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType) |
ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand,
org.uberfire.mvp.Command cancelCommand) |
ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.gwtbootstrap3.client.ui.constants.IconType noButtonIconType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType,
org.gwtbootstrap3.client.ui.constants.IconType cancelButtonIconType) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCancelButtonClick(com.google.gwt.event.dom.client.ClickEvent e) |
void |
onNoButtonClick(com.google.gwt.event.dom.client.ClickEvent e) |
void |
onYesButtonClick(com.google.gwt.event.dom.client.ClickEvent e) |
getDataSpy, getDataTarget, getId, setDataSpy, setDataTarget, setDataTargetWidget, setDataTargetWidgets, setHiddenOn, setId, setVisibleOnadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.gwtbootstrap3.client.ui.constants.IconType noButtonIconType,
org.uberfire.mvp.Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType,
org.gwtbootstrap3.client.ui.constants.IconType cancelButtonIconType)
public ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
org.uberfire.mvp.Command yesCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.uberfire.mvp.Command noCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.uberfire.mvp.Command cancelCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType)
public ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand,
org.uberfire.mvp.Command cancelCommand)
@UiHandler(value="yesButton") public void onYesButtonClick(com.google.gwt.event.dom.client.ClickEvent e)
@UiHandler(value="noButton") public void onNoButtonClick(com.google.gwt.event.dom.client.ClickEvent e)
@UiHandler(value="cancelButton") public void onCancelButtonClick(com.google.gwt.event.dom.client.ClickEvent e)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.