Uses of Class
xal.extension.bricks.BeanProxy
Packages that use BeanProxy
-
Uses of BeanProxy in xal.extension.bricks
Subclasses of BeanProxy in xal.extension.bricksModifier and TypeClassDescriptionclassBorderProxy<T extends Border>interface for providing border node behaviorclassinterface for providing view node behaviorFields in xal.extension.bricks declared as BeanProxyFields in xal.extension.bricks with type parameters of type BeanProxyMethods in xal.extension.bricks that return BeanProxyMethods in xal.extension.bricks with parameters of type BeanProxyModifier and TypeMethodDescriptionbooleanDetermine if the brick can add the specified viewabstract booleanDetermine if the brick can add the specified viewbooleanDetermine if the brick can add the specified viewbooleanDetermine if the brick can add the specified viewbooleanDetermine if the brick can add the specified viewbooleanBrick.canBeSibling(BeanProxy<?> beanProxy) Determine if the brick can be inserted in this view's parentbooleanViewNodeContainer.canBeSibling(BeanProxy<?> beanProxy) Determine if the brick can be inserted in this view's parentprotected TBeanNode.getPrototypeBean(BeanProxy<T> beanProxy) get the bean instanceprotected BorderBorderNode.getPrototypeBean(BeanProxy<Border> beanProxy) get the bean instanceprotected ComponentViewNode.getPrototypeBean(BeanProxy<Component> beanProxy) get the bean instanceMethod parameters in xal.extension.bricks with type arguments of type BeanProxyModifier and TypeMethodDescriptionvoidAdd the views to this nodevoidAdd the beans to this nodevoidAdd the views to this nodebooleanDetermine if the brick can add all of the specified viewsbooleanDetermine if the brick can add all of the specified viewsbooleanBrick.canAllBeSiblings(List<BeanProxy<?>> beanProxies) Determine if all views can be sibling viewsbooleanViewNodeContainer.canAllBeSiblings(List<BeanProxy<?>> beanProxies) Determine if all views can be sibling viewsvoidRootBrick.insertSiblings(List<BeanProxy<?>> viewProxies) Insert the views in this node beginning at the specified indexvoidViewNode.insertSiblings(List<BeanProxy<?>> beanProxies) Insert the views in this node beginning at the specified indexvoidViewNodeContainer.insertSiblings(List<BeanProxy<?>> beanProxies) Insert the views in this node beginning at the specified indexConstructors in xal.extension.bricks with parameters of type BeanProxyModifierConstructorDescriptionprotectedConstructorprotectedPrimary ConstructorViewTransferable(BeanProxy<?> viewProxy) ConstructorConstructor parameters in xal.extension.bricks with type arguments of type BeanProxyModifierConstructorDescriptionViewTransferable(List<BeanProxy<?>> beanProxies) Primary Constructor