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 TypeClassDescriptionclass
BorderProxy<T extends Border>
interface for providing border node behaviorclass
interface 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 TypeMethodDescriptionboolean
Determine if the brick can add the specified viewabstract boolean
Determine if the brick can add the specified viewboolean
Determine if the brick can add the specified viewboolean
Determine if the brick can add the specified viewboolean
Determine if the brick can add the specified viewboolean
Brick.canBeSibling
(BeanProxy<?> beanProxy) Determine if the brick can be inserted in this view's parentboolean
ViewNodeContainer.canBeSibling
(BeanProxy<?> beanProxy) Determine if the brick can be inserted in this view's parentprotected T
BeanNode.getPrototypeBean
(BeanProxy<T> beanProxy) get the bean instanceprotected Border
BorderNode.getPrototypeBean
(BeanProxy<Border> beanProxy) get the bean instanceprotected Component
ViewNode.getPrototypeBean
(BeanProxy<Component> beanProxy) get the bean instanceMethod parameters in xal.extension.bricks with type arguments of type BeanProxyModifier and TypeMethodDescriptionvoid
Add the views to this nodevoid
Add the beans to this nodevoid
Add the views to this nodeboolean
Determine if the brick can add all of the specified viewsboolean
Determine if the brick can add all of the specified viewsboolean
Brick.canAllBeSiblings
(List<BeanProxy<?>> beanProxies) Determine if all views can be sibling viewsboolean
ViewNodeContainer.canAllBeSiblings
(List<BeanProxy<?>> beanProxies) Determine if all views can be sibling viewsvoid
RootBrick.insertSiblings
(List<BeanProxy<?>> viewProxies) Insert the views in this node beginning at the specified indexvoid
ViewNode.insertSiblings
(List<BeanProxy<?>> beanProxies) Insert the views in this node beginning at the specified indexvoid
ViewNodeContainer.insertSiblings
(List<BeanProxy<?>> beanProxies) Insert the views in this node beginning at the specified indexConstructors in xal.extension.bricks with parameters of type BeanProxyModifierConstructorDescriptionprotected
Constructorprotected
Primary ConstructorViewTransferable
(BeanProxy<?> viewProxy) ConstructorConstructor parameters in xal.extension.bricks with type arguments of type BeanProxyModifierConstructorDescriptionViewTransferable
(List<BeanProxy<?>> beanProxies) Primary Constructor