Uses of Class
com.arsdigita.bebop.parameters.ParameterData

Packages that use ParameterData
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.event Listeners that allow a programmer to execute custom code at various points in the request. 
com.arsdigita.bebop.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.bebop.parameters These classes represent all the ParameterModels and ValidationListeners i.e., all classes that handle obtaining and validating the state from the HTTP request and transforming them into Java objects. 
 

Uses of ParameterData in com.arsdigita.bebop
 

Methods in com.arsdigita.bebop that return ParameterData
 ParameterData FormData.getParameter(String name)
          Gets the specified ParameterData object.
 

Methods in com.arsdigita.bebop with parameters of type ParameterData
 void FormData.setParameter(String name, ParameterData value)
          Sets the ParameterData object identified by the name in this FormData Object.
 

Uses of ParameterData in com.arsdigita.bebop.event
 

Methods in com.arsdigita.bebop.event that return ParameterData
 ParameterData ParameterEvent.getParameterData()
          Get the request specific data about the parameter.
 

Constructors in com.arsdigita.bebop.event with parameters of type ParameterData
ParameterEvent(Object source, ParameterData data)
          Construct a ParameterEvent
 

Uses of ParameterData in com.arsdigita.bebop.form
 

Methods in com.arsdigita.bebop.form that return ParameterData
protected  ParameterData Date.YearFragment.getParameterData(PageState ps)
           
protected  ParameterData Date.MonthFragment.getParameterData(PageState ps)
           
protected  ParameterData Date.DayFragment.getParameterData(PageState ps)
           
protected  ParameterData Submit.getParameterData(PageState ps)
           
protected  ParameterData Widget.getParameterData(PageState ps)
           
 

Methods in com.arsdigita.bebop.form with parameters of type ParameterData
 boolean Option.isSelected(ParameterData data)
           
 

Uses of ParameterData in com.arsdigita.bebop.parameters
 

Methods in com.arsdigita.bebop.parameters that return ParameterData
 ParameterData ParameterModel.createParameterData(javax.servlet.http.HttpServletRequest request)
           
 ParameterData ParameterModel.createParameterData(javax.servlet.http.HttpServletRequest request, boolean isSubmission)
          Create a ParameterData for this ParameterModel with the supplied request If this tranformation throws an exception, mark the corresponding ParameterData as unTransformed and set its value to null.
 ParameterData ParameterModel.createParameterData(javax.servlet.http.HttpServletRequest request, Object defaultValue, boolean isSubmission)
          Create a ParameterData for this ParameterModel with the supplied request If this tranformation throws an exception, mark the corresponding ParameterData as unTransformed and set its value to null.
 

Methods in com.arsdigita.bebop.parameters with parameters of type ParameterData
protected  void ArrayParameter.validate(ParameterData data)
          Validate the array extracted from the request by running the validation listeners of this parameter, and by running thte validation for the element parameter for each entry in the array separately.
protected  void ParameterModel.validate(ParameterData data)
          Call parameter validation listeners that have been added to this ParameterModel.
 



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