Uses of Class
com.taursys.xml.AbstractField

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

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

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



Copyright © 2007 Martin T Phelan. All Rights Reserved.