Annotation Type DoublePropertyListEdit


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String description  
      java.lang.String[] keys  
      double maxValue  
      double minValue  
      double[] 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

        double[] values
      • minValue

        double minValue
      • maxValue

        double maxValue
      • regularExpression

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

        boolean restart
        Default:
        false