public class BindingProperties extends Object
DataBindingContext or ValidationStatusProvider.| Constructor and Description |
|---|
BindingProperties() |
public static IListProperty<DataBindingContext,Binding> bindings()
IListProperty for observing the bindings of a
DataBindingContext.IListProperty for observing the bindings of a
DataBindingContext.public static IValueProperty<Binding,IObservable> model()
IValueProperty for observing the model of a
Binding.IValueProperty for observing the model of a
Binding.public static IListProperty<ValidationStatusProvider,IObservable> models()
IListProperty for observing the models of a
ValidationStatusProvider.IListProperty for observing the models of a
ValidationStatusProvider.public static IValueProperty<Binding,IObservable> target()
IValueProperty for observing the target of a
Binding.IValueProperty for observing the target of a
Binding.public static IListProperty<ValidationStatusProvider,IObservable> targets()
IListProperty for observing the targets of a
ValidationStatusProvider.IListProperty for observing the targets of a
ValidationStatusProvider.public static IValueProperty<ValidationStatusProvider,IStatus> validationStatus()
IValueProperty for observing the validation status of
a ValidationStatusProvider.IValueProperty for observing the validation status of
a ValidationStatusProvider.public static IListProperty<DataBindingContext,ValidationStatusProvider> validationStatusProviders()
IListProperty for observing the validation status
providers of a DataBindingContext.IListProperty for observing the validation status
providers of a DataBindingContext.public static <S,T> IValueProperty<S,T> convertedValue(IConverter<S,T> converter)
IValueProperty whose value results from applying the
given IConverter on the source object of the value property.
Consequently, the value type of the
returned property is the same as the target
type of the converter. Setting a value on the property is not supported.converter - The converter to apply to the source object of the value
property.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.