Uses of Class
com.taursys.xml.Parameter

Packages that use Parameter
com.taursys.html This package contains HTML components for building web applications. 
com.taursys.xml This package contains the core Mapper XML components and containers. 
 

Uses of Parameter in com.taursys.html
 

Subclasses of Parameter in com.taursys.html
 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 Parameter in com.taursys.xml
 

Subclasses of Parameter in com.taursys.xml
 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 CheckboxField
          This component is used to display and change a "selected indicator".
 class SelectField
          This component is used to display and change a selection.
 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.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.