Uses of Interface
com.sas.util.validators.ValidationInterface

Packages that use ValidationInterface
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.servlet.tbeans.form Provides classes and interfaces for all form element Transformation Beans. 
com.sas.servlet.tbeans.util.validators Provides classes and interfaces for validators that can be used with transformation beans like the form elements located in com.sas.servlet.tbeans.form.html
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.swing.visuals.tableview Provides a set of swing classes for viewing and manipulating relational data. 
com.sas.swing.visuals.util Utility classes for com.sas.swing.visuals
com.sas.util.validators Interface and some implementations of input data validators. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of ValidationInterface in com.sas.awt
 

Fields in com.sas.awt declared as ValidationInterface
protected  ValidationInterface TextField.validator
           
 ValidationInterface ContainerInterfaceSupportInfo.validator
           
 

Methods in com.sas.awt that return ValidationInterface
 ValidationInterface TextField.getValidator()
          Returns the name of the validator or null if none is set
 ValidationInterface TextArea.getValidator()
          Returns the name of the validator or null if none if set
 ValidationInterface ScrollPaneContainerComponent.getValidator()
           
 ValidationInterface PanelContainerComponent.getValidator()
           
 ValidationInterface FrameContainerComponent.getValidator()
           
 ValidationInterface DialogContainerComponent.getValidator()
           
 ValidationInterface ContainerContainerComponent.getValidator()
           
static ValidationInterface ContainerInterfaceSupport.getValidator(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
          Returns the validator for the specified component.
 

Methods in com.sas.awt with parameters of type ValidationInterface
static void ContainerInterfaceSupport.setValidator(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance, ValidationInterface validator)
          Sets the validator for the specified component.
 void TextField.setValidator(ValidationInterface validator)
          Sets the validator for the textArea.
 void TextArea.setValidator(ValidationInterface validator)
          Sets the validator for the textArea.
 void ScrollPaneContainerComponent.setValidator(ValidationInterface validator)
           
 void PanelContainerComponent.setValidator(ValidationInterface validator)
           
 void FrameContainerComponent.setValidator(ValidationInterface validator)
           
 void DialogContainerComponent.setValidator(ValidationInterface validator)
           
 void ContainerContainerComponent.setValidator(ValidationInterface validator)
           
 

Uses of ValidationInterface in com.sas.servlet.tbeans.form
 

Methods in com.sas.servlet.tbeans.form that return ValidationInterface
 ValidationInterface BaseFormElement.getValidator()
          Returns the name of the validator or null if none is set
 

Methods in com.sas.servlet.tbeans.form with parameters of type ValidationInterface
protected  java.lang.String BaseFormElement.getValidationFunctions(ValidationInterface validator, boolean conditional)
           
 void BaseFormElement.setValidator(ValidationInterface validator)
          Sets a validator for a form element.
 

Uses of ValidationInterface in com.sas.servlet.tbeans.util.validators
 

Subinterfaces of ValidationInterface in com.sas.servlet.tbeans.util.validators
 interface JavaScriptValidationInterface
          ValidationInterface is used to allow an object to validate input, normalize input and return error information when the information is invalid.
 

Classes in com.sas.servlet.tbeans.util.validators that implement ValidationInterface
 class DateStringValidator
          The DateStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a date string validator.
 class HexColorStringValidator
          The HexColorStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a hexidecimal color string validator.
 class IntegerInputValidator
          The IntegerInputValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating an integerinput validator.
 class JavaScriptValidator
          The JavaScriptValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a validator.
 class MaximumLengthValidator
          The DateStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum length validator.
 class MaximumValueCompositeValidator
          The MaximumValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum value composite validator.
 class MaximumValueValidator
          The MaximumValueValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum value validator.
 class MinimumValueCompositeValidator
          The MinimumValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum value composite validator.
 class MinimumValueValidator
          The MinimumValueValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum value validator.
 class MinMaxValueCompositeValidator
          The MinMaxValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum and maximum value composite validator.
 class NumericInputValidator
          The NumericInputValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a numeric input validator.
 class RequiredStringValidator
          The RequiredStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a required string validator.
 

Uses of ValidationInterface in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as ValidationInterface
protected  ValidationInterface SpinBox.validator
           
 

Methods in com.sas.swing.visuals that return ValidationInterface
 ValidationInterface SpinBox.getValidator()
          Returns the validator being used on the text in the textField of the SpinBox
 

Methods in com.sas.swing.visuals with parameters of type ValidationInterface
 void SpinBox.setValidator(ValidationInterface newValidator)
          Set the validator for the text in the textField of the SpinBox.
 

Uses of ValidationInterface in com.sas.swing.visuals.tableview
 

Methods in com.sas.swing.visuals.tableview that return ValidationInterface
 ValidationInterface DefaultTableCellEditor.getValidator()
          Returns the validationInterface the editor uses to validate the value before setting the value on the model.
 

Methods in com.sas.swing.visuals.tableview with parameters of type ValidationInterface
 void DefaultTableCellEditor.setValidator(ValidationInterface newValidator)
          Sets an validator to be used on the editor, this validator will be used to validate whether a value is valid before the value is set on the model.
 

Uses of ValidationInterface in com.sas.swing.visuals.util
 

Methods in com.sas.swing.visuals.util that return ValidationInterface
 ValidationInterface JTextFieldValidator.getValidator()
          Returns the validator used to evaluate the text entered in the JTextField, notifies the error handler if the value is not valid.
 

Methods in com.sas.swing.visuals.util with parameters of type ValidationInterface
static JTextFieldValidator ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField, ValidationInterface validator)
          Adds a validator to the JTextField, the validator being the instance of the ValidationInterface passed in.
static JTextFieldValidator ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField, ValidationInterface validator, GenericErrorHandlerInterface errorHandler)
          Adds a validator to the JTextField, the validator being the instance of the ValidationInterface passed in.
static JTextFieldValidator ValidationUtil.addJTextFieldValidator(javax.swing.JTextField textField, ValidationInterface validator, java.lang.String errorMessage)
          Adds a validator to the JTextField, the validator being the instance of the ValidationInterface passed in.
 void JTextFieldValidator.setValidator(ValidationInterface validator)
          Sets the validator used to evaluate the text entered in the JTextField, notifies the error handler if the value is not valid.
static boolean ValidationUtil.validate(java.lang.Object obj, ValidationInterface validator)
          Validates the value(text) in the object with the validator being the instance of ValidationInterface passed in.
static boolean ValidationUtil.validate(java.lang.Object obj, ValidationInterface validator, GenericErrorHandlerInterface errorHandler)
          Validates the value(text) in the object with the validator being the instance of ValidationInterface passed in.
static boolean ValidationUtil.validate(java.lang.Object obj, ValidationInterface validator, java.lang.String errorMessage)
          Validates the value(text) in the object with the validator being the instance of ValidationInterface passed in.
 

Constructors in com.sas.swing.visuals.util with parameters of type ValidationInterface
JTextFieldValidator(javax.swing.JTextField textField, ValidationInterface validator)
          Creates a JTextFieldValidator with the ValidationInterface being the validator.
JTextFieldValidator(javax.swing.JTextField textField, ValidationInterface validator, GenericErrorHandlerInterface errorHandler)
          Creates a JTextFieldValidator with the ValidationInterface being the validator and the errorHandler used to handle invalid values entered in the JTextField, as evaluated by the validator.
JTextFieldValidator(javax.swing.JTextField textField, ValidationInterface validator, java.lang.String errorMessage)
          Creates a JTextFieldValidator with the ValidationInterface being the validator.
 

Uses of ValidationInterface in com.sas.util.validators
 

Classes in com.sas.util.validators that implement ValidationInterface
 class CompositeValidator
          CompositeValidator allows the validation of one or more Validators to be chained together such that all need to validate the value for the composite to be valid.
 class IntegerStringValidator
           
 class MinMaxIntegerStringValidator
           
 class Validator
          This is the base validator class which provides a default implementation of the ValidationInterface.
 

Fields in com.sas.util.validators declared as ValidationInterface
protected  ValidationInterface CompositeValidator.validator1
           
protected  ValidationInterface CompositeValidator.validator2
           
 

Methods in com.sas.util.validators that return ValidationInterface
 ValidationInterface CompositeValidator.getFirstValidator()
          Deprecated. Use getValidatorAtIndex(0) instead
 ValidationInterface CompositeValidator.getSecondValidator()
          Deprecated. Use getValidatorAtIndex(1) instead
 ValidationInterface ValidatorInterface.getValidator()
           
 ValidationInterface GenericValidatorInterface.getValidator()
           
 ValidationInterface CompositeValidator.getValidatorAtIndex(int index)
          Returns the validator at the specified index, null if index is invalid.
 

Methods in com.sas.util.validators with parameters of type ValidationInterface
 void CompositeValidator.addValidator(ValidationInterface validator)
          Adds a validator to the end of the validation list.
 void CompositeValidator.insertValidatorAtIndex(int index, ValidationInterface validator)
          Inserts the validator at the specified index.
 boolean CompositeValidator.removeValidator(ValidationInterface validator)
          Removes the validator from the list of validators.
 void CompositeValidator.setFirstValidator(ValidationInterface firstValidator)
          Deprecated. Use removeValidatorAtIndex(0) and then insertValidatorAtIndex(0, validator) instead
 void CompositeValidator.setSecondValidator(ValidationInterface secondValidator)
          Deprecated. Use removeValidatorAtIndex(1) and then insertValidatorAtIndex(1, validator) instead
 void ValidatorInterface.setValidator(ValidationInterface validator)
           
 void GenericValidatorInterface.setValidator(ValidationInterface validator)
           
 

Constructors in com.sas.util.validators with parameters of type ValidationInterface
CompositeValidator(ValidationInterface validator1)
          Constructor which allows specifying the first validator.
CompositeValidator(ValidationInterface validator1, ValidationInterface validator2)
          Constructor which allows specifying the first two validators.
 

Uses of ValidationInterface in com.sas.visuals
 

Methods in com.sas.visuals with parameters of type ValidationInterface
 void UnitsBox.setValidator(ValidationInterface validator)
          Set the validator for the text in the textField of the SpinBox.
 void SpinBox.setValidator(ValidationInterface validator)
          Set the validator for the text in the textField of the SpinBox.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.