Annotation Type EditorLong.EdOptsLong

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      long dflt  
      boolean dfltIsNull
      If set to true, the default value of the editor is null.
      long max  
      long min  
      String profilesEdit
      A comma separated, case insensitive list of profile names.
    • Element Detail

      • min

        long min
        Default:
        -9223372036854775808L
      • max

        long max
        Default:
        9223372036854775807L
      • dflt

        long dflt
        Returns:
        The default value. Used if dfltIsNull is false.
        Default:
        0L
      • 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:
        ""