public interface UiWidgetAbstractDialogWindow extends UiWidgetAbstractWindow, UiFeatureOpenClose, AttributeWriteResizable, AttributeWriteMovable, AttributeWriteClosable, AttributeWriteMaximized, AttributeWriteMaximizable
window widget
that represents a
dialog window. That is any window other than the UiWidgetMainWindow
. Such window is opened
dynamically by the application.Modifier and Type | Field and Description |
---|---|
static String |
STYLE_PRIMARY
The default
primary style of this widget. |
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 |
---|---|
void |
setClosable(boolean closable)
This method sets the
closable attribute. |
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_PRIMARY
primary style
of this widget.void setClosable(boolean closable)
closable
attribute.
By default a dialog window is closable. If you set closable to false
there is no icon-button
displayed in the title-bar and hitting the escape key will not close the window.setClosable
in interface AttributeWriteClosable
closable
- is the new value of AttributeReadClosable.isClosable()
.Copyright © 2001–2016 mmm-Team. All rights reserved.