public class Window extends VLayout implements HasCloseClickHandlers, HasMaximizeClickHandlers, HasMinimizeClickHandlers, HasRestoreClickHandlers
Windows can contain arbitrary Smart GWT components, configured via the items
property. Windows may be modal
or non-modal.
Windows provide a series of highly configurable and skinnable autoChildren including a header, various header controls, footer, and corner resizer.
The more
specialized Dialog
subclass of Window has additional functionality targetted at
simple prompts and confirmations, such as buttons with default actions, and single-method shortcuts
for common application dialogs.
config, configOnly, id, isElementSet, nativeObject, scClassName
Constructor and Description |
---|
Window() |
Window(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addCloseClickHandler(CloseClickHandler handler)
Add a closeClick handler.
|
void |
addItem(Canvas component)
Adds a widget to the window.
|
void |
addItem(com.google.gwt.user.client.ui.Widget widget)
Adds a widget to the window.
|
com.google.gwt.event.shared.HandlerRegistration |
addMaximizeClickHandler(MaximizeClickHandler handler)
Add a maximizeClick handler.
|
void |
addMember(Canvas newMember)
Same as
Layout.addMember . |
void |
addMember(Canvas newMember,
java.lang.Integer position)
Same as
Layout.addMember . |
com.google.gwt.event.shared.HandlerRegistration |
addMinimizeClickHandler(MinimizeClickHandler handler)
Add a minimizeClick handler.
|
com.google.gwt.event.shared.HandlerRegistration |
addRestoreClickHandler(RestoreClickHandler handler)
Add a restoreClick handler.
|
void |
centerInPage()
Centers the Window in the page.
|
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
Canvas defaults)
Changes the defaults for Canvas AutoChildren named
autoChildName . |
static void |
changeAutoChildDefaults(java.lang.String autoChildName,
FormItem defaults)
Changes the defaults for FormItem AutoChildren named
autoChildName . |
void |
close()
Close this window.
|
protected com.google.gwt.core.client.JavaScriptObject |
create() |
void |
flash()
Makes the window header flash if it's visible; if there's no header, or the header is hidden, makes the window
body flash instead.
|
java.lang.Boolean |
getAnimateMinimize()
Should this window minimize, maximize, and restore as an animation, or as a simple 1-step transition?
|
java.lang.Boolean |
getAutoCenter()
If true, this Window widget will automatically be centered on the page when shown.
|
java.lang.Boolean |
getAutoSize()
If true, the window is resized automatically to accommodate the contents of the body, if they would otherwise require
scrolling.
|
Canvas |
getBody()
Body of the Window, where
contained components or loaded content is shown. |
java.lang.String |
getBodyColor()
Color of the Window body.
|
java.lang.String |
getBodyStyle()
Style of the Window body.
|
java.lang.Boolean |
getCanDragReposition()
If true, this Window may be moved around by the user by dragging on the Window header.
|
java.lang.Boolean |
getCanDragResize()
Can the window be drag-resized? If true the window may be drag resized from its edges, and if showing, via the resizer
icon in the footer.
|
java.lang.Boolean |
getCanFocusInHeaderButtons()
If true, the user can give the header buttons keyboard focus (by clicking on them and including them in the
tabOrder)
|
ImgButton |
getCloseButton()
Button show in the header that will close this Window by calling
Window.closeClick . |
java.lang.String |
getContentLayout()
The layout policy that should be used for widgets within the Window body.
|
java.lang.String |
getContentsType()
If this window has
src specified, this property can be used to
indicate whether the source is a standalone HTML page or an HTML fragment. |
int |
getDefaultMinimizeHeight()
If
minimizeHeight is unset, by the window will shrink to
the height of the header when minimized. |
java.lang.Boolean |
getDismissOnEscape()
Should this window be dismissed (same effect as pressing the "Cancel" button) when the user presses the "Escape" key?
Behavior will only occur while the window or one of its descendants has focus, and does not cancel the Escape keypress.
|
java.lang.Boolean |
getDismissOnOutsideClick()
If true, a click outside the bounds of the Window will have the same effect as pressing its cancel button.
Note: Applies only to modal windows. |
HLayout |
getFooter()
Optional footer for the window, providing space for controls such as the resizer and status bar.
|
int |
getFooterHeight()
The height of the footer, in pixels.
|
HLayout |
getHeader()
Header for the Window, based on an HLayout.
|
Img |
getHeaderBackground()
Img background component for the header, for gradient or image-based display
|
Img |
getHeaderIcon()
Header icon shown at left end of header by default.
|
Label |
getHeaderLabel()
Label that shows Window title in header.
|
java.lang.String |
getHeaderSrc()
If
showHeaderBackground is true , this
property provides the URL of the background image for the header. |
java.lang.String |
getHeaderStyle()
Style for the Window header.
|
java.lang.String |
getHiliteBodyColor()
Highlight color for the Window body (shown when the body is flashed).
|
java.lang.String |
getHiliteHeaderSrc()
If
showHeaderBackground is true, this governs the URL
of the image to use in the header's highlighted state when the window is flashed |
java.lang.String |
getHiliteHeaderStyle()
Highlight style for the Window header.
|
java.lang.Boolean |
getIsModal()
If true, when shown this Window will intercept and block events to all other existing components on the page.
|
Canvas[] |
getItems()
The contents of the Window body.
|
com.smartgwt.logicalstructure.core.LogicalStructureObject |
getLogicalStructure() |
ImgButton |
getMaximizeButton()
Button that will make this Window fill the browser via
Window.maximize . |
java.lang.Boolean |
getMaximized()
Is this window maximized.
|
AnimationAcceleration |
getMinimizeAcceleration()
Default acceleration function for performing an animated minimize / maximize.
|
ImgButton |
getMinimizeButton()
ImgButton shown in the header that will minimize this Window by calling
Window.minimize . |
java.lang.Boolean |
getMinimized()
Is this window minimized.
|
java.lang.Integer |
getMinimizeHeight()
Height for the window when minimized.
|
java.lang.Integer |
getMinimizeTime()
If this window is minimizeable, and animateMinimize is true, what should the duration of the minimize / maximize be (in
ms)? If unset defaults to
canvas.animationTime . |
Canvas |
getModalMask()
A ScreenSpan instance used to darken the rest of a page when a modal window is active.
|
int |
getModalMaskOpacity()
Controls the opacity of the modal mask displayed behind modal windows.
|
java.lang.String |
getModalMaskStyle()
Specifies the CSS style for the modal mask.
|
java.lang.Integer |
getOpacity()
Renders the widget to be partly transparent.
|
static Window |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
ImgButton |
getResizer()
ImgButton-based resizer, shown in the footer.
|
ImgButton |
getRestoreButton()
ImgButton that restores the Window via
Window.restore . |
java.lang.Boolean |
getShowBody()
If true, draw the body contents when this Window is drawn.
|
java.lang.Boolean |
getShowCloseButton()
If true, show a close button in the header, which will dismiss this window by calling
Window.closeClick . |
java.lang.Boolean |
getShowFooter()
If true, show a footer for this Window, including resizer, statusBar, etc.
|
java.lang.Boolean |
getShowHeader()
If true, show a
header for this Window. |
java.lang.Boolean |
getShowHeaderBackground()
Should the window header show a background image? Default value is true for all browsers except for Internet
Explorer.
If set to true the image source is derived from headerSrc and hiliteHeaderSrc , otherwise the background
will be styled according to headerStyle / hiliteHeaderStyle . |
java.lang.Boolean |
getShowHeaderIcon()
If true, we show an icon on the left in the header.
|
java.lang.Boolean |
getShowMaximizeButton()
If true, show a maximize button in the header - clicking it maximizes the Window
|
java.lang.Boolean |
getShowMinimizeButton()
If true, show a minimize button in the header--clicking it minimizes the Window.
|
java.lang.Boolean |
getShowModalMask()
If true, displays a translucent mask over the rest of the page when a modal window is displayed.
|
java.lang.Boolean |
getShowResizer()
If true, show a button in the lower right corner that allows users to resize the Window.
|
java.lang.Boolean |
getShowStatusBar()
If true, show a statusBar for this Window, including resizer.
|
java.lang.Boolean |
getShowTitle()
Show a title (typically just text) on the header for this window.
|
java.lang.String |
getSrc()
A URL to load as content for the Window's body.
|
java.lang.String |
getStatus()
Text to show in the status bar of the window (if one is visible)
|
Canvas |
getStatusBar()
Simple Canvas-based status bar, shown in the footer.
|
java.lang.String |
getTitle()
title for this Window, shown in the header (if drawn)
|
java.lang.Boolean |
getUseBackMask()
By default Windows show a
backMask in Internet Explorer
versions predating Internet Explorer 9. |
void |
maximize()
Maximize the window.
|
void |
minimize()
Minimize the window.
|
java.lang.Boolean |
onCloseClick()
Notification method fired when the user attempts to close the window via a click on the 'close' button, click outside
the window if
dismissOnOutsideClick is true, or on
escape keypress if dismissOnEscape is true. |
static void |
preloadImages()
Preload primary window skin images
|
void |
removeItem(Canvas component)
Removes a widget from the window.
|
void |
restore()
Restores the window to its specified height and width after a call to
Window.minimize or Window.maximize . |
void |
setAnimateMinimize(java.lang.Boolean animateMinimize)
Should this window minimize, maximize, and restore as an animation, or as a simple 1-step transition?
|
void |
setAutoCenter(java.lang.Boolean autoCenter)
If true, this Window widget will automatically be centered on the page when shown.
|
void |
setAutoSize(java.lang.Boolean autoSize)
If true, the window is resized automatically to accommodate the contents of the body, if they would otherwise require
scrolling.
|
void |
setBodyColor(java.lang.String bodyColor)
Color of the Window body.
|
void |
setBodyDefaults(java.util.Map bodyDefaults)
Default properties for the body of the Window
|
void |
setBodyStyle(java.lang.String bodyStyle)
Style of the Window body.
|
void |
setCanDragReposition(java.lang.Boolean canDragReposition)
If true, this Window may be moved around by the user by dragging on the Window header.
|
void |
setCanDragResize(java.lang.Boolean canDragResize)
Can the window be drag-resized? If true the window may be drag resized from its edges, and if showing, via the resizer
icon in the footer.
|
void |
setCanFocusInHeaderButtons(java.lang.Boolean canFocusInHeaderButtons)
If true, the user can give the header buttons keyboard focus (by clicking on them and including them in the
tabOrder)
|
void |
setContentLayout(java.lang.String contentLayout)
The layout policy that should be used for widgets within the Window body.
|
void |
setContentsType(java.lang.String contentsType)
If this window has
src specified, this property can be used to
indicate whether the source is a standalone HTML page or an HTML fragment. |
void |
setDefaultMinimizeHeight(int defaultMinimizeHeight)
If
minimizeHeight is unset, by the window will shrink to
the height of the header when minimized. |
static void |
setDefaultProperties(Window windowProperties)
Class level method to set the default properties of this class.
|
void |
setDismissOnEscape(java.lang.Boolean dismissOnEscape)
Should this window be dismissed (same effect as pressing the "Cancel" button) when the user presses the "Escape" key?
Behavior will only occur while the window or one of its descendants has focus, and does not cancel the Escape keypress.
|
void |
setDismissOnOutsideClick(java.lang.Boolean dismissOnOutsideClick)
If true, a click outside the bounds of the Window will have the same effect as pressing its cancel button.
Note: Applies only to modal windows. |
void |
setFooterControls(java.lang.Object... footerControls)
Array of members to show in the Window footer.
|
void |
setFooterHeight(int footerHeight)
The height of the footer, in pixels.
|
void |
setHeaderControls(java.lang.Object... headerControls)
Array of members to show in the Window header.
|
void |
setHeaderIcon(java.lang.String imgSrc)
Sets the Window header icon.
|
void |
setHeaderIcon(java.lang.String imgSrc,
int width,
int height)
Sets the Window header icon.
|
void |
setHeaderIconDefaults(java.util.Map headerIconDefaults)
This is an object literal property block specifying the various properties of the headerIcon - the icon that
appears at the top left of the window and is by default the Isomorphic logo.
|
void |
setHeaderIconProperties(java.util.Map headerIconProperties) |
void |
setHeaderSrc(java.lang.String headerSrc)
If
showHeaderBackground is true , this
property provides the URL of the background image for the header. |
void |
setHeaderStyle(java.lang.String headerStyle)
Style for the Window header.
|
void |
setHiliteBodyColor(java.lang.String hiliteBodyColor)
Highlight color for the Window body (shown when the body is flashed).
|
void |
setHiliteHeaderSrc(java.lang.String hiliteHeaderSrc)
If
showHeaderBackground is true, this governs the URL
of the image to use in the header's highlighted state when the window is flashed |
void |
setHiliteHeaderStyle(java.lang.String hiliteHeaderStyle)
Highlight style for the Window header.
|
void |
setIsModal(java.lang.Boolean isModal)
If true, when shown this Window will intercept and block events to all other existing components on the page.
|
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
void |
setKeepInParentRect(java.lang.Boolean keepInParentRect)
If Window.canDragReposition or Window.canDragResize is true, should the windows size and position be constrained
such that it remains within the viewport of its parent element (or for top level windows, within the viewport of
the browser window)?
Note: keepInParentRect affects only user drag interactions, not programmatic moves. |
void |
setKeepInParentRect(Rectangle rectangle)
If Window.canDragReposition or Window.canDragRShowcaseDataesize is true, should the windows size and position be
constrained such that it remains within the viewport of its parent element (or for top level windows, within the
viewport of the browser window)? Can also be set to an array denoting an arbitrary Rectangle beyond which the
window cannot be moved.
|
com.smartgwt.logicalstructure.core.LogicalStructureObject |
setLogicalStructure(com.smartgwt.logicalstructure.widgets.WindowLogicalStructure s) |
void |
setMaximized(java.lang.Boolean maximized)
Is this window maximized.
|
void |
setMinimizeAcceleration(AnimationAcceleration minimizeAcceleration)
Default acceleration function for performing an animated minimize / maximize.
|
void |
setMinimized(java.lang.Boolean minimized)
Is this window minimized.
|
void |
setMinimizeHeight(java.lang.Integer minimizeHeight)
Height for the window when minimized.
|
void |
setMinimizeTime(java.lang.Integer minimizeTime)
If this window is minimizeable, and animateMinimize is true, what should the duration of the minimize / maximize be (in
ms)? If unset defaults to
canvas.animationTime . |
void |
setModalMaskOpacity(int modalMaskOpacity)
Controls the opacity of the modal mask displayed behind modal windows.
|
void |
setModalMaskStyle(java.lang.String modalMaskStyle)
Specifies the CSS style for the modal mask.
|
void |
setOpacity(java.lang.Integer opacity)
Renders the widget to be partly transparent.
|
void |
setShowBody(java.lang.Boolean showBody)
If true, draw the body contents when this Window is drawn.
|
void |
setShowCloseButton(java.lang.Boolean showCloseButton)
If true, show a close button in the header, which will dismiss this window by calling
Window.closeClick . |
void |
setShowFooter(java.lang.Boolean showFooter)
If true, show a footer for this Window, including resizer, statusBar, etc.
|
void |
setShowHeader(java.lang.Boolean showHeader)
If true, show a
header for this Window. |
void |
setShowHeaderBackground(java.lang.Boolean showHeaderBackground)
Should the window header show a background image? Default value is true for all browsers except for Internet
Explorer.
If set to true the image source is derived from headerSrc and hiliteHeaderSrc , otherwise the background
will be styled according to headerStyle / hiliteHeaderStyle . |
void |
setShowHeaderIcon(java.lang.Boolean showHeaderIcon)
If true, we show an icon on the left in the header.
|
void |
setShowMaximizeButton(java.lang.Boolean showMaximizeButton)
If true, show a maximize button in the header - clicking it maximizes the Window
If this method is called after the component has been drawn/initialized: Dynamically update showMaximizeButton to show / hide the maximizeButton |
void |
setShowMinimizeButton(java.lang.Boolean showMinimizeButton)
If true, show a minimize button in the header--clicking it minimizes the Window.
|
void |
setShowModalMask(java.lang.Boolean showModalMask)
If true, displays a translucent mask over the rest of the page when a modal window is displayed.
|
void |
setShowResizer(java.lang.Boolean showResizer)
If true, show a button in the lower right corner that allows users to resize the Window.
|
void |
setShowStatusBar(java.lang.Boolean showStatusBar)
If true, show a statusBar for this Window, including resizer.
|
void |
setShowTitle(java.lang.Boolean showTitle)
Show a title (typically just text) on the header for this window.
|
void |
setSrc(java.lang.String src)
A URL to load as content for the Window's body.
|
void |
setStatus(java.lang.String status)
Text to show in the status bar of the window (if one is visible)
If this method is called after the component has been drawn/initialized: Sets the text in the status bar of the window, redrawing if necessary. |
void |
setTitle(java.lang.String title)
|
void |
setUseBackMask(java.lang.Boolean useBackMask)
By default Windows show a
backMask in Internet Explorer
versions predating Internet Explorer 9. |
java.lang.Boolean |
shouldDismissOnEscape()
Should this window be dismissed (same effect as pressing the "Cancel" button) when the user presses the "Escape"
key?
Default behavior: if dismissOnEscape is set, just
return it. |
setDefaultProperties, setLogicalStructure
addMember, addMember, addMember, addMemberPostCreate, addMemberPostCreate, addMemberPreCreate, addMemberPreCreate, addMembers, addMembers, getAnimateMembers, getAnimateMemberTime, getCanDropComponents, getDefaultResizeBars, getDropComponent, getDropLine, getDropLineThickness, getDropPosition, getEnforcePolicy, getHPolicy, getLayoutBottomMargin, getLayoutLeftMargin, getLayoutMargin, getLayoutRightMargin, getLayoutTopMargin, getLeaveScrollbarGap, getLocateMembersBy, getLocateMembersType, getManagePercentBreadth, getMember, getMember, getMemberDefaultBreadth, getMemberNumber, getMemberNumber, getMemberOffset, getMemberOverlap, getMembers, getMembersMargin, getMinMemberSize, getOverflow, getPaddingAsLayoutMargin, getResizeBarClass, getResizeBarSize, getReverseOrder, getShowDragPlaceHolder, getShowDropLines, getStackZIndex, getVertical, getVPolicy, hasMember, hideDropLine, hideMember, hideMember, membersChanged, onInit_Layout, onInit, reflow, reflow, reflowNow, removeMember, removeMembers, reorderMember, reorderMembers, setAlign, setAlign, setAnimateMembers, setAnimateMemberTime, setCanDropComponents, setDefaultLayoutAlign, setDefaultLayoutAlign, setDefaultProperties, setDefaultResizeBars, setDropLineProperties, setDropLineThickness, setEnforcePolicy, setHPolicy, setLayoutBottomMargin, setLayoutLeftMargin, setLayoutMargin, setLayoutRightMargin, setLayoutTopMargin, setLeaveScrollbarGap, setLocateMembersBy, setLocateMembersType, setLogicalStructure, setManagePercentBreadth, setMemberOverlap, setMembers, setMembersMargin, setMinMemberSize, setOverflow, setPaddingAsLayoutMargin, setPlaceHolderDefaults, setPlaceHolderProperties, setResizeBarClass, setResizeBarSize, setReverseOrder, setShowDragPlaceHolder, setShowDropLines, setStackZIndex, setVertical, setVisibleMember, setVPolicy, showMember, showMember
addChild, addChild, addChild, addChild, addChild, addClickHandler, addDoubleClickHandler, addDragMoveHandler, addDragRepositionMoveHandler, addDragRepositionStartHandler, addDragRepositionStopHandler, addDragResizeMoveHandler, addDragResizeStartHandler, addDragResizeStopHandler, addDragStartHandler, addDragStopHandler, addDropHandler, addDropMoveHandler, addDropOutHandler, addDropOverHandler, addFocusChangedHandler, addHoverHandler, addHoverHiddenHandler, addKeyDownHandler, addKeyPressHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseStillDownHandler, addMouseUpHandler, addMouseWheelHandler, addMovedHandler, addParentMovedHandler, addPeer, addPeer, addPeer, addPeer, addResizedHandler, addRightMouseDownHandler, addScrolledHandler, addShowContextMenuHandler, addStyleName, addVisibilityChangedHandler, adjustForContent, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateFade, animateHide, animateHide, animateHide, animateMove, animateMove, animateMove, animateMove, animateRect, animateRect, animateRect, animateRect, animateResize, animateResize, animateResize, animateResize, animateScroll, animateScroll, animateScroll, animateScroll, animateScroll, animateScroll, animateShow, animateShow, animateShow, asSGWTComponent, blur, bringToFront, clear, clickMaskUp, clickMaskUp, contains, contains, containsEvent, containsFocus, containsPoint, containsPoint, deparent, depeer, disable, enable, focus, focusInNextTabElement, focusInPreviousTabElement, getAbsoluteLeft, getAbsoluteTop, getAccessKey, getAnimateAcceleration, getAnimateFadeTime, getAnimateHideAcceleration, getAnimateHideTime, getAnimateMoveAcceleration, getAnimateMoveTime, getAnimateRectAcceleration, getAnimateRectTime, getAnimateResizeAcceleration, getAnimateResizeTime, getAnimateScrollAcceleration, getAnimateScrollTime, getAnimateShowAcceleration, getAnimateShowEffect, getAnimateShowTime, getAnimateTime, getAppImgDir, getAriaRole, getAutoDraw, getAutoShowParent, getBackgroundColor, getBackgroundImage, getBackgroundPosition, getBackgroundRepeat, getBorder, getBottom, getById, getByJSObject, getByLocalId, getCanAcceptDrop, getCanDrag, getCanDragScroll, getCanDrop, getCanDropBefore, getCanFocus, getCanHover, getCanSelectText, getCanvasAutoChild, getCanvasItem, getChildren, getChildrenSnapResizeToGrid, getChildrenSnapToGrid, getClassName, getContentElement, getContents, getContextMenu, getCursor, getDataPath, getDefaultHeight, getDefaultWidth, getDestroyed, getDestroying, getDisabled, getDisabledCursor, getDoubleClickDelay, getDragAppearance, getDragIntersectStyle, getDragOpacity, getDragRepositionAppearance, getDragRepositionCursor, getDragResizeAppearance, getDragScrollDelay, getDragStartDistance, getDragTarget, getDragType, getDropTypes, getDynamicContents, getEdgeBackgroundColor, getEdgeCenterBackgroundColor, getEdgeImage, getEdgeMarginSize, getEdgeOffset, getEdgeOpacity, getEdgeShowCenter, getEdgeSize, getEventEdge, getEventEdge, getExtraSpace, getFacetId, getFormItemAutoChild, getFullDataPath, getGroupBorderCSS, getGroupLabelBackgroundColor, getGroupLabelStyleName, getGroupTitle, getHeight, getHeightAsString, getHideUsingDisplayNone, getHoverAlign, getHoverAutoDestroy, getHoverComponent, getHoverDelay, getHoverHeight, getHoverHTML, getHoverMoveWithMouse, getHoverOpacity, getHoverStyle, getHoverVAlign, getHoverWidth, getHoverWrap, getHSnapOrigin, getHSnapOrigin, getHSnapPosition, getHSnapPosition, getHtmlPosition, getImage, getImgURL, getImgURL, getInnerContentHeight, getInnerContentWidth, getInnerHeight, getInnerWidth, getIsGroup, getKeepInParentRect, getLayoutAlign, getLeft, getLeftAsString, getLocateChildrenBy, getLocateChildrenType, getLocatePeersBy, getLocatePeersType, getMargin, getMasterElement, getMatchElement, getMaxHeight, getMaxWidth, getMenuConstructor, getMinHeight, getMinWidth, getMouseStillDownDelay, getMouseStillDownInitialDelay, getNextZIndex, getNoDoubleClicks, getOffsetHeight, getOffsetWidth, getOffsetX, getOffsetY, getOuterElement, getPadding, getPageBottom, getPageLeft, getPageRect, getPageRight, getPageTop, getParentElement, getPeers, getPercentBox, getPercentSource, getPosition, getPrefix, getPrintChildrenAbsolutelyPositioned, getPrintHTML, getPrintHTML, getPrompt, getRect, getRedrawOnResize, getResizeBarTarget, getResizeFrom, getRight, getScrollbarSize, getScrollBottom, getScrollHeight, getScrollLeft, getScrollRight, getScrollTop, getScrollWidth, getShadowDepth, getShadowImage, getShadowOffset, getShadowSoftness, getShouldPrint, getShowCustomScrollbars, getShowDragShadow, getShowEdges, getShowHover, getShowHoverComponents, getShowResizeBar, getShowShadow, getSkinImgDir, getSnapAxis, getSnapEdge, getSnapHDirection, getSnapHGap, getSnapOffsetLeft, getSnapOffsetTop, getSnapOnDrop, getSnapResizeToGrid, getSnapTo, getSnapToGrid, getSnapVDirection, getSnapVGap, getStyleName, getTabIndex, getTestInstance, getTooltip, getTop, getTopAsString, getTopElement, getUseOpacityFilter, getValuesManager, getViewportHeight, getViewportWidth, getVisibility, getVisibleHeight, getVisibleWidth, getVSnapOrigin, getVSnapOrigin, getVSnapPosition, getVSnapPosition, getWidth, getWidthAsString, getZIndex, handleHover, hide, hideClickMask, hideClickMask, hideContextMenu, imgHTML, imgHTML, imgHTML, intersects, isDirty, isDisabled, isDrawn, isVisible, keyUp, layoutChildren, linkHTML, linkHTML, linkHTML, linkHTML, linkHTML, linkHTML, markForDestroy, markForRedraw, markForRedraw, moveAbove, moveBelow, moveBy, moveTo, onAttach, onDetach, parentResized, printComponents, redraw, redraw, removeChild, removeChild, removePeer, removePeer, resizeBy, resizeTo, resizeTo, scrollBy, scrollByPercent, scrollTo, scrollTo, scrollTo, scrollToBottom, scrollToLeft, scrollToPercent, scrollToRight, scrollToTop, sendToBack, setAccessKey, setAllowExternalFilters, setAnimateAcceleration, setAnimateFadeTime, setAnimateHideAcceleration, setAnimateHideTime, setAnimateMoveAcceleration, setAnimateMoveTime, setAnimateRectAcceleration, setAnimateRectTime, setAnimateResizeAcceleration, setAnimateResizeTime, setAnimateScrollAcceleration, setAnimateScrollTime, setAnimateShowAcceleration, setAnimateShowEffect, setAnimateShowTime, setAnimateTime, setAppImgDir, setAriaRole, setAriaState, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setAutoDraw, setAutoHeight, setAutoShowParent, setAutoWidth, setBackgroundColor, setBackgroundImage, setBackgroundPosition, setBackgroundRepeat, setBorder, setBottom, setCanAcceptDrop, setCanDrag, setCanDragScroll, setCanDrop, setCanDropBefore, setCanFocus, setCanHover, setCanSelectText, setCanvasItem, setChildren, setChildrenSnapResizeToGrid, setChildrenSnapToGrid, setContents, setContextMenu, setCursor, setDataPath, setDefaultHeight, setDefaultProperties, setDefaultWidth, setDisabled, setDisabledCursor, setDoubleClickDelay, setDragAppearance, setDragIntersectStyle, setDragOpacity, setDragRepositionAppearance, setDragRepositionCursor, setDragResizeAppearance, setDragScrollDelay, setDragStartDistance, setDragTarget, setDragType, setDropTypes, setDynamicContents, setEdgeBackgroundColor, setEdgeCenterBackgroundColor, setEdgeImage, setEdgeMarginSize, setEdgeOffset, setEdgeOpacity, setEdgeShowCenter, setEdgeSize, setExtraSpace, setFacetId, setGroupBorderCSS, setGroupLabelBackgroundColor, setGroupLabelStyleName, setGroupTitle, setHeight, setHeight, setHeight100, setHideUsingDisplayNone, setHoverAlign, setHoverAutoDestroy, setHoverDelay, setHoverHeight, setHoverMoveWithMouse, setHoverOpacity, setHoverStyle, setHoverVAlign, setHoverWidth, setHoverWrap, setHtmlPosition, setImage, setImage, setIsGroup, setKeepInParentRect, setLayoutAlign, setLayoutAlign, setLeft, setLeft, setLocateChildrenBy, setLocateChildrenType, setLocatePeersBy, setLocatePeersType, setLogicalStructure, setMargin, setMatchElement, setMaxHeight, setMaxWidth, setMenuConstructor, setMinHeight, setMinWidth, setMouseStillDownDelay, setMouseStillDownInitialDelay, setNeverUseFilters, setNoDoubleClicks, setPadding, setPageLeft, setPageTop, setParentElement, setPeers, setPercentBox, setPercentSource, setPosition, setPrefix, setPrintChildrenAbsolutelyPositioned, setPrompt, setRect, setRect, setRedrawOnResize, setResizeBarTarget, setResizeFrom, setResizeFrom, setRight, setScrollbarConstructor, setScrollbarSize, setShadowDepth, setShadowImage, setShadowOffset, setShadowSoftness, setShouldPrint, setShowCustomScrollbars, setShowDragShadow, setShowEdges, setShowHover, setShowHoverComponents, setShowResizeBar, setShowShadow, setSkinImgDir, setSmoothFade, setSnapAxis, setSnapEdge, setSnapHDirection, setSnapHGap, setSnapOffsetLeft, setSnapOffsetTop, setSnapOnDrop, setSnapResizeToGrid, setSnapTo, setSnapToGrid, setSnapVDirection, setSnapVGap, setStyleName, setTabIndex, setTooltip, setTop, setTop, setUseOpacityFilter, setValuesManager, setVisibility, setVisible, setWidth, setWidth, setWidth100, setZIndex, shouldDragScroll, show, showClickMask, showNextTo, showNextTo, showNextTo, showNextTo, showPrintPreview, showPrintPreview, showPrintPreview, showPrintPreview, showRecursively, updateHover, updateHover, updateShadow, visibleAtPoint, willAcceptDrop
addDrawHandler, destroy, doAddHandler, doInit, doOnRender, draw, equals, error, errorIfNotCreated, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDateArray, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsFloatArray, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getConfig, getDOM, getElement, getElement, getHandlerCount, getID, getInnerHTML, getJsObj, getOrCreateJsObj, getRef, getScClassName, hashCode, initNativeObject, internalSetID, internalSetID, isConfigOnly, isCreated, onBind, onDestroy, onDraw, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setDragTracker, setElement, setHtmlElement, setID, setLogicalStructure, setNullProperty, setPosition, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setScClassName, toString
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getStyleElement, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, unsinkEvents
public Window()
public Window(com.google.gwt.core.client.JavaScriptObject jsObj)
public static Window getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
setJavaScriptObject
in class VLayout
public static void changeAutoChildDefaults(java.lang.String autoChildName, Canvas defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- Canvas defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties.AutoChildUsage
public static void changeAutoChildDefaults(java.lang.String autoChildName, FormItem defaults)
autoChildName
.autoChildName
- name of an AutoChild to customize the defaults for.defaults
- FormItem defaults to apply. These defaults override any existing properties
without destroying or wiping out non-overridden properties.AutoChildUsage
protected com.google.gwt.core.client.JavaScriptObject create()
public void setAnimateMinimize(java.lang.Boolean animateMinimize)
Note : This is an advanced setting
animateMinimize
- animateMinimize Default value is nullAppearance overview and related methods
,
Window Minimize Examplepublic java.lang.Boolean getAnimateMinimize()
Appearance overview and related methods
,
Window Minimize Examplepublic void setAutoCenter(java.lang.Boolean autoCenter)
autoCenter
- autoCenter Default value is autoCenterAppearance overview and related methods
public java.lang.Boolean getAutoCenter()
Appearance overview and related methods
public void setAutoSize(java.lang.Boolean autoSize)
autoSize
autoSize
- true if the window should auto-size to its content. Default value is falseAppearance overview and related methods
,
Auto Size Examplepublic java.lang.Boolean getAutoSize()
Appearance overview and related methods
,
Auto Size Examplepublic Canvas getBody() throws java.lang.IllegalStateException
contained components
or loaded content
is shown.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setBodyColor(java.lang.String bodyColor)
bodyColor
- . See String
. Default value is "#FFFFFF"flash()
,
Appearance overview and related methods
public java.lang.String getBodyColor()
String
flash()
,
Appearance overview and related methods
public void setBodyStyle(java.lang.String bodyStyle)
bodyStyle
- . See String
. Default value is "windowBody"Appearance overview and related methods
public java.lang.String getBodyStyle()
String
Appearance overview and related methods
public void setCanDragReposition(java.lang.Boolean canDragReposition)
setCanDragReposition
in class Canvas
canDragReposition
- canDragReposition Default value is truesetShowHeader(java.lang.Boolean)
public java.lang.Boolean getCanDragReposition()
getCanDragReposition
in class Canvas
getShowHeader()
public void setCanDragResize(java.lang.Boolean canDragResize)
setCanDragResize
in class Canvas
canDragResize
- canDragResize Default value is falsesetShowResizer(java.lang.Boolean)
public java.lang.Boolean getCanDragResize()
getCanDragResize
in class Canvas
getShowResizer()
public void setCanFocusInHeaderButtons(java.lang.Boolean canFocusInHeaderButtons)
Note : This is an advanced setting
canFocusInHeaderButtons
- canFocusInHeaderButtons Default value is falseFocus overview and related methods
public java.lang.Boolean getCanFocusInHeaderButtons()
Focus overview and related methods
public ImgButton getCloseButton() throws java.lang.IllegalStateException
Window.closeClick
.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setContentLayout(java.lang.String contentLayout)
Valid values are "vertical", "horizontal",
"none". If the body is a Layout, this controls how the items are stacked in the body by setting vertical
. See bodyConstructor
for details.
Note : This is an advanced setting
contentLayout
- . See String
. Default value is "vertical"Appearance overview and related methods
public java.lang.String getContentLayout()
Valid values are "vertical", "horizontal",
"none". If the body is a Layout, this controls how the items are stacked in the body by setting vertical
. See bodyConstructor
for details.
String
Appearance overview and related methods
public void setContentsType(java.lang.String contentsType) throws java.lang.IllegalStateException
src
specified, this property can be used to
indicate whether the source is a standalone HTML page or an HTML fragment. This is similar to the contentsType
property - be sure to read the HTMLFlow documentation
to understand circumstances where contentsType:"page" is unsafe and not recommended.
contentsType
- . See String
. Default value is "page"java.lang.IllegalStateException
- this property cannot be changed after the component has been createdsetSrc(java.lang.String)
,
Appearance overview and related methods
public java.lang.String getContentsType()
src
specified, this property can be used to
indicate whether the source is a standalone HTML page or an HTML fragment. This is similar to the contentsType
property - be sure to read the HTMLFlow documentation
to understand circumstances where contentsType:"page" is unsafe and not recommended.
String
getSrc()
,
Appearance overview and related methods
public void setDefaultMinimizeHeight(int defaultMinimizeHeight)
minimizeHeight
is unset, by the window will shrink to
the height of the header when minimized. defaultMinimizeHeight
will be used
instead.
Note : This is an advanced setting
defaultMinimizeHeight
- defaultMinimizeHeight Default value is 16Appearance overview and related methods
public int getDefaultMinimizeHeight()
minimizeHeight
is unset, by the window will shrink to
the height of the header when minimized. defaultMinimizeHeight
will be used
instead.Appearance overview and related methods
public void setDismissOnEscape(java.lang.Boolean dismissOnEscape)
If unset default behavior depends on whether a close / cancel button is visible for this item.
dismissOnEscape
- dismissOnEscape Default value is nullshouldDismissOnEscape()
public java.lang.Boolean getDismissOnEscape()
If unset default behavior depends on whether a close / cancel button is visible for this item.
shouldDismissOnEscape()
public void setDismissOnOutsideClick(java.lang.Boolean dismissOnOutsideClick)
dismissOnOutsideClick
- dismissOnOutsideClick Default value is falsesetIsModal(java.lang.Boolean)
public java.lang.Boolean getDismissOnOutsideClick()
getIsModal()
public HLayout getFooter() throws java.lang.IllegalStateException
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setFooterHeight(int footerHeight) throws java.lang.IllegalStateException
footerHeight
- footerHeight Default value is 18java.lang.IllegalStateException
- this property cannot be changed after the component has been createdAppearance overview and related methods
public int getFooterHeight()
Appearance overview and related methods
public HLayout getHeader() throws java.lang.IllegalStateException
headerControls
.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public Img getHeaderBackground() throws java.lang.IllegalStateException
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public Img getHeaderIcon() throws java.lang.IllegalStateException
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public Label getHeaderLabel() throws java.lang.IllegalStateException
The following passthrough
applies: title
for contents
.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setHeaderSrc(java.lang.String headerSrc)
showHeaderBackground
is true
, this
property provides the URL of the background image for the header.
Note : This is an advanced setting
headerSrc
- . See SCImgURL
. Default value is "[SKIN]Window/headerGradient.gif" | nullAppearance overview and related methods
public java.lang.String getHeaderSrc()
showHeaderBackground
is true
, this
property provides the URL of the background image for the header.SCImgURL
Appearance overview and related methods
public void setHeaderStyle(java.lang.String headerStyle)
Note : This is an advanced setting
headerStyle
- . See CSSStyleName
. Default value is "WindowHeader"Appearance overview and related methods
public java.lang.String getHeaderStyle()
CSSStyleName
Appearance overview and related methods
public void setHiliteBodyColor(java.lang.String hiliteBodyColor)
hiliteBodyColor
- . See String
. Default value is "#EEEEEE"flash()
,
Appearance overview and related methods
public java.lang.String getHiliteBodyColor()
String
flash()
,
Appearance overview and related methods
public void setHiliteHeaderSrc(java.lang.String hiliteHeaderSrc)
showHeaderBackground
is true, this governs the URL
of the image to use in the header's highlighted state when the window is flashed
Note : This is an advanced setting
hiliteHeaderSrc
- . See SCImgURL
. Default value is "[SKIN]Window/headerGradient_hilite.gif" | nullAppearance overview and related methods
public java.lang.String getHiliteHeaderSrc()
showHeaderBackground
is true, this governs the URL
of the image to use in the header's highlighted state when the window is flashed
SCImgURL
Appearance overview and related methods
public void setHiliteHeaderStyle(java.lang.String hiliteHeaderStyle)
flashed
Note : This is an advanced setting
hiliteHeaderStyle
- . See CSSStyleName
. Default value is "WindowHeader"Appearance overview and related methods
public java.lang.String getHiliteHeaderStyle()
flashed
CSSStyleName
Appearance overview and related methods
public void setIsModal(java.lang.Boolean isModal)
Use
showModalMask
to darken all other elements on the screen
when a modal dialog is showing.
Chained modal windows - that is, modal windows that launch other modal windows - are allowed. You can accomplish this by simply creating a second modal Window while a modal Window is showing.
Note only top-level Windows (Windows without parents) can be modal.
isModal
- isModal Default value is falsepublic java.lang.Boolean getIsModal()
Use
showModalMask
to darken all other elements on the screen
when a modal dialog is showing.
Chained modal windows - that is, modal windows that launch other modal windows - are allowed. You can accomplish this by simply creating a second modal Window while a modal Window is showing.
Note only top-level Windows (Windows without parents) can be modal.
public ImgButton getMaximizeButton() throws java.lang.IllegalStateException
Window.maximize
.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setMaximized(java.lang.Boolean maximized)
Window.maximize
or Window.restore
.maximized
- maximized Default value is falseAppearance overview and related methods
public java.lang.Boolean getMaximized()
Window.maximize
or Window.restore
.Appearance overview and related methods
public void setMinimizeAcceleration(AnimationAcceleration minimizeAcceleration)
this.animateAcceleration
will be used by default instead
Note : This is an advanced setting
minimizeAcceleration
- minimizeAcceleration Default value is nullAppearance overview and related methods
public AnimationAcceleration getMinimizeAcceleration()
this.animateAcceleration
will be used by default insteadAppearance overview and related methods
public ImgButton getMinimizeButton() throws java.lang.IllegalStateException
Window.minimize
.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setMinimized(java.lang.Boolean minimized)
Window.minimize
or Window.restore
.minimized
- minimized Default value is falseAppearance overview and related methods
public java.lang.Boolean getMinimized()
Window.minimize
or Window.restore
.Appearance overview and related methods
public void setMinimizeHeight(java.lang.Integer minimizeHeight)
this.defaultMinimizeHeight
Note : This is an advanced setting
minimizeHeight
- minimizeHeight Default value is nullAppearance overview and related methods
public java.lang.Integer getMinimizeHeight()
this.defaultMinimizeHeight
Appearance overview and related methods
public void setMinimizeTime(java.lang.Integer minimizeTime)
canvas.animationTime
.
Note : This is an advanced setting
minimizeTime
- minimizeTime Default value is nullAppearance overview and related methods
,
Window Minimize Examplepublic java.lang.Integer getMinimizeTime()
canvas.animationTime
.Appearance overview and related methods
,
Window Minimize Examplepublic Canvas getModalMask() throws java.lang.IllegalStateException
showModalMask
to true, add a CSS style "modalMask" to the active
skin (generally with background-color set), and adjust modalMaskOpacity
.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.Appearance overview and related methods
public void setModalMaskOpacity(int modalMaskOpacity) throws java.lang.IllegalStateException
modalMaskOpacity
- modalMaskOpacity Default value is 50java.lang.IllegalStateException
- this property cannot be changed after the component has been createdcom.smartgwt.client.widgets.Window#setModalMask
,
Appearance overview and related methods
public int getModalMaskOpacity()
getModalMask()
,
Appearance overview and related methods
public void setModalMaskStyle(java.lang.String modalMaskStyle) throws java.lang.IllegalStateException
modalMaskStyle
- . See String
. Default value is "modalMask"java.lang.IllegalStateException
- this property cannot be changed after the component has been createdcom.smartgwt.client.widgets.Window#setModalMask
,
Appearance overview and related methods
public java.lang.String getModalMaskStyle()
String
getModalMask()
,
Appearance overview and related methods
public void setOpacity(java.lang.Integer opacity)
In older versions of Internet Explorer (Pre IE9 /
HTML5), opacity is achieved through proprietary filters. If filters have been disabled
within this application developers must set useOpacityFilter
to true for specific components on which
opacity support is required.
Also note that opacity is incompatible with backMasks
, and that this property is enabled by default for Window
instances.
Note : This is an advanced setting
setOpacity
in class Canvas
opacity
- opacity Default value is nullCues overview and related methods
public java.lang.Integer getOpacity()
In older versions of Internet Explorer (Pre IE9 /
HTML5), opacity is achieved through proprietary filters. If filters have been disabled
within this application developers must set useOpacityFilter
to true for specific components on which
opacity support is required.
Also note that opacity is incompatible with backMasks
, and that this property is enabled by default for Window
instances.
getOpacity
in class Canvas
Cues overview and related methods
public ImgButton getResizer() throws java.lang.IllegalStateException
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public ImgButton getRestoreButton() throws java.lang.IllegalStateException
Window.restore
.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setShowBody(java.lang.Boolean showBody)
Note : This is an advanced setting
showBody
- showBody Default value is trueAppearance overview and related methods
public java.lang.Boolean getShowBody()
Appearance overview and related methods
public void setShowCloseButton(java.lang.Boolean showCloseButton)
Window.closeClick
.
showCloseButton
to show / hide the closeButtonshowCloseButton
- showCloseButton Default value is trueAppearance overview and related methods
public java.lang.Boolean getShowCloseButton()
Window.closeClick
.Appearance overview and related methods
public void setShowFooter(java.lang.Boolean showFooter)
showFooter
- showFooter Default value is trueAppearance overview and related methods
,
Footer Examplepublic java.lang.Boolean getShowFooter()
Appearance overview and related methods
,
Footer Examplepublic void setShowHeader(java.lang.Boolean showHeader) throws java.lang.IllegalStateException
header
for this Window.
Note that in certain Smartclient skins showHeaderBackground
may be set to
false
and the header's appearance implemented as part of the
window's edge media
. In this case suppressing the header can be
achieved
by overriding the edge media as well as setting this property to false. For example, to
create a headerless window with a similar appearance to a Menu
in the
TreeFrog
skin, the following attributes could be used:
showHeader:false, edgeImage:"[SKIN]/Menu/m.png", edgeSize:10, edgeTop:17, edgeBottom:17, edgeCenterBackgroundColor:"#F7F7F7"
Note : This is an advanced setting
showHeader
- showHeader Default value is truejava.lang.IllegalStateException
- this property cannot be changed after the component has been createdAppearance overview and related methods
public java.lang.Boolean getShowHeader()
header
for this Window.
Note that in certain Smartclient skins showHeaderBackground
may be set to
false
and the header's appearance implemented as part of the
window's edge media
. In this case suppressing the header can be
achieved
by overriding the edge media as well as setting this property to false. For example, to
create a headerless window with a similar appearance to a Menu
in the
TreeFrog
skin, the following attributes could be used:
showHeader:false, edgeImage:"[SKIN]/Menu/m.png", edgeSize:10, edgeTop:17, edgeBottom:17, edgeCenterBackgroundColor:"#F7F7F7"
Appearance overview and related methods
public void setShowHeaderBackground(java.lang.Boolean showHeaderBackground) throws java.lang.IllegalStateException
headerSrc
and hiliteHeaderSrc
, otherwise the background
will be styled according to headerStyle
/ hiliteHeaderStyle
.
Note : This is an advanced setting
showHeaderBackground
- showHeaderBackground Default value is variesjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdAppearance overview and related methods
public java.lang.Boolean getShowHeaderBackground()
headerSrc
and hiliteHeaderSrc
, otherwise the background
will be styled according to headerStyle
/ hiliteHeaderStyle
.Appearance overview and related methods
public void setShowHeaderIcon(java.lang.Boolean showHeaderIcon)
showHeaderIcon
to show / hide the headerIconshowHeaderIcon
- showHeaderIcon Default value is trueAppearance overview and related methods
public java.lang.Boolean getShowHeaderIcon()
Appearance overview and related methods
public void setShowMaximizeButton(java.lang.Boolean showMaximizeButton)
showMaximizeButton
to show / hide the maximizeButtonshowMaximizeButton
- showMaximizeButton Default value is falseAppearance overview and related methods
public java.lang.Boolean getShowMaximizeButton()
Appearance overview and related methods
public void setShowMinimizeButton(java.lang.Boolean showMinimizeButton)
showMinimizeButton
to show / hide the minimizeButtonshowMinimizeButton
- showMinimizeButton Default value is trueAppearance overview and related methods
public java.lang.Boolean getShowMinimizeButton()
Appearance overview and related methods
public void setShowModalMask(java.lang.Boolean showModalMask) throws java.lang.IllegalStateException
showModalMask
- showModalMask Default value is nulljava.lang.IllegalStateException
- this property cannot be changed after the component has been createdcom.smartgwt.client.widgets.Window#setModalMask
,
Appearance overview and related methods
public java.lang.Boolean getShowModalMask()
getModalMask()
,
Appearance overview and related methods
public void setShowResizer(java.lang.Boolean showResizer)
showFooter
) and canDragResize
is true.showResizer
- showResizer Default value is trueAppearance overview and related methods
public java.lang.Boolean getShowResizer()
showFooter
) and canDragResize
is true.Appearance overview and related methods
public void setShowStatusBar(java.lang.Boolean showStatusBar)
showStatusBar
- showStatusBar Default value is trueAppearance overview and related methods
public java.lang.Boolean getShowStatusBar()
Appearance overview and related methods
public void setShowTitle(java.lang.Boolean showTitle)
showTitle
- showTitle Default value is trueAppearance overview and related methods
public java.lang.Boolean getShowTitle()
Appearance overview and related methods
public void setSrc(java.lang.String src)
Note that setting window.src is essentially a shortcut for setting items
to a single HTMLflow with a specified contentsURL
.
If this method is called after the component has been drawn/initialized:
Sets the URL of the contents to display in the body of the window, redrawing if necessary.
src
- URL of new contents to be displayed in the window body. See String
. Default value is nullsetContentsType(java.lang.String)
,
Appearance overview and related methods
public java.lang.String getSrc()
Note that setting window.src is essentially a shortcut for setting items
to a single HTMLflow with a specified contentsURL
.
String
getContentsType()
,
Appearance overview and related methods
public void setStatus(java.lang.String status)
status
- new text for the status bar. See String
. Default value is nullAppearance overview and related methods
public java.lang.String getStatus()
String
Appearance overview and related methods
public Canvas getStatusBar() throws java.lang.IllegalStateException
Window.setStatus
can be used to show text here.
For an overview of how to use and configure AutoChildren, see Using AutoChildren
.
java.lang.IllegalStateException
- if this widget has not yet been rendered.public void setTitle(java.lang.String title)
title
that appears in the window header
. The header will be redrawn if necessary.setTitle
in class Canvas
title
- new title.. See HTMLString
. Default value is "Untitled Window"Appearance overview and related methods
public java.lang.String getTitle()
getTitle
in class Canvas
HTMLString
Appearance overview and related methods
public void setUseBackMask(java.lang.Boolean useBackMask) throws java.lang.IllegalStateException
backMask
in Internet Explorer
versions predating Internet Explorer 9. This is a workaround for a native browser issue whereby certain DOM elements
such as IFRAME
s (whether rendered within Smart GWT components via features such as contentsURL
or explicitly written into the HTML of the page) will
not be properly occluded by DOM elements which overlap them but have a higher z-index. A side-effect of this is that
the opacity
can not be modified for the entire window. Developers
may disable the backmask in order to support opacity in IE versions less than 9 by setting this property to false,
however you should be aware that in doing this there is a potential for the "burn through" problem described above.
Note : This is an advanced setting
setUseBackMask
in class Canvas
useBackMask
- useBackMask Default value is variesjava.lang.IllegalStateException
- this property cannot be changed after the component has been createdpublic java.lang.Boolean getUseBackMask()
backMask
in Internet Explorer
versions predating Internet Explorer 9. This is a workaround for a native browser issue whereby certain DOM elements
such as IFRAME
s (whether rendered within Smart GWT components via features such as contentsURL
or explicitly written into the HTML of the page) will
not be properly occluded by DOM elements which overlap them but have a higher z-index. A side-effect of this is that
the opacity
can not be modified for the entire window. Developers
may disable the backmask in order to support opacity in IE versions less than 9 by setting this property to false,
however you should be aware that in doing this there is a potential for the "burn through" problem described above.
getUseBackMask
in class Canvas
public void addMember(Canvas newMember)
Layout.addMember
. Note that in order to add items
to body
, you use Window.addItem
rather than addMember
. Adding a member to a Window adds the member as a sibling to the
header, body and other built-in Window subcomponents.addMember
in class Layout
newMember
- the canvas object to be added to the layoutLayout.addMembers(java.lang.Object[], int)
public void addMember(Canvas newMember, java.lang.Integer position)
Layout.addMember
. Note that in order to add items
to body
, you use Window.addItem
rather than addMember
. Adding a member to a Window adds the member as a sibling to the
header, body and other built-in Window subcomponents.newMember
- the canvas object to be added to the layoutposition
- the position in the layout to place newMember (starts with 0); if omitted, it will be added
at the last positionLayout.addMembers(java.lang.Object[], int)
public void centerInPage()
public void close()
Window.closeClick
implementation. Default implementation will hide the window.public com.google.gwt.event.shared.HandlerRegistration addCloseClickHandler(CloseClickHandler handler)
Handles a click on the close button of this window. The default implementation calls Window.close
and returns false to prevent bubbling of the click event.
Developers may use addCloseClickHandler()
to provide custom handling when the user clicks this button.
Custom implementations may call close()
to trigger the default
behavior.
addCloseClickHandler
in interface HasCloseClickHandlers
handler
- the closeClick handlerHandlerRegistration
used to remove this handlerpublic void flash()
This method is executed when users click outside the bounds of a modal window so they'll notice that they have to do something with the window.
public void maximize()
this.showMaximizeButton
is true.0, 0
and resizes the window to "100%"
on both axes, so it will fill the
browser window (or the parentElement of the Window instance, if appropriate).animateMinimize
is true, the maximize will be animated. A restore
button will be displayed in place of the maximize button when the window is maximized.public void minimize()
this.showMinimizeButton
is true.animateMinimize
is true, the resize will be animated. A restore
button will be displayed in place of the minimize button when the window is minimized.public java.lang.Boolean onCloseClick()
dismissOnOutsideClick
is true, or on
escape keypress if dismissOnEscape
is true.Window.closeClick
)public com.google.gwt.event.shared.HandlerRegistration addMaximizeClickHandler(MaximizeClickHandler handler)
Notification method fired when the user clicks the 'maximize' button.
addMaximizeClickHandler
in interface HasMaximizeClickHandlers
handler
- the maximizeClick handlerHandlerRegistration
used to remove this handlerpublic com.google.gwt.event.shared.HandlerRegistration addMinimizeClickHandler(MinimizeClickHandler handler)
Notification method fired when the user clicks the 'minimize' button.
addMinimizeClickHandler
in interface HasMinimizeClickHandlers
handler
- the minimizeClick handlerHandlerRegistration
used to remove this handlerpublic com.google.gwt.event.shared.HandlerRegistration addRestoreClickHandler(RestoreClickHandler handler)
Notification method fired when the user clicks the 'restore' button.
addRestoreClickHandler
in interface HasRestoreClickHandlers
handler
- the restoreClick handlerHandlerRegistration
used to remove this handlerpublic void restore()
Window.minimize
or Window.maximize
. Called from a click on the
restore button shown in place of the minimize or maximize button when the window is minimized or maximized.animateMinimize
is
true.public java.lang.Boolean shouldDismissOnEscape()
dismissOnEscape
is set, just
return it. Otherwise return true if this window is showing a "close" control in the header (see headerControls
).public static void setDefaultProperties(Window windowProperties)
Note: This method is intended for setting default attributes only and will effect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead.
windowProperties
- properties that should be used as new defaults when instances of this class are createdpublic void addItem(com.google.gwt.user.client.ui.Widget widget)
widget
- the widget to be addedpublic void addItem(Canvas component)
component
- the widget to be addedpublic void removeItem(Canvas component)
component
- the widget to be removedpublic void setKeepInParentRect(java.lang.Boolean keepInParentRect)
setKeepInParentRect
in class Canvas
keepInParentRect
- true to keepInParentRectDragdrop overview and related methods
,
Drag create Examplepublic void setBodyDefaults(java.util.Map bodyDefaults)
Note : This is an advanced setting
bodyDefaults
- bodyDefaultspublic void setHeaderIconDefaults(java.util.Map headerIconDefaults)
16
and specifies the width of the headerIcon. 14
and specifies the height of the headerIcon. "[SKIN]/Window/minimize.gif"
and specifies the image for the headerIcon.
Note : This is an advanced setting
headerIconDefaults
- headerIconDefaultspublic void setHeaderIconProperties(java.util.Map headerIconProperties)
public void setHeaderIcon(java.lang.String imgSrc)
imgSrc
- the icon image sourcepublic void setHeaderIcon(java.lang.String imgSrc, int width, int height)
imgSrc
- the icon image sourcewidth
- the icon width. default 16height
- the icon height. default 14public void setHeaderControls(java.lang.Object... headerControls)
HeaderControls
listing the standard header controls in their default order: headerControls
- an array containing either HeaderControl enums values or Canvas instancesHeaderControls
public void setFooterControls(java.lang.Object... footerControls)
FooterControls
listing the standard footer controls in their default order: footerControls
- an array containing either FooterControl enums values or Canvas instancesFooterControls
public void setKeepInParentRect(Rectangle rectangle)
setKeepInParentRect
in class Canvas
rectangle
- the rectangle boundspublic Canvas[] getItems()
public static void preloadImages()
public com.smartgwt.logicalstructure.core.LogicalStructureObject setLogicalStructure(com.smartgwt.logicalstructure.widgets.WindowLogicalStructure s)
public com.smartgwt.logicalstructure.core.LogicalStructureObject getLogicalStructure()
getLogicalStructure
in interface LogicalStructure
getLogicalStructure
in class VLayout