Package com.taursys.xml

This package contains the core Mapper XML components and containers.

See:
          Description

Interface Summary
DocumentComponent A Document Component is a type of Component which binds to the Document.
Element An Element is a type of Component which binds to the Document and can have Attributes.
 

Class Summary
AbstractField A Component which receives input and/or renders value to a Document.
Attribute An Attribute is a sub-component of an Element.
AttributeField A component which can receive input and/or render a value to an XML document element.
BoundDocumentElement BoundDocumentElement is a DocumentElement which is bound to a ValueHolder.
Button Button is a visible Trigger
CheckboxField This component is used to display and change a "selected indicator".
Component This is the foundation object for MapperXML components.
ComponentFactory Abstract class used to automate the creation of Components based on the XML Document and its Elements.
Container This class is a foundation container for MapperXML components.
DispatchingContainer DispatchingContainer is a Container which can function as a top or intermediate level Container and has its own set of event Dispatchers for its children.
DocumentElement DocumentElement is a simple container element for an XML document.
ElementDelegate ElementDelegate serves as a delegate for Elements by providing a full implementation of the Element interface.
Form Form is a top level Container for applications.
Parameter A Component which receives parameter values.
SelectField This component is used to display and change a selection.
Template A Template is a component used to display and/or input multiple values.
TextField A component which can receive input and/or render a value to an XML document element.
TextNode An TextNode is used as a sub-component of an Element.
Trigger A Component which responds to TriggerEvents.
 

Package com.taursys.xml Description

This package contains the core Mapper XML components and containers. These components are used to build web and XML presenation applications. These components function much as their Swing counterparts.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007 Martin T Phelan. All Rights Reserved.