Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.xml.FormElement Class Reference

Inheritance diagram for edu.virtualschool.jwaa.xml.FormElement:

edu.virtualschool.jwaa.GenericIdentifiable Collaboration diagram for edu.virtualschool.jwaa.xml.FormElement:

Collaboration graph
[legend]
List of all members.

Detailed Description

Question instances manage the questions specified by the ALE field markup commands in a given pages file. Question has numerous internal subclasses, one for each markup command that ALE supports.

Definition at line 24 of file FormElement.java.

Public Member Functions

final PageElement getPage ()
final String getText ()

Package Functions

 FormElement (PageElement page, Element element) throws ValidationFault, IOFault
void rewriteTextAndPasswordFields (Element element) throws JDOMException, ValidationFault
void rewriteTickFields (Element element) throws JDOMException, ValidationFault
void rewriteSelectFields (Element element) throws JDOMException, ValidationFault
void rewriteTextAreaFields (Element element) throws JDOMException, ValidationFault
GenericForm getFormInstance (Controller page) throws Fault

Package Attributes

final PageElement page
final String bodyText
final String logicText
final Constructor constructor

Static Package Attributes

final Class[] constructorTypes = new Class[] { Controller.class }
final Logger logger = Logger.getLogger(FormElement.class.getName())
final Outputter outputter = new Outputter(false)


The documentation for this class was generated from the following file: