@Dependent
public class Bs3Modal
extends org.gwtbootstrap3.client.ui.Modal
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
Bs3Modal() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDefaultFooter() |
protected void |
onAttach() |
void |
setBodyHeight(int height)
Sets the pixel height of the main content container.
|
void |
setContent(com.google.gwt.user.client.ui.IsWidget content)
Replaces the contents within the main body area of the modal.
|
void |
setFooterContent(com.google.gwt.user.client.ui.IsWidget content)
Replaces the current contents of the footer area with the given widget.
|
void |
setModalTitle(String title) |
protected void |
setup() |
void |
show() |
void |
show(Command afterShown,
Command afterClosed)
Shows this modal dialog above the current workbench.
|
add, addHiddenHandler, addHideHandler, addShowHandler, addShownHandler, hide, isClosable, onHidden, onHide, onLoad, onShow, onShown, onUnload, setClosable, setDataBackdrop, setDataKeyboard, setFade, setHideOtherModals, setRemoveOnHide, setSize, setTitle, setWidth, togglegetId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOnadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onDetach, 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, setVisible, setVisible, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected void setup()
protected void onAttach()
onAttach in class com.google.gwt.user.client.ui.Widgetpublic void show(Command afterShown, Command afterClosed)
afterShown - the action to perform once the dialog has been shown. Not null. Use Commands.DO_NOTHING if you don't have an "after show" action.afterClosed - the action to perform once the dialog has been dismissed. Not null. Use Commands.DO_NOTHING if you don't have an "after close" action.public void show()
show in class org.gwtbootstrap3.client.ui.Modalpublic void setContent(com.google.gwt.user.client.ui.IsWidget content)
content - the new content for the main body area.protected void addDefaultFooter()
public void setModalTitle(String title)
public void setFooterContent(com.google.gwt.user.client.ui.IsWidget content)
content - the new content for the footer area.public void setBodyHeight(int height)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.