public class PropertyViewFactoryNode extends Node<PropertyViewFactory>
A Node
for specifying the PropertyViewFactory
to use for rendering properties. This can be added to any Node
, since views will find its PropertyViewFactory
node from its node’s
parents or their parents if necessary. If no PropertyViewFactoryNode
is anywhere in the node hierarchy, then it falls back to the DefaultPropertyViewFactory
.
FieldNode.getViewFactory()
,
com.codename1.rad.ui.UI#propertyViewFactory(com.codename1.rad.ui.PropertyViewFactory, com.codename1.rad.models.Attribute…)
,
com.codename1.rad.ui.UI#propertyView(com.codename1.rad.ui.PropertyViewFactory, com.codename1.rad.models.Attribute…)
,
com.codename1.rad.ui.UI#viewFactory(com.codename1.rad.ui.PropertyViewFactory, com.codename1.rad.models.Attribute…)
actions, attributes, childNodes, viewParameters
Constructor and Description |
---|
PropertyViewFactoryNode(PropertyViewFactory viewFactory,
Attribute... atts) |
as, canProxy, createPropertySelector, findAttribute, findInheritedAttribute, getAction, getActions, getAncestor, getCanonicalNode, getChildFieldNodes, getChildNode, getChildNodes, getChildNodes, getDateFormatter, getIconUIID, getInheritedAction, getInheritedActions, getNumberFormatter, getParent, getProxying, getTextFormatter, getUIID, getUIID, getUIID, getUIIDPrefix, getUIIDPrefix, getValue, getViewParameter, getViewParameter, getViewParameterValue, getViewParameterValue, hasViewParameter, merge, mergeRecursive, proxy, proxyingIterator, setAttributes, setAttributesIfNotExists, setParent, setProxying
public PropertyViewFactoryNode(PropertyViewFactory viewFactory, Attribute... atts)
Copyright © 2021. All Rights Reserved.