JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.rich.subids
Class AdfDhtmlQueryPeer
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlQueryPeer
public class AdfDhtmlQueryPeer
extends Object
query component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [search_button] - search button (mapped programmatically) 2. [reset_button] - reset button (mapped programmatically) 3. [save_button] - save button (mapped programmatically) 4. [mode_button] - mode button (mapped programmatically) 5. [saved_search --> saveSrch] - Saved Search dropdown 6. [disclosure_icon --> _afrDscl] - Disclosure icon 7. [search_header --> _afrTtxt] - Search header 8. [addFields_button --> adFlds] - addFields button 9. [match_type --> conj] - Match type 10. [deleteCriterion[(value)] --> delCrtn. For example value=1. Here the digit refers to criterion index.] - deleteCriterion (by rendered suffix e.g. deleteCriterion[0] --> deleteCriterion0) 11. [criterion_operator[(value)] --> oper. For example value=1. Here the digit refers to criterion index.] - operator (by rendered suffix e.g. criterion_operator[0] --> operator0) 12. [criterion_value[(value)] --> val. For example value=20. Here the first digit refers to criterion index and second digit is the index of the value field of that criterion. As in case "Between" operator there are two value fields having "value" such as 20 and 21.] - value (by rendered suffix e.g. criterion_value[20] --> value20). Here the first digit refers to criterion no. and second digit is the value no. for that criterion. 13. [saveSearch_popup --> SSPop] - Create Save Search Popup 14. [saveSearch_name --> SS_name] - Create Save Search Name field 15. [saveSearch_dialog --> SSD] - Create Save Search Dialog 16. [personalizeSearch_popup --> PSSPop] - Personalize Saved Search Popup 17. [personalizeSearch_searches --> PSS_Srchs] - Personalize Saved Searches Dropdown list 18. [personalizeSearch_dialog --> PSSD] - Personalize Saved Searches Dialog 19. [personalizeSearch_delete --> delete] - Personalize Saved Searches Delete Button 20. [personalizeSearch_duplicate --> duplicate] - Personalize Saved Searches Duplicate Button 21. [personalizeSearch_apply --> apply] - Personalize Saved Searches Apply Button 22. [personalizeSearch_Name --> PSS_name] - Personalize Saved Searches Name field 23. [deleteWarning_popup --> DWPop] - Personalize Saved Searches Delete Warning Popup 24. [deleteWarning_dialog --> DWD] - Personalize Saved Searches Delete Warning Dialog 25. [overrideWarning_popup --> OWPop] - Create Saved Searches Override Warning Popup 26. [overrideWarning_dialog --> OWD] - Create Saved Searches Override Warning Dialog 27. [overrideError_popup --> OEPop] - Create Saved Searches Override Error Popup 28. [overrideError_dialog --> OED] - Create Saved Searches Override Error Dialog 29. [criterion_label[(value)] --> crtnLab. For example: criterion_label[0] is subId for first criterion label. Here the "value" refers to criterion index.] {External indexing example --> Internal indexing example} 1) getAttribute("rich=testTemplate:testQuery#criterion_operator[0]
Constructor Summary
|
public |
AdfDhtmlQueryPeer()
-
query component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.
|
Method Summary
|
protected HTMLElement |
GetSubIdDomElement(String subElementIdLocator)
-
Returns the dom element for a given subElementId for query.
|
private HTMLElement |
_returnButtonElement(String buttonId)
-
Convenience method to handle both new af:buttons and old af:commandButtons.
|
private static Object _BUTTON_ID_MAP
Map of button ids, which are used differently for new vs. old button impl.
private static Object _SUB_ID_MAP
query component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [search_button] - search button (mapped programmatically) 2. [reset_button] - reset button (mapped programmatically) 3. [save_button] - save button (mapped programmatically) 4. [mode_button] - mode button (mapped programmatically) 5. [saved_search --> saveSrch] - Saved Search dropdown 6. [disclosure_icon --> _afrDscl] - Disclosure icon 7. [search_header --> _afrTtxt] - Search header 8. [addFields_button --> adFlds] - addFields button 9. [match_type --> conj] - Match type 10. [deleteCriterion[(value)] --> delCrtn. For example value=1. Here the digit refers to criterion index.] - deleteCriterion (by rendered suffix e.g. deleteCriterion[0] --> deleteCriterion0) 11. [criterion_operator[(value)] --> oper. For example value=1. Here the digit refers to criterion index.] - operator (by rendered suffix e.g. criterion_operator[0] --> operator0) 12. [criterion_value[(value)] --> val. For example value=20. Here the first digit refers to criterion index and second digit is the index of the value field of that criterion. As in case "Between" operator there are two value fields having "value" such as 20 and 21.] - value (by rendered suffix e.g. criterion_value[20] --> value20). Here the first digit refers to criterion no. and second digit is the value no. for that criterion. 13. [saveSearch_popup --> SSPop] - Create Save Search Popup 14. [saveSearch_name --> SS_name] - Create Save Search Name field 15. [saveSearch_dialog --> SSD] - Create Save Search Dialog 16. [personalizeSearch_popup --> PSSPop] - Personalize Saved Search Popup 17. [personalizeSearch_searches --> PSS_Srchs] - Personalize Saved Searches Dropdown list 18. [personalizeSearch_dialog --> PSSD] - Personalize Saved Searches Dialog 19. [personalizeSearch_delete --> delete] - Personalize Saved Searches Delete Button 20. [personalizeSearch_duplicate --> duplicate] - Personalize Saved Searches Duplicate Button 21. [personalizeSearch_apply --> apply] - Personalize Saved Searches Apply Button 22. [personalizeSearch_Name --> PSS_name] - Personalize Saved Searches Name field 23. [deleteWarning_popup --> DWPop] - Personalize Saved Searches Delete Warning Popup 24. [deleteWarning_dialog --> DWD] - Personalize Saved Searches Delete Warning Dialog 25. [overrideWarning_popup --> OWPop] - Create Saved Searches Override Warning Popup 26. [overrideWarning_dialog --> OWD] - Create Saved Searches Override Warning Dialog 27. [overrideError_popup --> OEPop] - Create Saved Searches Override Error Popup 28. [overrideError_dialog --> OED] - Create Saved Searches Override Error Dialog 29. [criterion_label[(value)] --> crtnLab. For example: criterion_label[0] is subId for first criterion label. Here the "value" refers to criterion index.] {External indexing example --> Internal indexing example} 1) getAttribute("rich=testTemplate:testQuery#criterion_operator[0]
private static Object _SUB_ID_MAP_UNIFIED_BUTTON_DIALOG
query component publishes the following sub ids. This map is used when unified buttons are used in the dialogs across the application [External Subid --> Internal Client SubId]:- 1. [saveSearch_dialog] - search button (mapped programmatically) 2. [personalizeSearch_dialog] - reset button (mapped programmatically)
public AdfDhtmlQueryPeer()
query component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [search_button] - search button (mapped programmatically) 2. [reset_button] - reset button (mapped programmatically) 3. [save_button] - save button (mapped programmatically) 4. [mode_button] - mode button (mapped programmatically) 5. [saved_search --> saveSrch] - Saved Search dropdown 6. [disclosure_icon --> _afrDscl] - Disclosure icon 7. [search_header --> _afrTtxt] - Search header 8. [addFields_button --> adFlds] - addFields button 9. [match_type --> conj] - Match type 10. [deleteCriterion[(value)] --> delCrtn. For example value=1. Here the digit refers to criterion index.] - deleteCriterion (by rendered suffix e.g. deleteCriterion[0] --> deleteCriterion0) 11. [criterion_operator[(value)] --> oper. For example value=1. Here the digit refers to criterion index.] - operator (by rendered suffix e.g. criterion_operator[0] --> operator0) 12. [criterion_value[(value)] --> val. For example value=20. Here the first digit refers to criterion index and second digit is the index of the value field of that criterion. As in case "Between" operator there are two value fields having "value" such as 20 and 21.] - value (by rendered suffix e.g. criterion_value[20] --> value20). Here the first digit refers to criterion no. and second digit is the value no. for that criterion. 13. [saveSearch_popup --> SSPop] - Create Save Search Popup 14. [saveSearch_name --> SS_name] - Create Save Search Name field 15. [saveSearch_dialog --> SSD] - Create Save Search Dialog 16. [personalizeSearch_popup --> PSSPop] - Personalize Saved Search Popup 17. [personalizeSearch_searches --> PSS_Srchs] - Personalize Saved Searches Dropdown list 18. [personalizeSearch_dialog --> PSSD] - Personalize Saved Searches Dialog 19. [personalizeSearch_delete --> delete] - Personalize Saved Searches Delete Button 20. [personalizeSearch_duplicate --> duplicate] - Personalize Saved Searches Duplicate Button 21. [personalizeSearch_apply --> apply] - Personalize Saved Searches Apply Button 22. [personalizeSearch_Name --> PSS_name] - Personalize Saved Searches Name field 23. [deleteWarning_popup --> DWPop] - Personalize Saved Searches Delete Warning Popup 24. [deleteWarning_dialog --> DWD] - Personalize Saved Searches Delete Warning Dialog 25. [overrideWarning_popup --> OWPop] - Create Saved Searches Override Warning Popup 26. [overrideWarning_dialog --> OWD] - Create Saved Searches Override Warning Dialog 27. [overrideError_popup --> OEPop] - Create Saved Searches Override Error Popup 28. [overrideError_dialog --> OED] - Create Saved Searches Override Error Dialog 29. [criterion_label[(value)] --> crtnLab. For example: criterion_label[0] is subId for first criterion label. Here the "value" refers to criterion index.] {External indexing example --> Internal indexing example} 1) getAttribute("rich=testTemplate:testQuery#criterion_operator[0]
protected HTMLElement GetSubIdDomElement(String subElementIdLocator)
Returns the dom element for a given subElementId for query.
- Parameters:
-
subElementIdLocator |
- |
the id of the child dom element or component |
- Return:
HTMLElement
- the DOM within the component related to scopedId
private HTMLElement _returnButtonElement(String buttonId)
Convenience method to handle both new af:buttons and old af:commandButtons.
- Parameters:
-
buttonId |
- |
the partial id used for the child button |
- Return:
HTMLElement
- the DOM within the component related to scopedId
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.