net.sourceforge.formview
Class State

java.lang.Object
  extended by net.sourceforge.formview.State

public class State
extends java.lang.Object

State composed by :

Version:
1.0.0
Author:
Angelo ZERR
See Also:
DisplayerConfig

Field Summary
protected  org.apache.commons.collections.FastHashMap hFields
          Map of Fields keyed on their property value.
protected  java.util.List lFields
           
 
Constructor Summary
State()
           
 
Method Summary
 void addField(FieldView f)
           
 void addField(FieldView f, java.lang.Class updatedByClass)
           
 void addField(FieldView f, java.lang.Class updatedByClass, java.lang.String updatedByMethodName)
          Add a Field to the Form.
 java.lang.Object clone()
           
 java.lang.String getBehaviour()
           
 FieldView getField(java.lang.String property)
           
 java.util.List getFields()
           
 java.lang.String getName()
           
 void setBehaviour(java.lang.String behaviour)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hFields

protected org.apache.commons.collections.FastHashMap hFields
Map of Fields keyed on their property value.


lFields

protected java.util.List lFields
Constructor Detail

State

public State()
Method Detail

getBehaviour

public java.lang.String getBehaviour()

setBehaviour

public void setBehaviour(java.lang.String behaviour)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

addField

public void addField(FieldView f,
                     java.lang.Class updatedByClass,
                     java.lang.String updatedByMethodName)
Add a Field to the Form.


addField

public void addField(FieldView f,
                     java.lang.Class updatedByClass)

addField

public void addField(FieldView f)

getField

public FieldView getField(java.lang.String property)

getFields

public java.util.List getFields()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


Copyright 2006 null. All Rights Reserved.