|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by Objects that wish to perform client-side validation in addition to server-side validation. If client side validation should always be the same or or more lenient than the server-side validation.
ServerValidater
Fields inherited from interface oracle.cabo.ui.validate.ServerValidater |
NO_CONTENT_ERROR_OFFSET, UNKNOWN_ERROR_OFFSET |
Method Summary | |
java.lang.Object |
getValidation(RenderingContext context,
UINode node)
Called by the UIX Component rendering engine to retrieve the appropriate client validation code for the node and context. |
java.lang.String |
getValidationFormat(RenderingContext context,
UINode node)
|
void |
writeDependencies(RenderingContext context,
UINode node)
Called by the UIX Component rendering engine before getClientValidation
in order to give the ClientValidater the opportunity to generate
its client-side dependencies before getClientValidation
and in a more suitable output scope. |
Methods inherited from interface oracle.cabo.ui.validate.ServerValidater |
validate |
Method Detail |
public void writeDependencies(RenderingContext context, UINode node) throws java.io.IOException
getClientValidation
in order to give the ClientValidater the opportunity to generate
its client-side dependencies before getClientValidation
and in a more suitable output scope.public java.lang.Object getValidation(RenderingContext context, UINode node)
public java.lang.String getValidationFormat(RenderingContext context, UINode node)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |