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_HEADERHTML_ATTRIBUTE_ID, ID_SEPARATOR, PROPERTY_IDPROPERTY_STYLES, STYLE_PATTERN_MULTIPLE, STYLE_PATTERN_SINGLEWAI_ARIAPROPERTY_TITLE| Modifier and Type | Method and Description |
|---|---|
void |
setClosable(boolean closable)
This method sets the
closable attribute. |
centerWindowaddChild, addChildremoveChild, removeChildgetChild, getChildgetChildCount, getChildIndexgetContext, getParent, getSizeclearMessagesaddEventHandler, removeEventHandlersetModegetModesetModeFixedgetModeFixedsetIdgetIdsetTooltipgetTooltipgetVisibleFlag, isVisible, setVisible, setVisibleisVisibleRecursivesetEnabledisEnabledaddStyle, removeStylehasStylesetStylesgetStylessetPrimaryStylegetPrimaryStyledisposeisDisposedisModifiedgetAriaRolevalidatesetTitlegetTitlesetPositiongetPositionX, getPositionYaddCloseHandler, addOpenHandler, close, open, removeCloseHandler, removeOpenHandlersetResizableisResizablesetMovableisMovableisClosablesetMaximizedisMaximizedsetMaximizableisMaximizablestatic 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 AttributeWriteClosableclosable - is the new value of AttributeReadClosable.isClosable().Copyright © 2001–2016 mmm-Team. All rights reserved.