public class EntityViewFactoryNode extends Node<EntityViewFactory>
A node containing an EntityViewFactory. This node can be added to any part of the node hierarchy. Views that
are interested in retrieving the factory will call ViewNode.getViewFactory(), which will find the first
view factory registered when walking up the node hierarchy.
com.codename1.rad.ui.UI#viewFactory(com.codename1.rad.ui.EntityViewFactory, com.codename1.rad.models.Attribute…),
EntityViewFactory,
DefaultEntityViewFactory,
ViewNode.getViewFactory(),
UI.getDefaultEntityViewFactory(),
UI.setDefaultEntityViewFactory(com.codename1.rad.ui.EntityViewFactory)actions, attributes, childNodes, viewParameters| Constructor and Description |
|---|
EntityViewFactoryNode(EntityViewFactory value,
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 EntityViewFactoryNode(EntityViewFactory value, Attribute... atts)
Copyright © 2022. All Rights Reserved.