|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-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 Object |
|
public static Object |
|
public static Object |
|
public static HTMLElement |
|
public static HTMLElement |
|
Field Detail |
---|
Constructor Detail |
---|
public AdfSubIdUtils()
Method Detail |
---|
public static Object 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= |
Object
public static Object 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= |
Object
public static Object 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= |
Object
public static HTMLElement getSubIdDomElementByMappedSubId(String subElementId)
subElementId |
- | the id of the child dom element or component |
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 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |