com.xpn.xwiki.wysiwyg.client.ui.widget
Class CompositeDialog

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.Composite
              extended by com.xpn.xwiki.wysiwyg.client.ui.widget.CompositeDialog
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.PopupListener, SourcesPopupEvents
Direct Known Subclasses:
SymbolPicker

public class CompositeDialog
extends com.google.gwt.user.client.ui.Composite
implements SourcesPopupEvents, com.google.gwt.user.client.ui.PopupListener


Nested Class Summary
 
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
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
CompositeDialog(boolean autoHide, boolean modal)
           
 
Method Summary
 void addPopupListener(PopupListener listener)
          
 void center()
           
protected  XDialogBox getDialog()
           
 void hide()
           
protected  void initWidget(com.google.gwt.user.client.ui.Widget widget)
          
 void onPopupClosed(com.google.gwt.user.client.ui.PopupPanel sender, boolean autoClosed)
          
 void removePopupListener(PopupListener listener)
          
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
doAttachChildren, doDetachChildren, getParent, onLoad, onUnload, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeDialog

public CompositeDialog(boolean autoHide,
                       boolean modal)
Method Detail

initWidget

protected void initWidget(com.google.gwt.user.client.ui.Widget widget)

Overrides:
initWidget in class com.google.gwt.user.client.ui.Composite

getDialog

protected XDialogBox getDialog()

center

public void center()

hide

public void hide()

addPopupListener

public void addPopupListener(PopupListener listener)

Specified by:
addPopupListener in interface SourcesPopupEvents
See Also:
SourcesPopupEvents.addPopupListener(PopupListener)

removePopupListener

public void removePopupListener(PopupListener listener)

Specified by:
removePopupListener in interface SourcesPopupEvents
See Also:
SourcesPopupEvents.removePopupListener(PopupListener)

onPopupClosed

public void onPopupClosed(com.google.gwt.user.client.ui.PopupPanel sender,
                          boolean autoClosed)

Specified by:
onPopupClosed in interface com.google.gwt.user.client.ui.PopupListener
See Also:
PopupListener.onPopupClosed(PopupPanel, boolean)


Copyright © 2004-2008 XWiki. All Rights Reserved.