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) |
appendChild, as, canProxy, copyAttributes, copyAttributesIfNotExists, createPropertySelector, findAttribute, findAttributeValue, findInheritedAttribute, findInheritedAttributeValue, 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, isSameNode, merge, mergeRecursive, proxy, proxyingIterator, setAttributes, setAttributes, setAttributesIfNotExists, setParent, setProxying, toStringpublic PropertyViewFactoryNode(PropertyViewFactory viewFactory, Attribute... atts)
Copyright © 2022. All Rights Reserved.