public interface UiWidgetPopup extends UiWidgetAbstractDialogWindow, UiWidgetNative
base window widget
that represents a
popup window. A popup is a modal window that blocks the client application until it is
closed
. createAndAddCloseButton()
. This is not done automatically so you can
define the order of the buttons yourself.Modifier and Type | Field and Description |
---|---|
static String |
STYLE_POPUP
The default
additional style of this widget. |
STYLE_PRIMARY
STYLE_HEADER
HTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_ID
PROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLE
WAI_ARIA
PROPERTY_TITLE
Modifier and Type | Method and Description |
---|---|
UiWidgetButton |
createAndAddCloseButton()
This method creates a
button to close this popup and adds it to the
button panel . |
UiWidgetButtonPanel |
getButtonPanel() |
setClosable
centerWindow
addChild, addChild
removeChild, removeChild
getChild, getChild
getChildCount, getChildIndex
getContext, getParent, getSize
clearMessages
addEventHandler, removeEventHandler
setMode
getMode
setModeFixed
getModeFixed
setId
getId
setTooltip
getTooltip
getVisibleFlag, isVisible, setVisible, setVisible
isVisibleRecursive
setEnabled
isEnabled
addStyle, removeStyle
hasStyle
setStyles
getStyles
setPrimaryStyle
getPrimaryStyle
dispose
isDisposed
isModified
getAriaRole
validate
setTitle
getTitle
setPosition
getPositionX, getPositionY
addCloseHandler, addOpenHandler, close, open, removeCloseHandler, removeOpenHandler
setResizable
isResizable
setMovable
isMovable
isClosable
setMaximized
isMaximized
setMaximizable
isMaximizable
static final String STYLE_POPUP
additional style
of this widget.UiWidgetButtonPanel getButtonPanel()
UiWidgetButtonPanel
located at the bottom of this popup where
buttons
shall be added.UiWidgetButton createAndAddCloseButton()
button
to close this popup and adds it to the
button panel
.Copyright © 2001–2016 mmm-Team. All rights reserved.