Interface FormType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getInformation​(java.lang.String key)
      Retrieve type specific extra information like the list of values for enum types or the format for date types.
      java.lang.String getName()
      Name for the form type.
    • Method Detail

      • getName

        java.lang.String getName()
        Name for the form type.
      • getInformation

        java.lang.Object getInformation​(java.lang.String key)
        Retrieve type specific extra information like the list of values for enum types or the format for date types. Look in the userguide for which extra information keys each type provides and what return type they give.