| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.presentation.portlet.widgets.model.WidgetModel
org.jaffa.presentation.portlet.widgets.model.CheckBoxModel
Model for the CheckBox widget.
| Constructor Summary | |
| CheckBoxModel(boolean checkValue)Creates a new instance with the specified value. | |
| CheckBoxModel(Boolean checkValue)Creates a new instance with the specified value. | |
| Method Summary | |
|  boolean | getState()Returns the value of the model. | 
|  boolean | isModelChanged()See if model has changed, in the process reset the changed flag. | 
|  void | setState(boolean checkValue)Sets the value of the model. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CheckBoxModel(Boolean checkValue)
checkValue - the initial value.public CheckBoxModel(boolean checkValue)
checkValue - the initial value.| Method Detail | 
public boolean getState()
public void setState(boolean checkValue)
checkValue - The new value of the model.public boolean isModelChanged()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||