|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface URISelectionDialog.Validator
Clients of the URISelectionDialog
implement a Validator
when they need to validate the selected URI(s) before the selection dialog is dismissed.
Method Summary | |
---|---|
boolean |
validate(java.net.URI[] uri, Context context) Method called when the user presses the OK button of the URISelectionDialog . |
Method Detail |
---|
boolean validate(java.net.URI[] uri, Context context)
URISelectionDialog
.uri
- the URI
s to validate.context
- the current Context
.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |