public class ActionsNode extends Node implements Iterable<ActionNode>
A wrapper node for adding multiple actions to a Node hierarchy. Common attributes that this will accept:
ActionStyle
ActionNode,
ActionNode.Category,
ActionStyle,
com.codename1.rad.ui.UI#actions(com.codename1.rad.models.Attribute…),
UI.actions(com.codename1.rad.nodes.ActionNode.Category, com.codename1.rad.ui.Actions)attributes, childNodes, viewParameters| Constructor and Description |
|---|
ActionsNode(Attribute... atts) |
| Modifier and Type | Method and Description |
|---|---|
ActionNode.Category |
getCategory() |
Iterator<ActionNode> |
iterator() |
void |
setAttributes(Attribute... atts)
Sets attributes on this node.
|
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, setAttributesIfNotExists, setParent, setProxying, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ActionsNode(Attribute... atts)
public void setAttributes(Attribute... atts)
NodeSets attributes on this node.
setAttributes in class Nodeatts - The attributes to set.public ActionNode.Category getCategory()
public Iterator<ActionNode> iterator()
iterator in interface Iterable<ActionNode>Copyright © 2021. All Rights Reserved.