public class SelectBinding
extends java.lang.Object
a.b.c
. The value of the
binding will be "c", or null if c could not be reached (due to "b" not having
a "c" property, or "b" being null). "a" must be passed to the constructor of
the SelectBinding and may be any dependency. All subsequent links are simply
PropertyReferences.
With a SelectBinding, "a" must always exist. Usually "a" will refer to "this", or some concrete object. "b"* will be some intermediate step in the select binding.
Modifier and Type | Class and Description |
---|---|
static class |
SelectBinding.AsBoolean |
static class |
SelectBinding.AsDouble |
static class |
SelectBinding.AsFloat |
static class |
SelectBinding.AsInteger |
static class |
SelectBinding.AsLong |
static class |
SelectBinding.AsObject<T> |
static class |
SelectBinding.AsString |
private static class |
SelectBinding.SelectBindingHelper |
Modifier | Constructor and Description |
---|---|
private |
SelectBinding() |