| 
 | |||||||||||
| 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.RadioButtonModel
Model for the RadioButton widget.
| Constructor Summary | |
| RadioButtonModel(String radioValue)Creates a model initialized to the input value. | |
| Method Summary | |
|  String | getValue()Getter for property value. | 
|  boolean | isModelChanged()See if model has changed, in the process reset the changed flag. | 
|  void | setValue(String value)Setter for property value. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public RadioButtonModel(String radioValue)
radioValue - The initial value.| Method Detail | 
public String getValue()
public void setValue(String value)
value - New value of property value.public boolean isModelChanged()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||