org.jtheque.films.view.able
Interface IChoiceFieldsView

All Superinterfaces:
org.jtheque.core.managers.view.able.IView, org.jtheque.core.managers.view.able.IWindowView, org.jtheque.core.managers.view.ViewComponent
All Known Implementing Classes:
ChoiceFieldsView

public interface IChoiceFieldsView
extends org.jtheque.core.managers.view.able.IWindowView

Author:
Baptiste Wicht

Method Summary
 boolean isBoxActorsSelected()
          Indicate if the box for the actors is selected.
 boolean isBoxDurationSelected()
          Indicate if the box for the duration is selected.
 boolean isBoxImageSelected()
          Indicate if the box for the image is selected.
 boolean isBoxKindSelected()
          Indicate if the box for the kind is selected.
 boolean isBoxRealizerSelected()
          Indicate if the box for the realizer is selected.
 boolean isBoxResumeSelected()
          Indicate if the box for the resume is selected.
 boolean isBoxYearSelected()
          Indicate if the box for the year is selected.
 
Methods inherited from interface org.jtheque.core.managers.view.able.IWindowView
getHeight, getWidth
 
Methods inherited from interface org.jtheque.core.managers.view.able.IView
closeDown, display, getModel, isEnabled, refresh, sendMessage, setEnabled, toFirstPlan, validateContent
 
Methods inherited from interface org.jtheque.core.managers.view.ViewComponent
getImpl
 

Method Detail

isBoxKindSelected

boolean isBoxKindSelected()
Indicate if the box for the kind is selected.

Returns:
true if the box for the kind is selected else false.

isBoxRealizerSelected

boolean isBoxRealizerSelected()
Indicate if the box for the realizer is selected.

Returns:
true if the box for the realizer is selected else false.

isBoxYearSelected

boolean isBoxYearSelected()
Indicate if the box for the year is selected.

Returns:
true if the box for the year is selected else false.

isBoxDurationSelected

boolean isBoxDurationSelected()
Indicate if the box for the duration is selected.

Returns:
true if the box for the duration is selected else false.

isBoxActorsSelected

boolean isBoxActorsSelected()
Indicate if the box for the actors is selected.

Returns:
true if the box for the actors is selected else false.

isBoxImageSelected

boolean isBoxImageSelected()
Indicate if the box for the image is selected.

Returns:
true if the box for the image is selected else false.

isBoxResumeSelected

boolean isBoxResumeSelected()
Indicate if the box for the resume is selected.

Returns:
true if the box for the resume is selected else false.


Copyright © 2010 JTheque. All Rights Reserved.