|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface IParameterValidator
Interface for parameter validators.
Clients should implement this interface and include the name of their class
in a parameter validator contributed to the parameter validators extension
point "com.ibm.carma.ui.parameterValidators". For example, the
markup in the contributing plugin.xml might contain:
<extension point="com.ibm.carma.ui.parameterValidators">
<parameterValidator
parameterId="042"
actionId="21"
ramId="42"
class="com.example.MyParameterValidator"/>
</extension>
| Method Summary | |
|---|---|
ValidationResult |
validateParameter(ParameterValidationEvent event)
This method is invoked when the action dialog needs to determine whether the user has input appropriate parameters for the action to continue. |
void |
verifyInput(ParameterValidationEvent event)
This method is invoked when the value of the parameter is about to be modified. |
| Method Detail |
|---|
void verifyInput(ParameterValidationEvent event)
event - An event containing information about the input operation.ValidationResult validateParameter(ParameterValidationEvent event)
event - An event containing information about the input operation.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||