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 Details

    • getItemData

      Object getItemData()
      Returns:
      the itemData
    • isForcedField

      boolean isForcedField(String fieldName)
      Returns:
      If the fieldName given is a forced field then returns true, otherwise returns false.
    • getContext

      Map<String,Object> getContext()
      Returns:
      the context