public class YesNoCancelPopup extends BaseModal
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.user.client.ui.HTML |
message |
protected com.google.gwt.user.client.ui.ScrollPanel |
scroll |
Modifier | Constructor and Description |
---|---|
protected |
YesNoCancelPopup(String title,
String content,
Command yesCommand,
Command noCommand,
Command cancelCommand) |
protected |
YesNoCancelPopup(String title,
String content,
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 |
clearScrollHeight() |
static YesNoCancelPopup |
newYesNoCancelPopup(String title,
String content,
Command yesCommand,
Command noCommand,
Command cancelCommand) |
static YesNoCancelPopup |
newYesNoCancelPopup(String title,
String content,
Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType,
Command cancelCommand,
String cancelButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType) |
static YesNoCancelPopup |
newYesNoCancelPopup(String title,
String content,
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) |
static YesNoCancelPopup |
newYesNoCancelPopup(String title,
String content,
Command yesCommand,
String yesButtonText,
Command noCommand,
String noButtonText,
Command cancelCommand,
String cancelButtonText) |
getEnterDomHandler, handleDefaultAction, handleDefaultAction, setBody, setFocus, show
add, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, toggle
getId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOn
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, setVisible, setVisible, sinkBitlessEvent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
@UiField protected com.google.gwt.user.client.ui.ScrollPanel scroll
@UiField protected com.google.gwt.user.client.ui.HTML message
protected YesNoCancelPopup(String title, String content, 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 static YesNoCancelPopup newYesNoCancelPopup(String title, String content, 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 static YesNoCancelPopup newYesNoCancelPopup(String title, String content, Command yesCommand, Command noCommand, Command cancelCommand)
public static YesNoCancelPopup newYesNoCancelPopup(String title, String content, Command yesCommand, String yesButtonText, Command noCommand, String noButtonText, Command cancelCommand, String cancelButtonText)
public static YesNoCancelPopup newYesNoCancelPopup(String title, String content, Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, Command noCommand, String noButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType, Command cancelCommand, String cancelButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType cancelButtonType)
public void clearScrollHeight()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.