Interface FormCreationData
- All Known Implementing Classes:
FormCreationDataImpl
public interface FormCreationData
Interface definition for a simple DTO containing various objects needed to generate Forms.
- Since:
- 3.4
- Author:
- Nick Smith
-
Method Summary
-
Method Details
-
getItemData
Object getItemData()- Returns:
- the itemData
-
isForcedField
- Returns:
- If the
fieldNamegiven is a forced field then returnstrue, otherwise returnsfalse.
-
getContext
- Returns:
- the context
-