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 TypeClassDescriptionclassbrick which represents a viewclassbrick 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 TypeMethodDescriptionbooleanBrick.canAddNode(BeanNode<?> node) Determine if this brick can add the specified view nodebooleanViewNodeContainer.canAddNode(BeanNode<?> node) Determine if the brick can add the specified view nodebooleanBrick.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 StringBeanProxy.getReferenceSnippetFetchMethodArgumentsString(BeanNode<?> node) Get the reference snippet method argumentsBeanProxy.getXALReferenceSnippet(BeanNode<T> node) get the java reference snippetvoidViewProxy.handleChildNodePropertyChange(ViewNode node, BeanNode<?> beanNode, PropertyDescriptor propertyDescriptor, Object value) handle child node property changevoidViewInspector.inspect(BricksContext context, BeanNode<?> node) Inspect the specified view nodevoidBrickListener.propertyChanged(BeanNode<?> node, PropertyDescriptor propertyDescriptor, Object value) Handle the event in which a bean's property has been changedvoidRootBrick.propertyChanged(BeanNode<?> node, PropertyDescriptor propertyDescriptor, Object value) Handle the event in which a bean's property has been changedvoidViewNode.propertyChanged(BeanNode<?> beanNode, PropertyDescriptor propertyDescriptor, Object value) Handle the event in which a bean's property has been changedvoidRootBrick.removeNode(BeanNode<?> node) Remove the view node from this containervoidViewNode.removeNode(BeanNode<?> node) Remove the view node from this containervoidViewNodeContainer.removeNode(BeanNode<?> node) Remove the view node from this containervoidViewInspector.setViewNode(BricksContext context, BeanNode<?> node) Set the view nodeMethod parameters in xal.extension.bricks with type arguments of type BeanNodeModifier and TypeMethodDescriptionvoidAdd the views nodes to this nodevoidAdd the views nodes to this nodevoidAdd the views nodes to this nodebooleanBrick.canAddAllNodes(List<BeanNode<?>> nodes) Determine if the brick can add all of the specified view nodesbooleanViewNodeContainer.canAddAllNodes(List<BeanNode<?>> nodes) Determine if the brick can add all of the specified view nodesbooleanBrick.canAllNodesBeSiblings(List<BeanNode<?>> nodes) Determine if all views can be sibling viewsbooleanViewNodeContainer.canAllNodesBeSiblings(List<BeanNode<?>> nodes) Determine if all views can be sibling viewsvoidRootBrick.insertSiblingNodes(List<BeanNode<?>> originalNodes) Insert the view nodes in this node beginning at the specified indexvoidViewNode.insertSiblingNodes(List<BeanNode<?>> nodes) Insert the specified view nodes immediately above this nodevoidViewNodeContainer.insertSiblingNodes(List<BeanNode<?>> nodes) Insert the view nodes in this node beginning at the specified indexvoidRootBrick.moveDownNodes(List<BeanNode<?>> nodes) move the specified nodes downvoidViewNode.moveDownNodes(List<BeanNode<?>> nodes) Move the specified nodes downvoidViewNodeContainer.moveDownNodes(List<BeanNode<?>> nodes) Move the specified nodes downvoidRootBrick.moveUpNodes(List<BeanNode<?>> nodes) move the specified nodes upvoidViewNode.moveUpNodes(List<BeanNode<?>> nodes) Move the specified nodes upvoidViewNodeContainer.moveUpNodes(List<BeanNode<?>> nodes) Move the specified nodes upvoidBrickListener.nodesAdded(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoidRootBrick.nodesAdded(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoidViewNode.nodesAdded(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been added to a containervoidBrickListener.nodesRemoved(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoidRootBrick.nodesRemoved(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoidViewNode.nodesRemoved(Object source, Brick container, List<BeanNode<?>> nodes) Handle the event in which nodes have been removed from a containervoidRootBrick.removeNodes(List<BeanNode<?>> nodes) Remove the view nodes from this containervoidViewNode.removeNodes(List<BeanNode<?>> nodes) Remove the view nodes from this containervoidViewNodeContainer.removeNodes(List<BeanNode<?>> nodes) Remove the view nodes from this containerConstructors in xal.extension.bricks with parameters of type BeanNodeModifierConstructorDescriptionprotectedConstructorViewNodeTransferable(BeanNode<?> node) ConstructorConstructor parameters in xal.extension.bricks with type arguments of type BeanNode