Interface BindTarget
- All Superinterfaces:
BindTarget
Deprecated.
Target to apply bindings to.
- Author:
- Mark Paluch
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Bind a value to an index.void
Deprecated.Bind a value.void
Deprecated.Bind a null value.void
Deprecated.Bind a null value.
-
Method Details
-
bind
Deprecated.Bind a value.- Specified by:
bind
in interfaceBindTarget
- Parameters:
identifier
- the identifier to bind to.value
- the value to bind.
-
bind
Deprecated.Bind a value to an index. Indexes are zero-based.- Specified by:
bind
in interfaceBindTarget
- Parameters:
index
- the index to bind to.value
- the value to bind.
-
bindNull
Deprecated.Bind a null value.- Specified by:
bindNull
in interfaceBindTarget
- Parameters:
identifier
- the identifier to bind to.type
- the type of null value.
-
bindNull
Deprecated.Bind a null value.- Specified by:
bindNull
in interfaceBindTarget
- Parameters:
index
- the index to bind to.type
- the type of null value.
-
BindTarget
instead.