org.exoplatform.gwtframework.ui.client.dialog
Class GWTDialogsWindow

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.SimplePanel
                  extended by com.google.gwt.user.client.ui.PopupPanel
                      extended by com.google.gwt.user.client.ui.DecoratedPopupPanel
                          extended by com.google.gwt.user.client.ui.DialogBox
                              extended by org.exoplatform.gwtframework.ui.client.window.Window
                                  extended by org.exoplatform.gwtframework.ui.client.dialog.GWTDialogsWindow
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasCloseHandlers<com.google.gwt.user.client.ui.PopupPanel>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.safehtml.client.HasSafeHtml, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.MouseListener, com.google.gwt.user.client.ui.SourcesPopupEvents, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, CloseClickHandler, HasCloseClickHandlers, HasMaximizeHandlers, HasRestoreHandlers, MaximizeHandler, RestoreHandler

public class GWTDialogsWindow
extends Window

Version:
$Id: Mar 16, 2011 12:30:27 PM anya $
Author:
Ann Zhuleva

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.DialogBox
com.google.gwt.user.client.ui.DialogBox.Caption, com.google.gwt.user.client.ui.DialogBox.CaptionImpl
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.PopupPanel
com.google.gwt.user.client.ui.PopupPanel.PositionCallback
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class org.exoplatform.gwtframework.ui.client.window.Window
maximizeButton, parent
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
GWTDialogsWindow(java.lang.String id, java.lang.String title, int width, int height, com.google.gwt.user.client.ui.Widget content)
           
 
Method Summary
 com.google.gwt.user.client.ui.HorizontalPanel createButtonsLayout()
          Create layout for displaying buttons.
 com.google.gwt.user.client.ui.HorizontalPanel getButtonsLayout()
           
 com.google.gwt.user.client.ui.VerticalPanel getMainLayout()
           
 
Methods inherited from class org.exoplatform.gwtframework.ui.client.window.Window
addCloseClickHandler, addMaximizeHandler, addRestoreHandler, addWindowButton, beginDragging, center, continueDragging, destroy, endDragging, getHeight, getIcon, getTitle, getWidth, hide, isCanClose, isCanMaximize, isMaximized, onCloseClick, onMaximize, onRestore, removeWindowButton, setCanClose, setCanMaximize, setHeight, setIcon, setTitle, setWidth, show, show, showCentered, showCentered
 
Methods inherited from class com.google.gwt.user.client.ui.DialogBox
doAttachChildren, doDetachChildren, getCaption, getHTML, getText, onBrowserEvent, onEnsureDebugId, onMouseDown, onMouseEnter, onMouseLeave, onMouseMove, onMouseUp, onPreviewNativeEvent, setHTML, setHTML, setText
 
Methods inherited from class com.google.gwt.user.client.ui.DecoratedPopupPanel
clear, getCellElement, getWidget, iterator, remove, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.PopupPanel
addAutoHidePartner, addCloseHandler, addPopupListener, getContainerElement, getGlassElement, getGlassStyleName, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, hide, isAnimationEnabled, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, isGlassEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, onUnload, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled, setGlassEnabled, setGlassStyleName, setHeight, setModal, setPopupPosition, setPopupPositionAndShow, setPreviewingAllNativeEvents, setVisible, setWidth, showRelativeTo
 
Methods inherited from class com.google.gwt.user.client.ui.SimplePanel
add, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, adopt, disown, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onDetach, onLoad, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

GWTDialogsWindow

public GWTDialogsWindow(java.lang.String id,
                        java.lang.String title,
                        int width,
                        int height,
                        com.google.gwt.user.client.ui.Widget content)
Method Detail

createButtonsLayout

public com.google.gwt.user.client.ui.HorizontalPanel createButtonsLayout()
Create layout for displaying buttons.

Returns:
HorizontalPanel layout for buttons

getMainLayout

public com.google.gwt.user.client.ui.VerticalPanel getMainLayout()
Returns:
the mainLayout

getButtonsLayout

public com.google.gwt.user.client.ui.HorizontalPanel getButtonsLayout()
Returns:
the buttonsLayout


Copyright © 2012 eXo Platform SAS. All Rights Reserved.