Details
-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
All
-
GreenHopper Ranking:0|i2j4e3:
-
9223372036854775807
-
Small
-
To be defined
Description
Description
[Prerequisite to Data Prep Runtime Convergence tooltips]
We'll use the @Documentation annotation to generate the tooltip but it's already used in existing functions and we don't want to generate tooltips on these ones (side effect). So we'll add a @DisplayTooltip annotation on the configuration class so that we'll transform @Documentation attributes to tooltips only if the conf class has this new annotation.
Acceptance criteria
- new value in @Documentation annotation: tooltip which defaults to false.
- Setting the value to true will allow to feed the tooltip value to documentation value in uiSchema
Example:
@Documentation(value = "Documentation for Datastore url.", tooltip = true)