Uses of Class
com.arsdigita.formbuilder.PersistentOption

Packages that use PersistentOption
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
com.arsdigita.formbuilder.ui.editors Embeddable formbuilder editor widgets. 
 

Uses of PersistentOption in com.arsdigita.formbuilder
 

Methods in com.arsdigita.formbuilder that return PersistentOption
static PersistentOption PersistentOption.create(String parameterValue, String label)
           
 

Methods in com.arsdigita.formbuilder with parameters of type PersistentOption
 void PersistentOptionGroup.addOption(PersistentOption option)
           
 void PersistentOptionGroup.addOption(PersistentOption option, boolean selected)
           
 void PersistentOptionGroup.addOption(PersistentOption option, int position)
           
 void PersistentOptionGroup.addOption(PersistentOption option, int position, boolean selected)
           
 void PersistentOptionGroup.removeOption(PersistentOption option)
           
 void PersistentOptionGroup.setOptionSelected(PersistentOption option, boolean selected)
           
 

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

Methods in com.arsdigita.formbuilder.ui.editors with parameters of type PersistentOption
protected  String OptionEditor.getOptionName(FormData formData, PersistentOption option)
          Sub classes may opt to not have the admin enter the HTML names of the options by overriding the showOptionValue() and getOptionName() methods
 



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