Annotation Type EditorBigDecimal.EdOptsBigDecimal

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      double dflt
      The default value, must not be NaN, NEGATIVE_INFINITY nor POSITIVE_INFINITY
      boolean dfltIsNull
      If set to true, the default value of the editor is null.
      double max  
      double min  
      String profilesEdit
      A comma separated, case insensitive list of profile names.
    • Element Detail

      • min

        double min
        Default:
        -1.0/0.0
      • max

        double max
        Default:
        1.0/0.0
      • dflt

        double dflt
        The default value, must not be NaN, NEGATIVE_INFINITY nor POSITIVE_INFINITY
        Returns:
        The default value. Used if dfltIsNull is false.
        Default:
        0.0
      • dfltIsNull

        boolean dfltIsNull
        If set to true, the default value of the editor is null.
        Returns:
        if true, the default value of the editor is null, not the value of dflt.
        Default:
        false
      • profilesEdit

        String profilesEdit
        A comma separated, case insensitive list of profile names. This field is only editable when one of these profiles is active. The "default" profile is automatically added to the list.
        Returns:
        A comma separated, case insensitive list of profile names.
        Default:
        ""