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) |
as, 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 ComponentDecoratorNode(ComponentDecorator decorator)
public Node createProxy(Node parent)
createProxy
in interface Proxyable
public boolean canProxy()
Node
Returns 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.