[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

DialogPanel    Click here for complete JavaDoc

The  DialogPanel component is a Panel that can popup over other components and prevent interaction with everyting but itself.  Thus it can be said to be "modal".

It can be positioned as a specific screen positioned or center on the screen.

The default configuration TiterBar has a close button in place.  Your can attach an ActionListener to this to know when the dialog has been closed.

[Image]
  	
dialog =
new DialogPanel("A Sample Dialog");

dialog.setBackgroundDithered(true);

dialog.setLeft(50);

dialog.setTop(50);

Client Browser Support :

All clients supported by the Echo Framework.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge