Class DocumentFolderPath
java.lang.Object
com.saperion.ngc.iform.field.defaultValue.DocumentFolderPath
- All Implemented Interfaces:
DefaultValue
Default value handler for @folderpath document variable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleValue
(IntelligentField field, String originalString) Handles the default value.
-
Constructor Details
-
DocumentFolderPath
public DocumentFolderPath()
-
-
Method Details
-
handleValue
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 interfaceDefaultValue
- Parameters:
field
- the field containing the valueoriginalString
- original string from the mask definition- Returns:
- the translated string of this DefaultValue if possible
- See Also:
-