|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.1) E36215-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeTrigger
A trigger for an attribute. Note that new methods may be added to this interface without notice. Do not extend this interface for custom classes.
| Method Summary | |
|---|---|
java.lang.String |
getDefintion()Returns the definition to evaluate whether the framework attempts to validate the object during changes. |
java.lang.String |
getDescription()Returns the description of the attribute trigger. |
java.lang.String |
getErrorMessage()Returns the error message to display to the user when validation fails. |
java.lang.String |
getName()Returns the name of this validator. |
AttributeTriggerType |
getTriggerType()Returns the trigger type of this trigger. |
void |
setDefintion(java.lang.String definition)The definition to evaluate whether the framework attempts to validate the object during changes. |
void |
setDescription(java.lang.String description)Sets the description of the attribute trigger. |
void |
setErrorMessage(java.lang.String errorMessage)Register the error message to display to the user when validation fails. |
void |
setName(java.lang.String name)Sets the name of this validator. |
| Method Detail |
|---|
AttributeTriggerType getTriggerType()
void setName(java.lang.String name)
name - definition of this validatorjava.lang.String getName()
void setDefintion(java.lang.String definition)
definition - definition of this validatorjava.lang.String getDefintion()
void setErrorMessage(java.lang.String errorMessage)
errorMessage - error messagejava.lang.String getErrorMessage()
void setDescription(java.lang.String description)
description - description of the attribute triggerjava.lang.String getDescription()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.1) E36215-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||