UIX 2.2.15

oracle.cabo.ui.validate
Interface ServerValidater

All Known Subinterfaces:
ClientValidater
All Known Implementing Classes:
RegExpValidater

public interface ServerValidater

Interface implemented by Objects that wish to perform server-side validation.

See Also:
ClientValidater

Field Summary
static int NO_CONTENT_ERROR_OFFSET
          ParseException error offset returned when there is no content to return the offset of.
static int UNKNOWN_ERROR_OFFSET
          ParseException error offset returned when the offset at which parsing failed is unknown.

 

Method Summary
 java.text.ParseException[] validate(RenderingContext context, java.lang.String value)
           

 

Field Detail

NO_CONTENT_ERROR_OFFSET

public static final int NO_CONTENT_ERROR_OFFSET
ParseException error offset returned when there is no content to return the offset of.
See Also:
validate(oracle.cabo.ui.RenderingContext, java.lang.String)

UNKNOWN_ERROR_OFFSET

public static final int UNKNOWN_ERROR_OFFSET
ParseException error offset returned when the offset at which parsing failed is unknown.
See Also:
validate(oracle.cabo.ui.RenderingContext, java.lang.String)

Method Detail

validate

public java.text.ParseException[] validate(RenderingContext context,
                                           java.lang.String value)

UIX 2.2.15