Interface ShowValueHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonShowValue(ShowValueEvent event) This method will be called whenever this FormItem's value is being set via a programmatic call to e.g:DynamicForm.setValues()orFormItem.setValue()and may be overridden by CanvasItems intended to support displaying data values to update the embedded Canvas to reflect the value passed in. 
- 
Method Details
- 
onShowValue
This method will be called whenever this FormItem's value is being set via a programmatic call to e.g:DynamicForm.setValues()orFormItem.setValue()and may be overridden by CanvasItems intended to support displaying data values to update the embedded Canvas to reflect the value passed in. Note that the first parameter will be a formatted value - while the second parameter will contain the underlying data value for the item.- Parameters:
 event- the event
 
 -