Uses of Class
com.bc.ceres.swing.binding.Enablement.Condition
-
Packages that use Enablement.Condition Package Description com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainer
which again may wrap plain Java objects. -
-
Uses of Enablement.Condition in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding with parameters of type Enablement.Condition Modifier and Type Method Description Enablement
BindingContext. bindEnabledState(String targetPropertyName, boolean targetState, Enablement.Condition condition)
Sets the enabled state of the components associated withtargetProperty
totargetState
if a certaincondition
is met.
-