org.jtheque.films.view.able
Interface IInfosOthersView

All Superinterfaces:
org.jtheque.primary.view.impl.listeners.CurrentObjectListener, EventListener
All Known Implementing Classes:
JPanelInfosOthers

public interface IInfosOthersView
extends org.jtheque.primary.view.impl.listeners.CurrentObjectListener

Author:
Baptiste Wicht

Method Summary
 void fillFilm(IFilmFormBean fb)
          Fill the form bean.
 JComponent getImpl()
          Return the view implementation.
 void setEnabled(boolean enabled)
          Set if the view is enabled or disabled.
 void validate(Collection<org.jtheque.core.managers.error.JThequeError> errors)
          Validate the view.
 
Methods inherited from interface org.jtheque.primary.view.impl.listeners.CurrentObjectListener
objectChanged
 

Method Detail

validate

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

Parameters:
errors - The errors list to fill.

fillFilm

void fillFilm(IFilmFormBean fb)
Fill the form bean.

Parameters:
fb - The form bean to fill.

setEnabled

void setEnabled(boolean enabled)
Set if the view is enabled or disabled.

Parameters:
enabled - A boolean tag indicating if the view must be enabled or not.

getImpl

JComponent getImpl()
Return the view implementation.

Returns:
The real implementation.


Copyright © 2010 JTheque. All Rights Reserved.