Uses of Class
xal.extension.bricks.BeanNode
Packages that use BeanNode
-
Uses of BeanNode in xal.extension.bricks
Subclasses of BeanNode in xal.extension.bricksModifier and TypeClassDescriptionclass
brick which represents a viewclass
brick which represents a viewFields in xal.extension.bricks declared as BeanNodeFields in xal.extension.bricks with type parameters of type BeanNodeMethods in xal.extension.bricks that return BeanNodeMethods in xal.extension.bricks with parameters of type BeanNodeModifier and TypeMethodDescriptionboolean
Brick.canAddNode
(BeanNode<?> node) Determine if this brick can add the specified view nodeboolean
ViewNodeContainer.canAddNode
(BeanNode<?> node) Determine if the brick can add the specified view nodeboolean
Brick.canNodeBeSibling
(BeanNode<?> node) Determine if the node can be added as a siblingBeanProxy.getJavaDeclarationSnippet
(BeanNode<T> node) Get the java declaration snippetBeanProxy.getJavaReferenceSnippet
(BeanNode<?> node) get the java reference snippetBeanProxy.getJythonReferenceSnippet
(BeanNode<?> node) get the Jython reference snippetprotected String
BeanProxy.getReferenceSnippetFetchMethodArgumentsString
(BeanNode<?> node) Get the reference snippet method argumentsBeanProxy.getXALReferenceSnippet
(BeanNode<T> node) get the java reference snippetvoid
ViewProxy.handleChildNodePropertyChange
(ViewNode node, BeanNode<?> beanNode, PropertyDescriptor propertyDescriptor, Object value) handle child node property changevoid
ViewInspector.inspect
(BricksContext context, BeanNode<?> node) Inspect the specified view nodevoid
BrickListener.propertyChanged
(BeanNode<?> node, PropertyDescriptor propertyDescriptor, Object value) Handle the event in which a bean's property has been changedvoid
RootBrick.propertyChanged
(BeanNode<?> node, PropertyDescriptor propertyDescriptor, Object value) Handle the event in which a bean's property has been changedvoid
ViewNode.propertyChanged
(BeanNode<?> beanNode, PropertyDescriptor propertyDescriptor, Object value) Handle the event in which a bean's property has been changedvoid
RootBrick.removeNode
(BeanNode<?> node) Remove the view node from this containervoid
ViewNode.removeNode
(BeanNode<?> node) Remove the view node from this containervoid
ViewNodeContainer.removeNode
(BeanNode<?> node) Remove the view node from this containervoid
ViewInspector.setViewNode
(BricksContext context, BeanNode<?> node) Set the view nodeMethod parameters in xal.extension.bricks with type arguments of type BeanNodeModifier and TypeMethodDescriptionvoid
Add the views nodes to this nodevoid
Add the views nodes to this nodevoid
Add the views nodes to this nodeboolean
Brick.canAddAllNodes
(List<BeanNode<?>> nodes) Determine if the brick can add all of the specified view nodesboolean
ViewNodeContainer.canAddAllNodes
(List<BeanNode<?>> nodes) Determine if the brick can add all of the specified view nodesboolean
Brick.canAllNodesBeSiblings
(List<BeanNode<?>> nodes) Determine if all views can be sibling viewsboolean
ViewNodeContainer.canAllNodesBeSiblings
(List<BeanNode<?>> nodes) Determine if all views can be sibling viewsvoid
RootBrick.insertSiblingNodes
(List<BeanNode<?>> originalNodes) Insert the view nodes in this node beginning at the specified indexvoid
ViewNode.insertSiblingNodes
(List<BeanNode<?>> nodes) Insert the specified view nodes immediately above this nodevoid
ViewNodeContainer.insertSiblingNodes
(List<BeanNode<?>> nodes) Insert the view nodes in this node beginning at the specified indexvoid
RootBrick.moveDownNodes
(List<BeanNode<?>> nodes) move the specified nodes downvoid
ViewNode.moveDownNodes
(List<BeanNode<?>> nodes) Move the specified nodes downvoid
ViewNodeContainer.moveDownNodes
(List<BeanNode<?>> nodes) Move the specified nodes downvoid
RootBrick.moveUpNodes
(List<BeanNode<?>> nodes) move the specified nodes upvoid
ViewNode.moveUpNodes
(List<BeanNode<?>> nodes) Move the specified nodes upvoid
ViewNodeContainer.moveUpNodes
(List<BeanNode<?>> nodes) Move the specified nodes upvoid
BrickListener.nodesAdded
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoid
RootBrick.nodesAdded
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoid
ViewNode.nodesAdded
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoid
BrickListener.nodesRemoved
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoid
RootBrick.nodesRemoved
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoid
ViewNode.nodesRemoved
(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoid
RootBrick.removeNodes
(List<BeanNode<?>> nodes) Remove the view nodes from this containervoid
ViewNode.removeNodes
(List<BeanNode<?>> nodes) Remove the view nodes from this containervoid
ViewNodeContainer.removeNodes
(List<BeanNode<?>> nodes) Remove the view nodes from this containerConstructors in xal.extension.bricks with parameters of type BeanNodeModifierConstructorDescriptionprotected
ConstructorViewNodeTransferable
(BeanNode<?> node) ConstructorConstructor parameters in xal.extension.bricks with type arguments of type BeanNode