org.jtheque.movies.views.able
Interface ICategoriesView

All Known Implementing Classes:
JPanelCategories

public interface ICategoriesView

A categories view specification.

Author:
Baptiste Wicht

Method Summary
 void fillFilm(IMovieFormBean fb)
          Fill the movie form bean
 Component getImpl()
          Return the implementation of the view.
 void reload(Movie movie)
          Reload the view with an another movie.
 void validate(Collection<org.jtheque.core.managers.error.JThequeError> errors)
          Validate the panel.
 

Method Detail

fillFilm

void fillFilm(IMovieFormBean fb)
Fill the movie form bean

Parameters:
fb - The movie to fill.

reload

void reload(Movie movie)
Reload the view with an another movie.

Parameters:
movie - The new current movie.

validate

void validate(Collection<org.jtheque.core.managers.error.JThequeError> errors)
Validate the panel.

Parameters:
errors - The errors to fill.

getImpl

Component getImpl()
Return the implementation of the view.

Returns:
The implementation of the view.


Copyright © 2010 JTheque. All Rights Reserved.