Class UnsupportedValue

java.lang.Object
com.saperion.ngc.iform.field.defaultValue.UnsupportedValue
All Implemented Interfaces:
DefaultValue

public class UnsupportedValue extends Object implements DefaultValue
Used for not yet supported default values.
  • Constructor Details

    • UnsupportedValue

      public UnsupportedValue()
  • Method Details

    • handleValue

      public String handleValue(IntelligentField field, 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.
      Specified by:
      handleValue in interface DefaultValue
      Parameters:
      field - the field containing the value
      originalString - original string from the mask definition
      Returns:
      the translated string of this DefaultValue if possible
      See Also: