public class ComponentDecoratorNode extends Node<ComponentDecorator> implements Proxyable
actions, attributes, childNodes, viewParameters| Constructor and Description |
|---|
ComponentDecoratorNode(ComponentDecorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProxy()
Returns true if this node can be proxied.
|
Node |
createProxy(Node parent) |
appendChild, as, 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, setAttributes, setAttributesIfNotExists, setParent, setProxying, toStringpublic ComponentDecoratorNode(ComponentDecorator decorator)
public Node createProxy(Node parent)
createProxy in interface Proxyablepublic boolean canProxy()
NodeReturns true if this node can be proxied. Default return value is false. Subclasses that allow proxying should implement the Proxyable interface, and return true for this method.
canProxy in class Node<ComponentDecorator>Copyright © 2021. All Rights Reserved.