Annotation Type FloatPropertySlider


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

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

      • description

        java.lang.String description
      • minValue

        float minValue
      • maxValue

        float maxValue
      • restart

        boolean restart
        Default:
        false