Class DialogView
- java.lang.Object
-
- org.primefaces.showcase.view.overlay.DialogView
-
@Named @RequestScoped public class DialogView extends Object
-
-
Constructor Summary
Constructors Constructor Description DialogView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMessage(String summary, String detail)voidhandleClose(CloseEvent event)voidhandleMove(MoveEvent event)
-
-
-
Method Detail
-
handleClose
public void handleClose(CloseEvent event)
-
handleMove
public void handleMove(MoveEvent event)
-
-