org.openfjord.presentation.enhydra
Class WelcomeHTML

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.XMLObjectImpl
        |
        +--org.enhydra.xml.xmlc.html.HTMLObjectImpl
              |
              +--org.openfjord.presentation.enhydra.WelcomeHTML
All Implemented Interfaces:
org.w3c.dom.Document, org.enhydra.xml.io.DocumentInfo, org.w3c.dom.html.HTMLDocument, org.enhydra.xml.xmlc.html.HTMLObject, org.w3c.dom.Node, org.enhydra.xml.xmlc.XMLObject

public class WelcomeHTML
extends org.enhydra.xml.xmlc.html.HTMLObjectImpl
implements org.enhydra.xml.xmlc.XMLObject, org.enhydra.xml.xmlc.html.HTMLObject

XMLC Document class, generated from O:/openfjord/dev-designtime/presentation/resource/enhydra/resource_current/Welcome.html


Field Summary
static java.lang.String CLASS_blue
          Class attribute constant for element class blue
static java.lang.String CLASS_headmenu
          Class attribute constant for element class headmenu
static java.lang.String CLASS_main
          Class attribute constant for element class main
static java.lang.Class XMLC_GENERATED_CLASS
          Field that is used to identify this as the XMLC generated class in an inheritance chain.
static java.lang.String XMLC_SOURCE_FILE
          Field containing CLASSPATH relative name of the source file that this class can be regenerated from.
 
Fields inherited from interface org.enhydra.xml.xmlc.XMLObject
XMLC_GENERATED_CLASS_FIELD_NAME, XMLC_SOURCE_FILE_FIELD_NAME
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
WelcomeHTML()
          Default constructor.
WelcomeHTML(boolean buildDOM)
          Constructor with optional building of the DOM.
WelcomeHTML(WelcomeHTML src)
          Copy constructor.
 
Method Summary
 void buildDocument()
          Create document as a DOM and initialize accessor method fields.
 org.w3c.dom.Node cloneNode(boolean deep)
          Clone the document.
protected  org.enhydra.xml.xmlc.dom.XMLCDomFactory getDomFactory()
          Get the XMLC DOM factory associated with the class.
 org.w3c.dom.html.HTMLTableCellElement getElementCreatedate()
          Get the element with id createdate.
 org.w3c.dom.html.HTMLTableCellElement getElementEdit()
          Get the element with id edit.
 org.w3c.dom.html.HTMLTableElement getElementFreespacetable()
          Get the element with id freespacetable.
 org.w3c.dom.html.HTMLTableCellElement getElementName()
          Get the element with id name.
 org.w3c.dom.html.HTMLTableCellElement getElementPreview()
          Get the element with id preview.
 org.w3c.dom.html.HTMLTableCellElement getElementResults()
          Get the element with id results.
 org.w3c.dom.html.HTMLTableCellElement getElementStatus()
          Get the element with id status.
 org.w3c.dom.html.HTMLTableElement getElementSurveylist()
          Get the element with id surveylist.
 org.w3c.dom.html.HTMLTableCellElement getElementUsername()
          Get the element with id username.
 org.w3c.dom.html.HTMLTableCellElement getElementUsersurveys()
          Get the element with id usersurveys.
 void setTextCreatedate(java.lang.String text)
          Get the value of text child of element createdate.
 void setTextEdit(java.lang.String text)
          Get the value of text child of element edit.
 void setTextName(java.lang.String text)
          Get the value of text child of element name.
 void setTextPreview(java.lang.String text)
          Get the value of text child of element preview.
 void setTextResults(java.lang.String text)
          Get the value of text child of element results.
 void setTextStatus(java.lang.String text)
          Get the value of text child of element status.
 void setTextUsername(java.lang.String text)
          Get the value of text child of element username.
 void setTextUsersurveys(java.lang.String text)
          Get the value of text child of element usersurveys.
protected  void syncWithDocument(org.w3c.dom.Node node)
          Recursive function to do set access method fields from the DOM.
 
Methods inherited from class org.enhydra.xml.xmlc.html.HTMLObjectImpl
close, getAnchors, getApplets, getBody, getCookie, getDomain, getElementById, getElementsByName, getForms, getImages, getLinks, getReferrer, getTitle, getURL, open, setBody, setCookie, setTitle, toDocument, write, writeln
 
Methods inherited from class org.enhydra.xml.xmlc.XMLObjectImpl
adoptNode, appendChild, cloneDeepCheck, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, doSetText, getAttributes, getChildNodes, getDelegate, getDoctype, getDocument, getDocumentElement, getElementsByTagName, getElementsByTagNameNS, getEncoding, getFirstChild, getImplementation, getLastChild, getLocalName, getMIMEType, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getStandalone, getStrictErrorChecking, getVersion, hasAttributes, hasChildNodes, importNode, initFields, insertBefore, isSupported, isURLAttribute, normalize, removeChild, replaceChild, setDelegate, setDocument, setEncoding, setNodeValue, setPrefix, setStandalone, setStrictErrorChecking, setVersion, syncAccessMethods
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.enhydra.xml.xmlc.XMLObject
adoptNode, getDelegate, getDocument, getEncoding, getMIMEType, getStandalone, getStrictErrorChecking, getVersion, setDelegate, setEncoding, setStandalone, setStrictErrorChecking, setVersion, syncAccessMethods, toDocument
 
Methods inherited from interface org.w3c.dom.Document
createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, importNode
 
Methods inherited from interface org.w3c.dom.Node
appendChild, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 
Methods inherited from interface org.enhydra.xml.io.DocumentInfo
isURLAttribute
 
Methods inherited from interface org.enhydra.xml.xmlc.html.HTMLObject
toDocument
 
Methods inherited from interface org.w3c.dom.html.HTMLDocument
close, getAnchors, getApplets, getBody, getCookie, getDomain, getElementsByName, getForms, getImages, getLinks, getReferrer, getTitle, getURL, open, setBody, setCookie, setTitle, write, writeln
 

Field Detail

CLASS_blue

public static final java.lang.String CLASS_blue
Class attribute constant for element class blue

See Also:
Constant Field Values

CLASS_headmenu

public static final java.lang.String CLASS_headmenu
Class attribute constant for element class headmenu

See Also:
Constant Field Values

CLASS_main

public static final java.lang.String CLASS_main
Class attribute constant for element class main

See Also:
Constant Field Values

XMLC_GENERATED_CLASS

public static final java.lang.Class XMLC_GENERATED_CLASS
Field that is used to identify this as the XMLC generated class in an inheritance chain. Contains a reference to the class object.


XMLC_SOURCE_FILE

public static final java.lang.String XMLC_SOURCE_FILE
Field containing CLASSPATH relative name of the source file that this class can be regenerated from.

See Also:
Constant Field Values
Constructor Detail

WelcomeHTML

public WelcomeHTML()
Default constructor.


WelcomeHTML

public WelcomeHTML(boolean buildDOM)
Constructor with optional building of the DOM.


WelcomeHTML

public WelcomeHTML(WelcomeHTML src)
Copy constructor.

Method Detail

buildDocument

public void buildDocument()
Create document as a DOM and initialize accessor method fields.

Specified by:
buildDocument in interface org.enhydra.xml.xmlc.XMLObject
Specified by:
buildDocument in class org.enhydra.xml.xmlc.XMLObjectImpl

cloneNode

public org.w3c.dom.Node cloneNode(boolean deep)
Clone the document.

Specified by:
cloneNode in interface org.w3c.dom.Node
Specified by:
cloneNode in class org.enhydra.xml.xmlc.html.HTMLObjectImpl

getDomFactory

protected final org.enhydra.xml.xmlc.dom.XMLCDomFactory getDomFactory()
Get the XMLC DOM factory associated with the class.

Specified by:
getDomFactory in class org.enhydra.xml.xmlc.XMLObjectImpl

getElementCreatedate

public org.w3c.dom.html.HTMLTableCellElement getElementCreatedate()
Get the element with id createdate.

See Also:
HTMLTableCellElement

getElementEdit

public org.w3c.dom.html.HTMLTableCellElement getElementEdit()
Get the element with id edit.

See Also:
HTMLTableCellElement

getElementFreespacetable

public org.w3c.dom.html.HTMLTableElement getElementFreespacetable()
Get the element with id freespacetable.

See Also:
HTMLTableElement

getElementName

public org.w3c.dom.html.HTMLTableCellElement getElementName()
Get the element with id name.

See Also:
HTMLTableCellElement

getElementPreview

public org.w3c.dom.html.HTMLTableCellElement getElementPreview()
Get the element with id preview.

See Also:
HTMLTableCellElement

getElementResults

public org.w3c.dom.html.HTMLTableCellElement getElementResults()
Get the element with id results.

See Also:
HTMLTableCellElement

getElementStatus

public org.w3c.dom.html.HTMLTableCellElement getElementStatus()
Get the element with id status.

See Also:
HTMLTableCellElement

getElementSurveylist

public org.w3c.dom.html.HTMLTableElement getElementSurveylist()
Get the element with id surveylist.

See Also:
HTMLTableElement

getElementUsername

public org.w3c.dom.html.HTMLTableCellElement getElementUsername()
Get the element with id username.

See Also:
HTMLTableCellElement

getElementUsersurveys

public org.w3c.dom.html.HTMLTableCellElement getElementUsersurveys()
Get the element with id usersurveys.

See Also:
HTMLTableCellElement

setTextCreatedate

public void setTextCreatedate(java.lang.String text)
Get the value of text child of element createdate.

See Also:
Text

setTextEdit

public void setTextEdit(java.lang.String text)
Get the value of text child of element edit.

See Also:
Text

setTextName

public void setTextName(java.lang.String text)
Get the value of text child of element name.

See Also:
Text

setTextPreview

public void setTextPreview(java.lang.String text)
Get the value of text child of element preview.

See Also:
Text

setTextResults

public void setTextResults(java.lang.String text)
Get the value of text child of element results.

See Also:
Text

setTextStatus

public void setTextStatus(java.lang.String text)
Get the value of text child of element status.

See Also:
Text

setTextUsername

public void setTextUsername(java.lang.String text)
Get the value of text child of element username.

See Also:
Text

setTextUsersurveys

public void setTextUsersurveys(java.lang.String text)
Get the value of text child of element usersurveys.

See Also:
Text

syncWithDocument

protected void syncWithDocument(org.w3c.dom.Node node)
Recursive function to do set access method fields from the DOM. Missing ids have fields set to null.

Specified by:
syncWithDocument in class org.enhydra.xml.xmlc.XMLObjectImpl


openFJORD Copyright © 2003 University of Muenster.