org.gwtwidgets.client.ui
Class LightBox

java.lang.Object
  extended by org.gwtwidgets.client.ui.LightBox
All Implemented Interfaces:
com.google.gwt.user.client.ui.PopupListener, java.util.EventListener

public class LightBox
extends java.lang.Object
implements com.google.gwt.user.client.ui.PopupListener

A popup panel that grays out the rest of the page.

The image used to gray the page out is "images/lightbox.png"

Author:
BrianG

Constructor Summary
LightBox(com.google.gwt.user.client.ui.PopupPanel child)
           
 
Method Summary
 void hide()
           
 void onPopupClosed(com.google.gwt.user.client.ui.PopupPanel sender, boolean autoClosed)
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightBox

public LightBox(com.google.gwt.user.client.ui.PopupPanel child)
Method Detail

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

show

public void show()

hide

public void hide()


Copyright © 2009. All Rights Reserved.