org.riotfamily.riot.form.ui
Class FormOption

java.lang.Object
  extended by org.riotfamily.riot.form.ui.FormOption

public class FormOption
extends Object


Constructor Summary
FormOption()
           
FormOption(String label, String value)
           
 
Method Summary
 String getLabel()
           
 String getValue()
           
 void setLabel(String label)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormOption

public FormOption()

FormOption

public FormOption(String label,
                  String value)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getValue

public String getValue()

setValue

public void setValue(String value)