|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use VetoableChangeListener | |
| oracle.jbo.server | Contains the implementation of middle tier components. |
| oracle.jbo.server.rules | Contains sample validation beans. |
| Uses of VetoableChangeListener in oracle.jbo.server |
| Classes in oracle.jbo.server that implement VetoableChangeListener | |
class |
JboPrecisionScaleValidatorImplements precision and scale validation for numeric attributes and length validation for string and character attributes. |
| Methods in oracle.jbo.server with parameters of type VetoableChangeListener | |
protected void |
EntityDefImpl.addVetoableChangeListener(VetoableChangeListener listener)This method will be deprecated in a future release. |
protected void |
EntityDefImpl.addVetoableChangeListener(int index, VetoableChangeListener listener)This method will be deprecated in a future release. |
protected void |
EntityDefImpl.addVetoableChangeListener(java.lang.String attributeName, VetoableChangeListener listener)This method will be deprecated in a future release. |
protected void |
EntityDefImpl.removeVetoableChangeListener(VetoableChangeListener listener)This method will be deprecated in a future release. |
protected void |
EntityDefImpl.removeVetoableChangeListener(int index, VetoableChangeListener listener)This method will be deprecated in a future release. |
protected void |
EntityDefImpl.removeVetoableChangeListener(java.lang.String attributeName, VetoableChangeListener listener)This method will be deprecated in a future release. |
| Uses of VetoableChangeListener in oracle.jbo.server.rules |
| Subinterfaces of VetoableChangeListener in oracle.jbo.server.rules | |
interface |
GenericValidatorImplemented by validators for domain datatypes. |
interface |
JbiValidatorThe principal interface for validator classes. |
| Classes in oracle.jbo.server.rules that implement VetoableChangeListener | |
class |
JboCompareValidatorA validator that tests literal values by comparing them to a pre-defined value, using a pre-defined relation. |
class |
JboGenericValidatorA validator for domain attributes. |
class |
JboListValidatorA validator that tests for the presence of a literal value in a list of pre-defined values. |
class |
JboMethodValidatorA validator that tests values by passing them to a validation method. |
class |
JboRangeValidatorA validator that tests if a literal value lies within a pre-defined range. |
class |
JboSQLCompareValidatorA validator that tests literal values by comparing them to a database value, using a pre-defined relation. |
class |
JboSQLListValidatorA validator that tests for the presence of a literal value in a list of database values. |
class |
JboVOCompareValidatorA validator that tests literal values by comparing them to a database value, using a pre-defined relation. |
class |
JboVOListValidatorA validator that tests for the presence of a literal value in a list of database values. |
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle. All rights reserved.