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 Detail

      • getItemData

        java.lang.Object getItemData()
        Returns:
        the itemData
      • isForcedField

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

        java.util.Map<java.lang.String,​java.lang.Object> getContext()
        Returns:
        the context