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.
|
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, setAttributesIfNotExists, setParent, setProxying
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ActionsNode(Attribute... atts)
public void setAttributes(Attribute... atts)
Node
Sets attributes on this node.
setAttributes
in class Node
atts
- The attributes to set.public ActionNode.Category getCategory()
public Iterator<ActionNode> iterator()
iterator
in interface Iterable<ActionNode>
Copyright © 2021. All Rights Reserved.