Package com.dassault_systemes.pprnblcabase.interfaces |
|
Interface ENOVICustomValidation
|
com.dassault_systemes.pprnblcabase.interfaces.ENOVICustomValidation
Framework : PPRJNavigatorBase
Module : PPRNBLcaBase
public interface ENOVICustomValidation
Perform data validations for a create or edit operations on an object.
validateDataEntry
boolean validateDataEntry(ENOVIAttributesView iAttrView)
Evaluate the data object prior to submitting the object data to the server.
- Parameters:
iAttrView
- the attribute view exposing the data object, the list of attributes and the corresponding widget(s)
chainValidations
void chainValidations(ENOVICustomValidation iParentValidations)
Pass the parent data validations to this current type, which can choose to
use the parent validations or replace the parent validations.
- Parameters:
iParentValidations
- the data validation implementation for the parent class.
Copyright © 2000, Dassault Systèmes. All rights reserved