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

Packages that use StringParameter
com.arsdigita.bebop A set of server-side user interface components for web applications. 
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. 
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.ui.login Internationalized UI classes for user login and registration. 
 

Uses of StringParameter in com.arsdigita.bebop
 

Fields in com.arsdigita.bebop declared as StringParameter
protected  StringParameter Tree.m_currentState
           
 

Uses of StringParameter in com.arsdigita.bebop.parameters
 

Subclasses of StringParameter in com.arsdigita.bebop.parameters
 class EmailParameter
          An email address parameter.
 class EnumerationParameter
          A class that represents the model for number form parameters.
 class TrimmedStringParameter
          A class that represents the model for String form parameters.
 class URLParameter
          A class that represents the model for URL form parameters.
 

Uses of StringParameter in com.arsdigita.formbuilder.ui
 

Fields in com.arsdigita.formbuilder.ui declared as StringParameter
 StringParameter OptionGroupPage.m_widgetClass
           
 StringParameter OptionGroupPage.m_pageMode
           
 StringParameter FormPropertiesPage.m_pageMode
           
 StringParameter FormBuildingPage.m_pageMode
           
 StringParameter FormBuildingPage.m_parameterName
           
 

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

Methods in com.arsdigita.formbuilder.ui.editors with parameters of type StringParameter
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 StringParameter in com.arsdigita.ui.login
 

Constructors in com.arsdigita.ui.login with parameters of type StringParameter
ScreenNameInitListener(StringParameter param)
           
 



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