Class PreferenceDefinitionMinMax

  • All Implemented Interfaces:
    PreferenceDefinition
    Direct Known Subclasses:
    PreferenceValidationForMargins, PreferenceValidationForPrintRowsColsPerPage

    public class PreferenceDefinitionMinMax
    extends PreferenceDefinitionImpl
    Handles preference checks of minimum and maximum values. The values are optional (specify just one or both), but if specified, they must be numeric and will trigger validation.
    • Type: integer, real
    • Extra attributes: mn, mx
    If the user's date/number format is configured to use the client's web browser value (0000), validation of real values (mn, mx) requires the validation object set with a Locale instance (determined by the client's web browser).
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • _min

        protected java.lang.String _min
      • _max

        protected java.lang.String _max
    • Constructor Detail

      • PreferenceDefinitionMinMax

        public PreferenceDefinitionMinMax()