ariba.ui.aribaweb.core
Interface AWFullValidationHandler

All Known Implementing Classes:
MetaForm

public interface AWFullValidationHandler

Validation can be performed automatically by the error manager by registering a handler on a page-by-page basis that performs the actual validation. This interface defines the validation handler. It is up to the implementer to provide the context for validation. Handlers are registered with the error manager. Handler registration are clear out at the beginning of each append cycle and must be re-registered during append. No explicit un-registration is needed.


Method Summary
 void evaluateValidity(AWComponent pageComponent)
          Carry out the evaluation.
 

Method Detail

evaluateValidity

void evaluateValidity(AWComponent pageComponent)
Carry out the evaluation. The handler is responsible for registering the errors with the error manager of the page. The pageComponent is passed down to the handler and should be use to record the errors.



AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.