public class BindingProperties extends Object
DataBindingContext
or ValidationStatusProvider.Constructor and Description |
---|
BindingProperties() |
Modifier and Type | Method and Description |
---|---|
static IListProperty |
bindings()
|
static IValueProperty |
convertedValue(IConverter converter)
Returns an
IValueProperty whose value results from applying the
given IConverter on the source object of the value property. |
static IValueProperty |
model()
|
static IListProperty |
models()
|
static IValueProperty |
target()
|
static IListProperty |
targets()
|
static IValueProperty |
validationStatus()
Returns an
IValueProperty < IStatus > for observing
the validation status of a ValidationStatusProvider . |
static IListProperty |
validationStatusProviders()
Returns an
IListProperty < ValidationStatusProvider
> for observing the validation status providers of a
DataBindingContext . |
public static IListProperty bindings()
IListProperty
< Binding
> for observing
the bindings of a DataBindingContext
.public static IValueProperty model()
IValueProperty
< IObservable
> for
observing the model of a Binding
.public static IListProperty models()
IListProperty
< IObservable
> for
observing the models of a ValidationStatusProvider
.public static IValueProperty target()
IValueProperty
< IObservable
> for
observing the target of a Binding
.public static IListProperty targets()
IListProperty
< IObservable
> for
observing the targets of a ValidationStatusProvider
.public static IValueProperty validationStatus()
IValueProperty
< IStatus
> for observing
the validation status of a ValidationStatusProvider
.IValueProperty
< IStatus
> for observing
the validation status of a ValidationStatusProvider
.public static IListProperty validationStatusProviders()
IListProperty
< ValidationStatusProvider
> for observing the validation status providers of a
DataBindingContext
.IListProperty
< ValidationStatusProvider
> for observing the validation status providers of a
DataBindingContext
.public static IValueProperty convertedValue(IConverter 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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.