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

Packages that use Widget
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
com.arsdigita.formbuilder.ui The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. 
com.arsdigita.formbuilder.ui.editors Embeddable formbuilder editor widgets. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
 

Uses of Widget in com.arsdigita.bebop
 

Constructors in com.arsdigita.bebop with parameters of type Widget
FormValidationException(Widget widget, String message)
           
FormValidationException(Widget widget, String message, Throwable rootCause)
           
 

Uses of Widget in com.arsdigita.bebop.form
 

Subclasses of Widget in com.arsdigita.bebop.form
 class CheckboxGroup
          A class representing a group of associated checkboxes.
 class Date
          A class representing a date field in an HTML form.
protected  class Date.DayFragment
           
protected  class Date.MonthFragment
           
protected  class Date.YearFragment
           
 class DateTime
          A class representing a date and time field in an HTML form.
 class Deditor
          Deprecated. See DHTMLEditor
 class DHTMLEditor
          Displays and manages a WYSIWYG HTML editor that takes advantage of DHTML scripting features.
 class FileUpload
          A class representing a file upload widget.
 class Hidden
          A class representing a hidden HTML form element.
 class ImageSubmit
          A class representing an image HTML form element.
 class MultipleSelect
          A class representing an HTML SELECT element.
 class OptionGroup
          A class representing any widget that contains a list options.
 class Password
          A class representing a password entry field in an HTML form.
 class RadioGroup
          A class representing a group of associated radio buttons.
 class Reset
          A class representing a reset button in an HTML form.
 class Select
          A class representing an HTML SELECT element.
 class SingleSelect
          A class representing an HTML SELECT element with a single selection.
 class Submit
          Submit buttons on HTML forms.
 class TextArea
          A class representing a textarea field in an HTML form.
 class TextField
          A class representing a text field in an HTML form.
 class Time
          A class representing a time field in an HTML form.
 

Fields in com.arsdigita.bebop.form declared as Widget
protected  Widget SearchAndSelect.m_outputSelectWidget
           
 

Methods in com.arsdigita.bebop.form that return Widget
 Widget MultipleSelectPairWidget.getLeftSelect()
          This returns the left select widget so that callers can have access to the underlying parameters and other features (e.g.
 Widget MultipleSelectPairWidget.getRightSelect()
          This returns the left select widget so that callers can have access to the underlying parameters and other features (e.g.
protected  Widget Widget.firePrintEvent(PageState state)
           
 

Constructors in com.arsdigita.bebop.form with parameters of type Widget
TextEntryFormSection(Widget w)
           
 

Uses of Widget in com.arsdigita.formbuilder
 

Methods in com.arsdigita.formbuilder with parameters of type Widget
protected  void PersistentDate.copyValuesToWidget(Widget widget)
           
protected  void PersistentWidget.copyValuesToWidget(Widget widget)
           
 

Uses of Widget in com.arsdigita.formbuilder.ui
 

Subclasses of Widget in com.arsdigita.formbuilder.ui
 class FormIDHidden
          This hidden will grab the form id from the URL and put it in a Hidden widget to be added to forms so that the form id is not lost from request to request.
 

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

Methods in com.arsdigita.formbuilder.ui.editors that return Widget
protected  Widget TextForm.getTextWidget(StringParameter parameter)
          this returns the widget that is used in the "addWidgets" method can provides subclasses with the ability to use any size desired
protected  Widget HeadingForm.getTextWidget(StringParameter parameter)
          this returns the widget that is used in the "addWidgets" method can provides subclasses with the ability to use any size desired
 

Uses of Widget in com.arsdigita.toolbox.ui
 

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

Methods in com.arsdigita.toolbox.ui with parameters of type Widget
 void ModalPanel.connect(FormSection origForm, Widget origWidget, Object value, Component dest)
           
 void ModalPanel.connect(Form origForm, Widget origWidget, Object value, FormSection dest)
           
 

Constructors in com.arsdigita.toolbox.ui with parameters of type Widget
ModalPanel.WidgetNavigationListener(Widget widget, Object value, Component target)
           
 



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