Interface DefaultValue

    • Method Detail

      • handleValue

        java.lang.String handleValue​(IntelligentField field,
                                     java.lang.String originalString)
        Handles the default value. If possible, this method returns a translated string to display in the field. It is also possible to listen to events on the field and set the value accordingly.
        Parameters:
        originalString - original string from the mask definition
        field - the field containing the value
        Returns:
        the translated string of this DefaultValue if possible