|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterListener | |
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. |
com.arsdigita.formbuilder | The Form Builder service provides the ability to build simple forms with a web user interface. |
com.arsdigita.formbuilder.parameters | Validation listeners for formbuilder. |
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.ui.admin | Basic user interface components for the administrative UI. |
com.arsdigita.ui.login | Internationalized UI classes for user login and registration. |
Uses of ParameterListener in com.arsdigita.bebop.form |
Methods in com.arsdigita.bebop.form that return ParameterListener | |
protected ParameterListener |
Widget.createParameterListener()
|
Methods in com.arsdigita.bebop.form with parameters of type ParameterListener | |
void |
Widget.addValidationListener(ParameterListener listener)
|
void |
Widget.removeValidationListener(ParameterListener listener)
|
Uses of ParameterListener in com.arsdigita.bebop.parameters |
Classes in com.arsdigita.bebop.parameters that implement ParameterListener | |
class |
CancellableValidationListener
A generic validation listener that wraps any parameter listener so that the parameter listener is conditionally run based on the value of a RequestLocal. |
class |
DateInRangeValidationListener
Verifies that the parameter's value is within a specified date range. |
class |
EmailValidationListener
|
class |
EnumerationValidationListener
Verifies that the parameter's value is a member of a list of Strings |
class |
FloatValidationListener
|
class |
GlobalizedParameterListener
Abstract class to be extended by globalized parameters. |
class |
IntegerValidationListener
|
class |
KeywordValidationListener
Verifies that the parameter's value is composed of only alpha-numeric or underscore characters. |
class |
NotEmptyValidationListener
Verifies that the parameter's value is non-empty. |
class |
NotNullValidationListener
Verifies that the parameter's value is not null. |
class |
NotWhiteSpaceValidationListener
Deprecated. Use NotEmptyValidationListener . |
class |
NumberInRangeValidationListener
Verifies that the parameter's value is within a specified range. |
class |
SingleLineValidationListener
|
class |
StringInRangeValidationListener
Check that a string's length falls into a particular range. |
class |
StringIsLettersOrDigitsValidationListener
Verifies that the parameter's value contains only letters and/or digits. |
class |
StringLengthValidationListener
Verifies that the string length is less than or equal to the specified value |
class |
TidyHTMLValidationListener
Verifies that the parameter's value is well-formed HTML by running it through JTidy. |
class |
TypeCheckValidationListener
Verifies that the parameter's type is the expected type |
class |
URLTokenValidationListener
Verifies that the parameter's value is composed of only alpha-numeric, underscore, or hyphen characters. |
class |
WordValidationListener
|
Methods in com.arsdigita.bebop.parameters with parameters of type ParameterListener | |
void |
ParameterModel.addParameterListener(ParameterListener listener)
Adds a validation listener, implementing a custom validation check that applies to this Parameter. |
Uses of ParameterListener in com.arsdigita.formbuilder |
Methods in com.arsdigita.formbuilder with parameters of type ParameterListener | |
void |
AttributeType.addValidationListener(ParameterListener validationListener)
Note that a not null validation listener needs not be added here. |
Uses of ParameterListener in com.arsdigita.formbuilder.parameters |
Methods in com.arsdigita.formbuilder.parameters that return ParameterListener | |
ParameterListener |
TextValidationListener.createListener()
|
ParameterListener |
PersistentStringInRangeValidationListener.createListener()
Factory method that creates the Bebop component whose persistence is handled by this domain object. |
ParameterListener |
PersistentParameterListener.createListener()
Factory method that creates the Bebop component whose persistence is handled by this domain object. |
Uses of ParameterListener in com.arsdigita.formbuilder.ui |
Classes in com.arsdigita.formbuilder.ui that implement ParameterListener | |
class |
ClassValidationListener
Validates that the parameter submitted is the fully qualified class name of a class that can be loaded. |
Uses of ParameterListener in com.arsdigita.ui.admin |
Classes in com.arsdigita.ui.admin that implement ParameterListener | |
class |
URLValidationListener
Verifies that the parameter is a valid URL specification. |
Uses of ParameterListener in com.arsdigita.ui.login |
Classes in com.arsdigita.ui.login that implement ParameterListener | |
class |
PasswordValidationListener
A NotNullValidationListener that checks whether the string value of a parameter is a strong password. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |