public interface UiWidgetMainWindow extends UiWidgetAbstractWindow
base window widget
that represents a
main window. Each client application has an instance of this main window widget. In case of a
web-application this represents the browser window (or more precisely the tab-instance).AbstractUiWidgetFactoryNative.getMainWindow()
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 |
---|---|
UiWidgetMenuBar |
getMenuBar() |
boolean |
isWindowPositionAbsolute() |
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
isResizable
setPosition
getPositionX, getPositionY
UiWidgetMenuBar getMenuBar()
menu bar
of this window. Will be created and attached to the window
on the first call of this method.Copyright © 2001–2016 mmm-Team. All rights reserved.