Uses of Enum
org.jdesktop.beansbinding.Binding.SyncFailureType
Packages that use Binding.SyncFailureType
Package
Description
Provides support for defining properties and creating bindings between
sets of two properties.
-
Uses of Binding.SyncFailureType in org.jdesktop.beansbinding
Subclasses with type arguments of type Binding.SyncFailureType in org.jdesktop.beansbindingModifier and TypeClassDescriptionstatic enum
An enumeration representing the reasons a sync (save
orrefresh
) can fail on aBinding
.Methods in org.jdesktop.beansbinding that return Binding.SyncFailureTypeModifier and TypeMethodDescriptionBinding.SyncFailure.getType()
Returns the type of failure.static Binding.SyncFailureType
Returns the enum constant of this type with the specified name.static Binding.SyncFailureType[]
Binding.SyncFailureType.values()
Returns an array containing the constants of this enum type, in the order they are declared.