Uses of Class
org.xwiki.gwt.user.client.ui.CompositeDialogBox

Packages that use CompositeDialogBox
org.xwiki.gwt.user.client.ui   
org.xwiki.gwt.user.client.ui.wizard   
 

Uses of CompositeDialogBox in org.xwiki.gwt.user.client.ui
 

Subclasses of CompositeDialogBox in org.xwiki.gwt.user.client.ui
 class ComplexDialogBox
          A dialog box that can be part of a wizard and whose content is structured in three parts: the header, the body and the footer.
 

Method parameters in org.xwiki.gwt.user.client.ui with type arguments of type CompositeDialogBox
 com.google.gwt.event.shared.HandlerRegistration CompositeDialogBox.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<CompositeDialogBox> handler)
           
 

Uses of CompositeDialogBox in org.xwiki.gwt.user.client.ui.wizard
 

Subclasses of CompositeDialogBox in org.xwiki.gwt.user.client.ui.wizard
 class WizardDialog
          Wizard dialog class, used to display the current wizard step.
 

Method parameters in org.xwiki.gwt.user.client.ui.wizard with type arguments of type CompositeDialogBox
 void Wizard.onClose(com.google.gwt.event.logical.shared.CloseEvent<CompositeDialogBox> event)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.