public class EventFactoryNode extends Node<EventFactory>
A node that wraps an EventFactory
. This can be added to any part of the Node hierarchy, as
actions will walk up the tree until it finds a factory when it needs to generate events.
EventFactory
,
com.codename1.rad.ui.UI#eventFactory(com.codename1.rad.events.EventFactory, com.codename1.rad.models.Attribute…)
actions, attributes, childNodes, viewParameters
Constructor and Description |
---|
EventFactoryNode(EventFactory 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 EventFactoryNode(EventFactory value, Attribute... atts)
Copyright © 2021. All Rights Reserved.