Package org.riotfamily.forms.element.select

Interface Summary
OptionRenderer  
SelectElement Interface to be implemented by elements that provide options the user can choose from.
 

Class Summary
AbstractChooser Abstract base class for elements that let the user choose a reference to to another object.
AbstractMultiSelectElement Abstract superclass for elements that let the user choose from a set of options like selectboxes or radio button groups.
AbstractSelectElement Abstract superclass for elements that let the user choose from a set of options like selectboxes or radio button groups.
AbstractSingleSelectElement Abstract superclass for elements that let the user choose from a set of options like selectboxes or radio button groups.
CheckboxGroup Multi-select element that uses a group of checkboxes to render the options.
ElementSwitch  
ImageCheckboxGroup  
ImageRadioButtonGroup  
InputTagRenderer  
MultiSelectBox A select-box widget that allows multiple selections.
OptionItem  
OptionTagRenderer  
RadioButtonGroup Single-select element that uses a group of radio-buttons to render the options.
SelectBox A select-box widget.
SwitchCase