com.sas.util.validators
Interface GenericValidatorInterface

All Known Implementing Classes:
BaseCheckBox, BaseChoiceBox, BaseComboBoxView, BaseFormElement, BaseHidden, BaseImage, BaseInput, BaseListBox, BaseListBoxView, BasePassword, BasePushButton, BaseRadio, BaseTextArea, BaseTextEntry, CellContentsCheckBoxEditor, CellContentsChoiceBoxEditor, CellContentsImageRenderer, CellContentsListBoxEditor, CellContentsRadioEditor, CellContentsRowSelectionRenderer, CellContentsTextAreaEditor, CellContentsTextEntryEditor, CheckBox, CheckBoxList, ChoiceBox, ComboBoxView, Hidden, Image, ImageAction, ListBox, ListBoxView, Password, PushButton, Radio, TextArea, TextEntry

public interface GenericValidatorInterface


Method Summary
 GenericErrorHandlerInterface getErrorHandler()
           
 ValidationInterface getValidator()
           
 boolean isValid()
           
 void setErrorHandler(GenericErrorHandlerInterface errorHandler)
           
 void setValidator(ValidationInterface validator)
           
 

Method Detail

isValid

boolean isValid()

getErrorHandler

GenericErrorHandlerInterface getErrorHandler()

setErrorHandler

void setErrorHandler(GenericErrorHandlerInterface errorHandler)

getValidator

ValidationInterface getValidator()

setValidator

void setValidator(ValidationInterface validator)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.