Uses of Interface
com.taursys.util.MapperComponent

Packages that use MapperComponent
com.taursys.html This package contains HTML components for building web applications. 
com.taursys.servlet This package contains components and subcomponents to build servlet based web applications. 
com.taursys.xml This package contains the core Mapper XML components and containers. 
 

Uses of MapperComponent in com.taursys.html
 

Classes in com.taursys.html that implement MapperComponent
 class HTMLAnchorURL
          HTMLAnchorURL is a AttributeField which stores its value in the "href" attribute.
 class HTMLCheckBox
          HTMLCheckBox is a peer component to an HTML input type checkbox.
 class HTMLInputText
          HTMLInputText is the peer component for an html INPUT type="text" component.
 class HTMLSelect
          This components is a peer component for the <Select> tag in an HTML form.
 class HTMLTextArea
          HTMLTextArea is peer component for a TextArea.
 

Uses of MapperComponent in com.taursys.servlet
 

Classes in com.taursys.servlet that implement MapperComponent
 class DefaultMessageForm
          Title: Mapper XML Description: Sub-project for Mapper XML support without using XMLC Copyright: Copyright (c) 2001 Company: Taurus Systems
 class ServletForm
          ServletForm is the base container invoked used by Servlet application.
 

Uses of MapperComponent in com.taursys.xml
 

Classes in com.taursys.xml that implement MapperComponent
 class AbstractField
          A Component which receives input and/or renders value to a Document.
 class Attribute
          An Attribute is a sub-component of an Element.
 class AttributeField
          A component which can receive input and/or render a value to an XML document element.
 class BoundDocumentElement
          BoundDocumentElement is a DocumentElement which is bound to a ValueHolder.
 class Button
          Button is a visible Trigger
 class CheckboxField
          This component is used to display and change a "selected indicator".
 class Component
          This is the foundation object for MapperXML components.
 class Container
          This class is a foundation container for MapperXML components.
 class 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.
 class DocumentElement
          DocumentElement is a simple container element for an XML document.
 class ElementDelegate
          ElementDelegate serves as a delegate for Elements by providing a full implementation of the Element interface.
 class Form
          Form is a top level Container for applications.
 class Parameter
          A Component which receives parameter values.
 class SelectField
          This component is used to display and change a selection.
 class Template
          A Template is a component used to display and/or input multiple values.
 class TextField
          A component which can receive input and/or render a value to an XML document element.
 class TextNode
          An TextNode is used as a sub-component of an Element.
 class Trigger
          A Component which responds to TriggerEvents.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.