Uses of Class
com.arsdigita.bebop.form.OptionGroup

Packages that use OptionGroup
com.arsdigita.bebop.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.formbuilder.ui.editors Embeddable formbuilder editor widgets. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
 

Uses of OptionGroup in com.arsdigita.bebop.form
 

Subclasses of OptionGroup in com.arsdigita.bebop.form
 class CheckboxGroup
          A class representing a group of associated checkboxes.
protected  class Date.MonthFragment
           
protected  class Date.YearFragment
           
 class MultipleSelect
          A class representing an HTML SELECT element.
 class RadioGroup
          A class representing a group of associated radio buttons.
 class Select
          A class representing an HTML SELECT element.
 class SingleSelect
          A class representing an HTML SELECT element with a single selection.
 

Fields in com.arsdigita.bebop.form declared as OptionGroup
protected  OptionGroup Date.m_year
           
protected  OptionGroup Date.m_month
           
 

Methods in com.arsdigita.bebop.form that return OptionGroup
 OptionGroup Option.getGroup()
           
 

Methods in com.arsdigita.bebop.form with parameters of type OptionGroup
 void Option.setGroup(OptionGroup group)
           
 

Uses of OptionGroup in com.arsdigita.formbuilder.ui.editors
 

Methods in com.arsdigita.formbuilder.ui.editors that return OptionGroup
protected  OptionGroup SingleSelectForm.getOptionGroup(String name)
           
protected  OptionGroup RadioGroupForm.getOptionGroup(String name)
           
protected  OptionGroup MultipleSelectForm.getOptionGroup(String name)
           
protected  OptionGroup CheckboxGroupForm.getOptionGroup(String name)
           
protected abstract  OptionGroup OptionGroupForm.getOptionGroup(String name)
           
 

Uses of OptionGroup in com.arsdigita.toolbox.ui
 

Subclasses of OptionGroup in com.arsdigita.toolbox.ui
 class TextTypeWidget
          Provides a widget for selecting between HTML, plain text, and preformatted text.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC