|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectechoxul.xom.XULNode
echoxul.xom.XULElement
echoxul.view.builder.AbstractEchoXULElement
This base class is derived from to create all XULElements which produce echo components. This includes sub classes that wrap actual Echo components as well as those which produce HTML or XUL entities.
| Constructor Summary | |
AbstractEchoXULElement()
Create an XULElement that supports children |
|
| Method Summary | |
abstract nextapp.echo.Component |
createComponent(BuilderContext context)
This method is called to create the Echo component which is represented by this XUL definition. |
protected java.lang.String |
filterDefaultAttributeName(java.lang.String name)
Translates attribute names from the attribute default namespace. |
protected java.lang.String |
getBindingName()
|
protected java.lang.RuntimeException |
newException(java.lang.String message)
Convenience method for subclasses to create exceptions that include the source file location. |
| 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 |
public AbstractEchoXULElement()
| Method Detail |
protected java.lang.String getBindingName()
public abstract nextapp.echo.Component createComponent(BuilderContext context)
context - for manipulating the resource hierarchy.
protected java.lang.RuntimeException newException(java.lang.String message)
message -
protected java.lang.String filterDefaultAttributeName(java.lang.String name)
name -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||