Class PreferenceStartPageAllowableValue

    • Constructor Detail

      • PreferenceStartPageAllowableValue

        public PreferenceStartPageAllowableValue()
    • Method Detail

      • validateTransmute

        protected java.lang.String validateTransmute​(java.lang.String value,
                                                     Preferences pref,
                                                     java.lang.Object validationObject)
                                              throws PreferencesException
        Description copied from class: PreferenceDefinitionImpl
        This method is triggered by callback when setting preference values. By default, this method doesn't do anything. The returned value will be used to set the preference value - this facilitates preprocessing such as trimming strings, or date time reformating.
        Overrides:
        validateTransmute in class PreferenceDefinitionImpl
        Returns:
        transmuted preference value
        Throws:
        PreferencesException