Uses of Annotation Interface
com.tailf.dp.annotations.ValidateCallback
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
-
Uses of ValidateCallback in com.tailf.dp
Modifier and TypeMethodDescriptionvoid
DpValpointCallback.validate
(DpTrans trans, ConfObject[] kp, ConfValue newval) The validate() callback should validate the values and throw aDpCallbackException
if the validation fails.