public abstract class BaseValidator extends Object implements com.aspose.ms.System.ICloneable
Base class for validators
Constructor and Description |
---|
BaseValidator() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
deepClone() |
String |
getErrorMessage()
Gets or sets the text for the error message displayed in a pop-up window when validation fails.
|
void |
setErrorMessage(String value) |
public String getErrorMessage()
Gets or sets the text for the error message displayed in a pop-up window when validation fails.
public void setErrorMessage(String value)
public abstract Object deepClone()
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright © 2016 Aspose. All Rights Reserved.