echoxul.view.builder
Class BindingEchoXULElement

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

public class BindingEchoXULElement
extends AbstractHtmlEchoXULElement

This class represents elements in the echo binding namespace. The following element names are supported:

Author:
Terry Laurenzo

Constructor Summary
BindingEchoXULElement()
           
 
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.AbstractHtmlEchoXULElement
createNestedHtmlComponent
 
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

BindingEchoXULElement

public BindingEchoXULElement()
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


Copyright © 2004 Terry Laurenzo. All Rights Reserved.