org.riotfamily.riot.form.ui
Class FormOption
java.lang.Object
org.riotfamily.riot.form.ui.FormOption
public class FormOption
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormOption
public FormOption()
FormOption
public FormOption(String label,
String value)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getValue
public String getValue()
setValue
public void setValue(String value)