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) |
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 EntityViewFactoryNode(EntityViewFactory value, Attribute... atts)
Copyright © 2021. All Rights Reserved.