Annotation Type FloatPropertyListEdit


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface FloatPropertyListEdit
    Float property configurable in Appfigurate from a list of valid choices. The user can customise the list by adding additional values. See
    
     Java float editable list implementation
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String description  
      java.lang.String[] keys  
      float maxValue  
      float minValue  
      float[] values  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String regularExpression  
      boolean restart  
    • Element Detail

      • description

        java.lang.String description
      • keys

        java.lang.String[] keys
      • values

        float[] values
      • minValue

        float minValue
      • maxValue

        float maxValue
      • regularExpression

        java.lang.String regularExpression
        Default:
        ""
      • restart

        boolean restart
        Default:
        false