|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentComponent | |
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 DocumentComponent in com.taursys.html |
Classes in com.taursys.html that implement DocumentComponent | |
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 DocumentComponent in com.taursys.servlet |
Classes in com.taursys.servlet that implement DocumentComponent | |
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 DocumentComponent in com.taursys.xml |
Subinterfaces of DocumentComponent in com.taursys.xml | |
interface |
Element
An Element is a type of Component which binds to the Document and can have Attributes. |
Classes in com.taursys.xml that implement DocumentComponent | |
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. |
Methods in com.taursys.xml that return DocumentComponent | |
DocumentComponent |
Container.get(java.lang.String id)
Recursively searches for a DocumentComponent with the given ID. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |