Uses of Interface
com.taursys.xml.Element

Packages that use Element
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 Element in com.taursys.html
 

Classes in com.taursys.html that implement Element
 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 Element in com.taursys.servlet
 

Classes in com.taursys.servlet that implement Element
 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 Element in com.taursys.xml
 

Classes in com.taursys.xml that implement Element
 class AbstractField
          A Component which receives input and/or renders value to a Document.
 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 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 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.
 

Constructors in com.taursys.xml with parameters of type Element
ElementDelegate(Element c)
          Constructs a new ElementDelegate for the given Element
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.