info.informatica.ui.html
Class FormDefaultLoader

java.lang.Object
  extended by info.informatica.doc.DocumentFragment
      extended by info.informatica.ui.html.HTMLForm
          extended by info.informatica.ui.html.HTMLFormLoader
              extended by info.informatica.ui.html.FormDefaultLoader
All Implemented Interfaces:
info.informatica.html.HTMLEventHandler, Comparable<info.informatica.doc.DocumentFragment>

public class FormDefaultLoader
extends HTMLFormLoader

HTML form default loader.

Fills a form with a given set of defaults.

Author:
amengual at informatica dot info

Nested Class Summary
 
Nested classes/interfaces inherited from class info.informatica.doc.DocumentFragment
info.informatica.doc.DocumentFragment.FragmentComp, info.informatica.doc.DocumentFragment.NotFragmentComp
 
Constructor Summary
FormDefaultLoader(info.informatica.doc.FragmentPosition pos, Map<String,? extends Object> defaults)
           
 
Method Summary
static info.informatica.doc.DocumentFragment loadFormDefaults(String form_id, info.informatica.html.HTMLFragment html, Map<String,? extends Object> defval)
           
 
Methods inherited from class info.informatica.ui.html.HTMLFormLoader
characters, endElement, endXElement, getBuffer, ignorableWhitespace, length, toCharData, toString
 
Methods inherited from class info.informatica.ui.html.HTMLForm
defaultForm, endDocument, error, main, startDocument, startElement
 
Methods inherited from class info.informatica.doc.DocumentFragment
adjustWidth, compareTo, getCurrentPosition, getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormDefaultLoader

public FormDefaultLoader(info.informatica.doc.FragmentPosition pos,
                         Map<String,? extends Object> defaults)
Method Detail

loadFormDefaults

public static info.informatica.doc.DocumentFragment loadFormDefaults(String form_id,
                                                                     info.informatica.html.HTMLFragment html,
                                                                     Map<String,? extends Object> defval)
                                                              throws info.informatica.html.HTMLParsingException
Throws:
info.informatica.html.HTMLParsingException