public final class Binder extends Object
ReadableProperty,
WritableProperty| Modifier and Type | Class and Description |
|---|---|
static class |
Binder.MultipleMastersBinding<MO,SI> |
static class |
Binder.SingleMasterBinding<MO,SI> |
| Modifier and Type | Method and Description |
|---|---|
static <MO> Binder.MultipleMastersBinding<MO,Collection<MO>> |
bindFrom(Collection<ReadableProperty<MO>> masters)
Specifies the master properties that are part of the binding.
|
static <MO> Binder.MultipleMastersBinding<MO,Collection<MO>> |
bindFrom(ReadableProperty<MO>... masters)
Specifies the master properties that are part of the binding.
|
static <MO> Binder.SingleMasterBinding<MO,MO> |
bindFrom(ReadableProperty<MO> master)
Specifies the master property that is part of the binding.
|
public static <MO> Binder.SingleMasterBinding<MO,MO> bindFrom(ReadableProperty<MO> master)
MO - Type of value to be read from the master property.master - Master property.public static <MO> Binder.MultipleMastersBinding<MO,Collection<MO>> bindFrom(Collection<ReadableProperty<MO>> masters)
MO - Type of value to be read from the master properties.masters - Master properties.public static <MO> Binder.MultipleMastersBinding<MO,Collection<MO>> bindFrom(ReadableProperty<MO>... masters)
MO - Type of value to be read from the master properties.masters - Master properties.Copyright © 2013. All Rights Reserved.