public class NodeDecoratorAttribute extends Attribute<NodeDecorator>
An attribute for assigning a NodeDecorator to node. This can be added to any Node, and will run the decorator on the node
in its constructor after all of the attributes have been added. Decorators are a handy way to package up complex node settings and apply
them to a node with one big "stamp".
UI.decorator(com.codename1.rad.ui.NodeDecorator)| Constructor and Description |
|---|
NodeDecoratorAttribute(NodeDecorator value) |
public NodeDecoratorAttribute(NodeDecorator value)
Copyright © 2022. All Rights Reserved.