Uses of Class
xal.extension.bricks.ViewNode
Packages that use ViewNode
-
Uses of ViewNode in xal.extension.bricks
Methods in xal.extension.bricks that return ViewNodeModifier and TypeMethodDescriptionstatic ViewNode
ViewNode.getInstance
(DataAdaptor adaptor) generatorMethods in xal.extension.bricks with parameters of type ViewNodeModifier and TypeMethodDescriptionint
ViewNode.getViewIndex
(ViewNode node) Get the index of the view node in the containervoid
ViewProxy.handleChildNodePropertyChange
(ViewNode node, BeanNode<?> beanNode, PropertyDescriptor propertyDescriptor, Object value) handle child node property changevoid
RootBrick.insertViewNode
(ViewNode node, int viewIndex) Insert the bean node in this node beginning at the specified indexvoid
ViewNode.insertViewNode
(ViewNode node, int viewIndex) Insert the view node in this node beginning at the specified indexvoid
ViewNodeContainer.insertViewNode
(ViewNode node, int viewIndex) Insert the bean nodes in this node beginning at the specified indexConstructors in xal.extension.bricks with parameters of type ViewNode