public class ViewPropertyParameterAttribute<T> extends Attribute<ViewPropertyParameter<T>>
Attribute to add a ViewPropertyParameter to a node. This can be added to any node, as interested views can use Node.findInheritedAttribute(java.lang.Class) to
obtain the parameter it wants.
UI.param(com.codename1.rad.ui.ViewProperty, java.lang.Object),
com.codename1.rad.ui.UI#param(com.codename1.rad.ui.ViewProperty, com.codename1.rad.models.Tag…)| Constructor and Description |
|---|
ViewPropertyParameterAttribute(ViewPropertyParameter<T> value) |
public ViewPropertyParameterAttribute(ViewPropertyParameter<T> value)
Copyright © 2021. All Rights Reserved.