@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(org.uberfire.mvp.Command afterShown,
org.uberfire.mvp.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, 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, 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
protected void setup()
protected void onAttach()
onAttach
in class com.google.gwt.user.client.ui.Widget
public void show(org.uberfire.mvp.Command afterShown, org.uberfire.mvp.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.Modal
public 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–2018 JBoss by Red Hat. All rights reserved.