Annotation Type DoublePropertySlider


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface DoublePropertySlider
    Double property configurable in Appfigurate using a slider. See
    
     Java double slider implementation
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean restart  
    • Element Detail

      • description

        java.lang.String description
      • minValue

        double minValue
      • maxValue

        double maxValue
      • restart

        boolean restart
        Default:
        false