net.sourceforge.formview
Class State
java.lang.Object
net.sourceforge.formview.State
public class State
- extends java.lang.Object
State composed by :
- name of state, like CREATE, UPDATE, READ,...
- behaviour of state, like READ-WRITE, READ-ONLY, INVISIBLE,...
Behaviour is used for each HTML element into DisplayerConfig.
- Version:
- 1.0.0
- Author:
- Angelo ZERR
- See Also:
DisplayerConfig
Field Summary |
protected org.apache.commons.collections.FastHashMap |
hFields
Map of Field s keyed on their property value. |
protected java.util.List |
lFields
|
Constructor Summary |
State()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hFields
protected org.apache.commons.collections.FastHashMap hFields
- Map of
Field
s keyed on their property value.
lFields
protected java.util.List lFields
State
public State()
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.