public class Window extends com.smartgwt.mobile.client.internal.widgets.Popup implements HasCloseClickHandlers
com.smartgwt.mobile.client.internal.widgets.Popup.PopupStatecom.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Modifier and Type | Field and Description |
|---|---|
static WindowCssResource |
_CSS |
_CONTENT_CHANGED_EVENT_TYPE, _HISTORY_ENABLED, _REQUEST_SCROLL_TO_EVENT_TYPE, id, touched| Modifier | Constructor and Description |
|---|---|
|
Window() |
protected |
Window(com.smartgwt.mobile.client.internal.widgets.WindowImpl impl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_destroyPopup() |
protected void |
_doHide()
Called to allow the
Popup implementation to perform its hiding action. |
protected void |
_doShow()
Called to allow the
Popup implementation to perform its showing action. |
java.lang.Object |
_getAttributeFromSplitLocator(java.util.List<java.lang.String> locatorArray,
com.smartgwt.mobile.client.internal.test.GetAttributeConfiguration configuration) |
com.google.gwt.dom.client.Element |
_getBackgroundElem() |
com.smartgwt.mobile.client.internal.test.AutoTestLocatable |
_getChildFromLocatorSubstring(java.lang.String substring,
int index,
java.util.List<java.lang.String> locatorArray,
com.smartgwt.mobile.client.internal.test.GetAttributeConfiguration configuration) |
com.google.gwt.dom.client.Element |
_getHeaderElem() |
java.lang.String |
_getHideAnimationName() |
<I extends com.smartgwt.mobile.client.internal.widgets.WindowImpl> |
_getImpl() |
java.lang.Object |
_getInnerAttributeFromSplitLocator(java.util.List<java.lang.String> locatorArray,
com.smartgwt.mobile.client.internal.test.GetAttributeConfiguration configuration) |
com.google.gwt.user.client.Element |
_getInnerElement() |
java.lang.String |
_getShowAnimationName() |
protected com.smartgwt.mobile.client.internal.widgets.ScreenSpan |
_makeModalMask() |
void |
_setHideAnimationName(java.lang.String newHideAnimationName) |
void |
_setShowAnimationName(java.lang.String newShowAnimationName) |
com.google.gwt.event.shared.HandlerRegistration |
addCloseClickHandler(CloseClickHandler handler) |
AnimationEffect |
getAnimateHideEffect() |
AnimationEffect |
getAnimateShowEffect() |
java.lang.String |
getBackgroundStyle() |
java.lang.String |
getBodyStyle() |
boolean |
getDismissOnOutsideClick() |
boolean |
getIsModal() |
Canvas |
getModalMask() |
java.lang.String |
getModalMaskStyle() |
boolean |
getShowHeader() |
java.lang.String |
getTitle() |
void |
hide() |
void |
onBrowserEvent(com.google.gwt.user.client.Event event) |
void |
setAnimateHideEffect(AnimationEffect newAnimateHideEffect) |
void |
setAnimateShowEffect(AnimationEffect newAnimateShowEffect) |
void |
setBackgroundStyle(java.lang.String newBackgroundStyle) |
void |
setBodyStyle(java.lang.String newBodyStyle) |
void |
setDismissOnOutsideClick(boolean newDismissOnOutsideClick) |
void |
setIsModal(boolean newIsModal) |
void |
setModalMaskStyle(java.lang.String newModalMaskStyle) |
void |
setShowHeader(boolean newShowHeader) |
void |
setTitle(java.lang.String newTitle) |
void |
show() |
_addPopupDismissedHandler, _getIsModal, _getModalMask, _getModalMaskStyle, _getStateAsString, _isHidden, _isHiding, _isShowing, _isShown, _onHidden, _onShown, _setHistoryMarker, _setIsModal, _setModalMaskStyle, destroy, onLoad, onUnload_add, _booleanValue, _fireContentChangedEvent, _fireContentChangedEvent, _fireRequestScrollToEvent, _getAndroidWindowSoftInputMode, _getFixNavigationBarPositionDuringKeyboardFocus, _getHideTabBarDuringKeyboardFocus, _hideAddressBar, _hideAddressBarNow, _insert, _isDifferent, _isHDPIDisplay, _isIOS4OrOlder, _isIOS5, _isIOSMin6_0, _isStandaloneMode, _nativeParseFloat, _removeClassName, _setClassName, _setHandleDisabled, _sinkAnimationEndEvent, _sinkContentChangedEvent, _sinkFocusInEvent, _sinkFocusOutEvent, _sinkInputEvent, _sinkRequestScrollToEvent, _sinkTransitionEndEvent, _triggerDebugger, addChild, addChild, addChild, addClickHandler, addShowContextMenuHandler, disable, enable, getContextMenu, getID, getInnerHTML, getMargin, hasChild, hasChild, isAndroid, isDisabled, isEnabled, isIPad, isIPhone, isSafari, isStandAlone, isUIWebView, parseDimension, removeChild, removeChild, setContents, setContextMenu, setDisabled, setElement, setID, setMargin, setStyleName, split, useIOSNativeScrollingadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, removeadd, add, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onDetach, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkBitlessEvent, toString@SGWTInternal public static final WindowCssResource _CSS
protected Window(com.smartgwt.mobile.client.internal.widgets.WindowImpl impl)
public Window()
protected void _destroyPopup()
_destroyPopup in class com.smartgwt.mobile.client.internal.widgets.Popuppublic final AnimationEffect getAnimateShowEffect()
public void setAnimateShowEffect(AnimationEffect newAnimateShowEffect)
public final AnimationEffect getAnimateHideEffect()
public void setAnimateHideEffect(AnimationEffect newAnimateHideEffect)
@SGWTInternal public final com.google.gwt.dom.client.Element _getBackgroundElem()
public final java.lang.String getBackgroundStyle()
public void setBackgroundStyle(java.lang.String newBackgroundStyle)
public final java.lang.String getBodyStyle()
public void setBodyStyle(java.lang.String newBodyStyle)
public final boolean getDismissOnOutsideClick()
public void setDismissOnOutsideClick(boolean newDismissOnOutsideClick)
@SGWTInternal public com.google.gwt.dom.client.Element _getHeaderElem()
@SGWTInternal public final <I extends com.smartgwt.mobile.client.internal.widgets.WindowImpl> I _getImpl()
@SGWTInternal public com.google.gwt.user.client.Element _getInnerElement()
_getInnerElement in class Canvaspublic final boolean getIsModal()
public void setIsModal(boolean newIsModal)
public final Canvas getModalMask()
public final java.lang.String getModalMaskStyle()
public void setModalMaskStyle(java.lang.String newModalMaskStyle)
@SGWTInternal public final java.lang.String _getShowAnimationName()
@SGWTInternal public void _setShowAnimationName(java.lang.String newShowAnimationName)
@SGWTInternal public final java.lang.String _getHideAnimationName()
@SGWTInternal public void _setHideAnimationName(java.lang.String newHideAnimationName)
public final boolean getShowHeader()
public void setShowHeader(boolean newShowHeader)
public final java.lang.String getTitle()
getTitle in class com.google.gwt.user.client.ui.UIObjectpublic void setTitle(java.lang.String newTitle)
setTitle in class com.google.gwt.user.client.ui.UIObjectpublic java.lang.Object _getAttributeFromSplitLocator(java.util.List<java.lang.String> locatorArray,
com.smartgwt.mobile.client.internal.test.GetAttributeConfiguration configuration)
_getAttributeFromSplitLocator in interface com.smartgwt.mobile.client.internal.test.AutoTestLocatable_getAttributeFromSplitLocator in class com.smartgwt.mobile.client.internal.widgets.Popuppublic java.lang.Object _getInnerAttributeFromSplitLocator(java.util.List<java.lang.String> locatorArray,
com.smartgwt.mobile.client.internal.test.GetAttributeConfiguration configuration)
_getInnerAttributeFromSplitLocator in interface com.smartgwt.mobile.client.internal.test.AutoTestLocatable_getInnerAttributeFromSplitLocator in class Canvaspublic com.smartgwt.mobile.client.internal.test.AutoTestLocatable _getChildFromLocatorSubstring(java.lang.String substring,
int index,
java.util.List<java.lang.String> locatorArray,
com.smartgwt.mobile.client.internal.test.GetAttributeConfiguration configuration)
_getChildFromLocatorSubstring in interface com.smartgwt.mobile.client.internal.test.AutoTestLocatable_getChildFromLocatorSubstring in class Canvas@SGWTInternal protected com.smartgwt.mobile.client.internal.widgets.ScreenSpan _makeModalMask()
_makeModalMask in class com.smartgwt.mobile.client.internal.widgets.Popuppublic void show()
@SGWTInternal protected void _doShow()
com.smartgwt.mobile.client.internal.widgets.PopupPopup implementation to perform its showing action.
After fully shown, the subclass must call Popup._onShown()._doShow in class com.smartgwt.mobile.client.internal.widgets.Popuppublic void hide()
@SGWTInternal protected void _doHide()
com.smartgwt.mobile.client.internal.widgets.PopupPopup implementation to perform its hiding action.
After fully hidden, the subclass must call Popup._onHidden()._doHide in class com.smartgwt.mobile.client.internal.widgets.Popuppublic void onBrowserEvent(com.google.gwt.user.client.Event event)
onBrowserEvent in interface com.google.gwt.user.client.EventListeneronBrowserEvent in class Canvaspublic com.google.gwt.event.shared.HandlerRegistration addCloseClickHandler(CloseClickHandler handler)
addCloseClickHandler in interface HasCloseClickHandlers