public class ViewPropertyParameter<T> extends Object
A parameter that can be added to the node hierarchy to set the value or binding of a ViewProperty.
Modifier and Type | Method and Description |
---|---|
static <V> ViewPropertyParameter<V> |
createBindingParam(ViewProperty<V> property,
Tag... tags) |
static <V> ViewPropertyParameter<V> |
createValueParam(ViewProperty<V> property,
V value) |
Property |
findProperty(Entity context) |
Tags |
getBindings() |
ViewProperty<T> |
getProperty() |
T |
getValue() |
T |
getValue(Entity context) |
public static <V> ViewPropertyParameter<V> createValueParam(ViewProperty<V> property, V value)
public static <V> ViewPropertyParameter<V> createBindingParam(ViewProperty<V> property, Tag... tags)
public ViewProperty<T> getProperty()
public T getValue()
public Tags getBindings()
Copyright © 2021. All Rights Reserved.