org.japano.pagenode
Class FieldNode

java.lang.Object
  extended by org.japano.PageNode
      extended by org.japano.pagenode.FieldNode

public class FieldNode
extends PageNode

Version:
$Id: FieldNode.java,v 1.2 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Nested Class Summary
 
Nested classes/interfaces inherited from class org.japano.PageNode
PageNode.Output
 
Field Summary
protected  FormNode form
           
protected  java.lang.String tagName
           
 
Fields inherited from class org.japano.PageNode
children, context, EMPTY, nodeId, parent
 
Constructor Summary
FieldNode()
           
 
Method Summary
 void init()
          Initializes the node.
 
Methods inherited from class org.japano.PageNode
findChildren, findParent, findRootNode, generate, generateChildren, getChildren, getContext, getNodeId, getParent, recInit, release, setChildren, setContext, setNodeId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

form

protected FormNode form

tagName

protected java.lang.String tagName
Constructor Detail

FieldNode

public FieldNode()
Method Detail

init

public void init()
Description copied from class: PageNode
Initializes the node. The init method is called after all nodes of the page are constructed, linked and configured.

Overrides:
init in class PageNode