com.arsdigita.formbuilder
Interface AttributeMetaDataProvider
- All Known Implementing Classes:
- PersistentComponent, PersistentDeditor, PersistentTextArea, PersistentWidget, SimpleQuestionnaire, TestAttributeListener
- public interface AttributeMetaDataProvider
This interface should be implemented by classes implementing the
FormProcessListener
that are used by persistent forms. The attribute
metadata provided serves a number of purposes when building a PersistentForm:
- We can ensure that the PersistentForm submits the parameters that the process listener
expects
- We can generate a default form that can be customized and persisted with the Form Builder admin UI.
We thus avoid that the administrator having to build the persistent form scratch.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/formbuilder/AttributeMetaDataProvider.java#7 $
- Author:
- Peter Marklund
versionId
public static final String versionId
- See Also:
- Constant Field Values
getAttributeMetaData
public AttributeMetaDataList getAttributeMetaData()
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC