Uses of Class
javax.beans.binding.ValidationResult.Action

Packages that use ValidationResult.Action
javax.beans.binding The classes in this package, and subpackages, provide a way to bind two properties of two objects together. 
 

Uses of ValidationResult.Action in javax.beans.binding
 

Methods in javax.beans.binding that return ValidationResult.Action
 ValidationResult.Action ValidationResult.getType()
          Returns the action the Binding should take.
static ValidationResult.Action ValidationResult.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValidationResult.Action[] ValidationResult.Action.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in javax.beans.binding with parameters of type ValidationResult.Action
ValidationResult(ValidationResult.Action type)
          Creates a ValidationResult of the specified type.
ValidationResult(ValidationResult.Action type, java.lang.String description, java.lang.Object errorCode)
          Creates a ValidationResult.