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,
Command yesCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
Command noCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
Command cancelCommand,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType) |
ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
Command yesCommand,
Command noCommand,
Command cancelCommand) |
ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel,
Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType,
Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
org.gwtbootstrap3.client.ui.constants.IconType noButtonIconType,
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) |
void |
setCloseModalAfterAction(boolean closeModalAfterAction) |
getDataSpy, getDataTarget, getId, setDataSpy, setDataTarget, setDataTargetWidget, setDataTargetWidgets, setHiddenOn, setId, setVisibleOn
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
add, adopt, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getWidgetIndex
getWidget, getWidgetCount, getWidgetIndex, remove
forEach, spliterator
public ModalFooterYesNoCancelButtons(org.gwtbootstrap3.client.ui.Modal panel, Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, org.gwtbootstrap3.client.ui.constants.IconType yesButtonIconType, Command noCommand, String noButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType, org.gwtbootstrap3.client.ui.constants.IconType noButtonIconType, 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, Command yesCommand, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, Command noCommand, org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType, Command cancelCommand, org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType)
@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)
public void setCloseModalAfterAction(boolean closeModalAfterAction)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.