Annotation Type IntPropertySlider


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

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

      • description

        java.lang.String description
      • minValue

        int minValue
      • maxValue

        int maxValue
      • restart

        boolean restart
        Default:
        false