Class PreferenceDefinitionMinMax

  • All Implemented Interfaces:
    PreferenceDefinition

    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