validate
Description:
[
Version ( since =
"5.2" ) ]
public abstract bool validate ()
throws Error
Tests the validity of this's contents.
This function must be overrided by implementators.
Default implementation returns TRUE.
Parameters:
this |
a Widget object which implements the
DataEntry interface
|
Returns:
TRUE if this's contents is valid
|