Serialized Form

Class echoxul.component.AbstractViewContextualizable extends nextapp.echo.Component implements Serializable

Serialized Fields

m_viewContext

ViewContext m_viewContext
Our ViewContext, set is setViewContext()


Class echoxul.view.impl.ModelViewContextStub extends ViewContextStub implements Serializable

Serialized Fields

m_insertionPoint

nextapp.echo.Component m_insertionPoint
This is the Component where new model components should be added and deleted from.


Class echoxul.component.NestedHtmlComponent extends AbstractViewContextualizable implements Serializable

Serialized Fields

m_nestedContent

java.util.ArrayList m_nestedContent
Keeps an ordered list of the nested content which must be rendered. The value at each position will either be a Component or an Integer (representing the index of the static content)


Class echoxul.component.ui.NestedHtmlComponentUI extends nextapp.echoservlet.ComponentPeer implements Serializable


Class echoxul.component.SafeWrapperComponent extends nextapp.echo.Component implements Serializable


Class echoxul.component.ui.SafeWrapperComponentUI extends nextapp.echoservlet.ComponentPeer implements Serializable


Class echoxul.component.Spacer extends nextapp.echo.Component implements Serializable


Class echoxul.component.ui.SpacerUI extends nextapp.echoservlet.ComponentPeer implements Serializable


Class echoxul.view.ViewComponent extends nextapp.echo.Component implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
The resource path, if specified


viewContext

ViewContext viewContext
The ViewContext


view

View view
The View


inited

boolean inited


Class echoxul.view.ui.ViewComponentUI extends nextapp.echoservlet.ComponentPeer implements Serializable


Class echoxul.view.impl.ViewContextImpl extends java.lang.Object implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The name of this context in the parent. May be null if parent is null (root)


m_view

View m_view

m_parent

ViewContextImpl m_parent
Parent. May be null if root or model.


m_rootComponent

nextapp.echo.Component m_rootComponent
The root component. Must not be null.


m_componentMap

java.util.Map m_componentMap
Map of String(name) -> Component[]


m_contextMap

java.util.Map m_contextMap
Map of String(name) -> (List[ViewContextImpl] | ViewContextImpl[])

The default value type is an array of ViewContextImpl, but if model contexts are added at runtime, this will be converted to a List


m_modelMap

java.util.Map m_modelMap
Map of String(name) -> ModelViewContextStub


m_viewContextualizables

ViewContextualizable[] m_viewContextualizables
This is the array of components which must be initialized with their ViewContext on instantiation. May be null if none.


m_locked

boolean m_locked
Instance is writeable or not


Class echoxul.view.impl.ViewContextStub extends java.lang.Object implements Serializable

Serialized Fields

m_staticReferenceKey

int m_staticReferenceKey


Class echoxul.view.ViewException extends java.lang.RuntimeException implements Serializable


Class echoxul.view.impl.ViewImpl extends java.lang.Object implements Serializable

Serialized Fields

m_locked

boolean m_locked
Instance is writeable or not


m_staticReferences

java.util.ArrayList m_staticReferences
References are identified by their index in the array


m_rootStub

ViewContextStub m_rootStub
The stub used to create the root ViewContext


Class echoxul.view.ViewNotFoundException extends ViewException implements Serializable


Class echoxul.component.XulBox extends nextapp.echo.Component implements Serializable

Serialized Fields

constraintsList

java.util.List constraintsList
This list is kept in sync with the child list. Any child which has default constraints will be represented by a null in this list.


constraintsThis

XulBoxConstraints constraintsThis
The constraints for this instance. Null implies defaults.


boxOrient

int boxOrient

boxAlign

int boxAlign

boxPack

int boxPack

boxDirection

int boxDirection

boxExpands

boolean boxExpands


Class echoxul.component.XulBoxConstraints extends java.lang.Object implements Serializable

Serialized Fields

flex

double flex


Class echoxul.component.ui.XulBoxUI extends nextapp.echoservlet.ComponentPeer implements Serializable



Copyright © 2004 Terry Laurenzo. All Rights Reserved.