JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object | +--oracle.adfinternal.view.js.util.AdfSubIdUtils
public class AdfSubIdUtils extends Object
Field Summary |
|---|
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
|---|---|
public |
|
Method Summary |
|
|---|---|
public static HTMLElement |
|
public static HTMLElement |
|
public static HTMLElement[] |
|
public static HTMLElement |
|
public static HTMLElement |
|
Field Detail |
|---|
Constructor Detail |
|---|
public AdfSubIdUtils()
Method Detail |
|---|
public static HTMLElement getChildElementByAttributeValue(Object domElement,
Object attrName,
Object attrValue,
Object tagName)domElement |
- | the dom element which contains child element to locate |
attrName |
- | the name of the attribute on the element |
attrValue |
- | the value of the attribute on the element |
tagName |
- | name of the tag, if undefined then tagName= |
HTMLElement - The element with matching attribute value, or null if none existpublic static HTMLElement getChildElementByValueMap(Object domElement,
Object keyValueArray,
Object tagName)domElement |
- | the dom element which contains child element to locate |
keyValueArray |
- | key-value array for the attribute |
tagName |
- | name of the tag, if undefined then tagName= |
HTMLElement - The element with matching attribute value, or null if none existpublic static HTMLElement[] getChildElementsByAttributeValue(Object domElement,
Object attrName,
Object attrValue,
Object tagName)domElement |
- | the dom element which contains child elements to locate |
attrName |
- | the name of the attribute on the element |
attrValue |
- | the value of the attribute on the element |
tagName |
- | name of the tag, if undefined then tagName= |
HTMLElement[] - Elements with matching attribute value, or null if none existpublic static HTMLElement getSubIdDomElementByMappedSubId(String subElementId,
Object subIdMap,
AdfUIComponent component)subElementId |
- | the id of the child dom element or component |
subIdMap |
- | the map of sub IDs for the component's peer |
component |
- | the component whose subElement you wish to access |
HTMLElement - the DOM within the component related to scopedIdpublic static HTMLElement getSubIdElementById(AdfUIComponent component,
String subElementId,
Object isNC)component |
- | the adf component |
subElementId |
- | the id of the child dom element or component |
isNC |
HTMLElement - the DOM within the component related to subElementId
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||