Annotation Interface FieldValueConfiguration


@Retention(RUNTIME) @Target(FIELD) public @interface FieldValueConfiguration
Field Value Configurations are be used in conjunction with the `showIfFieldEquals` option in AdminPresentation configurations.
Author:
Jon Fleschler (jfleschler)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the target field name
    The values of the target property to test for
  • Element Details

    • fieldName

      String fieldName

      The name of the target field name

      Returns:
      the field name
    • fieldValues

      String[] fieldValues

      The values of the target property to test for

      Returns:
      the property value