public final class InputComponentBind
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <VALUE_TYPE> |
bind(IInputComponent<VALUE_TYPE> inputComponent)
Binds an input component to a newly created observable value and returns the observable value.
|
static <VALUE_TYPE> |
bind(IObservableValue<VALUE_TYPE> source,
IInputComponent<VALUE_TYPE> inputComponent)
Binds an input component to an observable value.
|
public static <VALUE_TYPE> IObservableValue<VALUE_TYPE> bind(IInputComponent<VALUE_TYPE> inputComponent)
inputComponent - The input component to bindpublic static <VALUE_TYPE> void bind(IObservableValue<VALUE_TYPE> source, IInputComponent<VALUE_TYPE> inputComponent)
source - The source observable value to bind toinputComponent - The input component to bindSiehe auch Jowidgets Nutzerhandbuch