org.apache.hupa.client.widgets
Interface HasDialog

All Known Implementing Classes:
ConfirmDialogBox, MyDialogBox

public interface HasDialog

Interface which Dialog implementations should implement


Method Summary
 void center()
          Center Dialog and show it
 void hide()
          Hide Dialog
 void show()
          Show Dialog
 

Method Detail

show

void show()
Show Dialog


hide

void hide()
Hide Dialog


center

void center()
Center Dialog and show it



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.