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


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) |