Class MovieView
- java.lang.Object
-
- org.primefaces.showcase.view.overlay.MovieView
-
@Named @RequestScoped public class MovieView extends Object
-
-
Constructor Summary
Constructors Constructor Description MovieView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoviegetMovie()List<Movie>getMovieList()voidinit()voidonRowSelect(SelectEvent<Movie> event)voidsetMovie(Movie movie)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getMovie
public Movie getMovie()
-
setMovie
public void setMovie(Movie movie)
-
onRowSelect
public void onRowSelect(SelectEvent<Movie> event)
-
-