org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.ValidatableBean


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public static @interface Jpf.ValidatableBean

A set of validatable property definitions that will be applied against particular bean type. Used in Jpf.Controller.validatableBeans().


Required Element Summary
 Class type
          The bean type for which the validation rules will apply.
 Jpf.ValidatableProperty[] validatableProperties
          An array of properties on which to run validation rules.
 

Element Detail

type

public abstract Class type
The bean type for which the validation rules will apply.


validatableProperties

public abstract Jpf.ValidatableProperty[] validatableProperties
An array of properties on which to run validation rules.