echoxul.view.builder
Class XULBoxElement

java.lang.Object
  extended byechoxul.xom.XULNode
      extended byechoxul.xom.XULElement
          extended byechoxul.view.builder.AbstractEchoXULElement
              extended byechoxul.view.builder.XULBoxElement

public class XULBoxElement
extends AbstractEchoXULElement

This factory element is responsible for creating XUL box containers. The produced Components will all be XulBox instances with various variations.

Author:
Terry Laurenzo

Constructor Summary
XULBoxElement()
           
 
Method Summary
 nextapp.echo.Component createComponent(BuilderContext context)
          This method is called to create the Echo component which is represented by this XUL definition.
 
Methods inherited from class echoxul.view.builder.AbstractEchoXULElement
filterDefaultAttributeName, getBindingName, newException
 
Methods inherited from class echoxul.xom.XULElement
addChild, dump, dumpChildren, getAttributes, getChildren, getCssClasses, getDocument, getId, getName, getNamespace, getParent, hasChildren, init, lockChildren, setParameters, supportsChildren
 
Methods inherited from class echoxul.xom.XULNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XULBoxElement

public XULBoxElement()
Method Detail

createComponent

public nextapp.echo.Component createComponent(BuilderContext context)
Description copied from class: AbstractEchoXULElement
This method is called to create the Echo component which is represented by this XUL definition. It should recursively call its children as necessary.

Specified by:
createComponent in class AbstractEchoXULElement
Parameters:
context - for manipulating the resource hierarchy.
Returns:
Newly created Echo Component
See Also:
AbstractEchoXULElement.createComponent(echoxul.view.builder.BuilderContext)


Copyright © 2004 Terry Laurenzo. All Rights Reserved.