de.mguennewig.pobjform
Class AbstractValueElement

java.lang.Object
  extended by de.mguennewig.pobjform.AbstractFormElement
      extended by de.mguennewig.pobjform.AbstractValueElement
All Implemented Interfaces:
FormElement, ValueElement
Direct Known Subclasses:
AbstractArrayElement, AbstractInputElement, AbstractRecordElement

public abstract class AbstractValueElement
extends AbstractFormElement
implements ValueElement

Abstract implementation of an value element.

Author:
Michael Günnewig

Constructor Summary
AbstractValueElement(PObjForm form, FormEntry entry)
          Creates a new AbstractValueElement.
 
Method Summary
 
Methods inherited from class de.mguennewig.pobjform.AbstractFormElement
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, isPulledIn, omitRowHeader, setLabel, setProperty, setPullInPrefix, startsNewCell
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.mguennewig.pobjform.ValueElement
getCurrentString, getInitialObject, getInitialString, getObject, setCurrentAsInitialState, setObject
 
Methods inherited from interface de.mguennewig.pobjform.FormElement
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, hasChanged, isMandatory, isPulledIn, isVisible, omitRowHeader, setLabel, setProperty, setPullInPrefix, setVisible, startsNewCell, validate
 

Constructor Detail

AbstractValueElement

public AbstractValueElement(PObjForm form,
                            FormEntry entry)
Creates a new AbstractValueElement.