Uiinfrastructure API Docs  
 

GrowableListModel.SetClientValidationType Method 

Sets the type of JavaScript validation for the rows. The type should be a CLIENT_VALIDATION_TYPE_ constant.

public virtual string SetClientValidationType(
   int _nClientValidationType,
   string _sAlertMessage
);

Parameters

_nClientValidationType
_sAlertMessage

Return Value

String This is the JavaScript function name that should be added to the Editor validation functions.

See Also

GrowableListModel Class | com.plumtree.uiinfrastructure.expandablelist.growablelist Namespace