public final class FXBindings extends Object
| Modifier and Type | Method and Description |
|---|---|
static <R> javafx.collections.ObservableList<R> |
fx(com.google.code.validationframework.api.property.ReadableListProperty<R> vfListProperty) |
static <R> javafx.beans.value.ObservableValue<R> |
fx(com.google.code.validationframework.api.property.ReadableProperty<R> vfProperty) |
public static <R> javafx.beans.value.ObservableValue<R> fx(com.google.code.validationframework.api.property.ReadableProperty<R> vfProperty)
public static <R> javafx.collections.ObservableList<R> fx(com.google.code.validationframework.api.property.ReadableListProperty<R> vfListProperty)
Copyright © 2020. All rights reserved.