Annotation Type IntPropertyEdit


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface IntPropertyEdit
    Integer property configurable in Appfigurate using a text field. See
    
     Java int editable implementation
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String description  
      int maxValue  
      int minValue  
    • Optional Element Summary

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

      • description

        java.lang.String description
      • minValue

        int minValue
      • maxValue

        int maxValue
      • regularExpression

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

        boolean restart
        Default:
        false