OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlTablePeer

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlTablePeer
Direct Known Subclasses:
AdfDhtmlTreeTablePeer, AdfDhtmlTreeTablePeer

public class AdfDhtmlTablePeer
extends Object
Input Components



Field Summary

private static Object
_SUB_ID_MAP
table component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlTablePeer()
Input Components


Method Summary

protected Object
GetSubIdDomElement(Object subElementId)
Returns the DOM element identified by the passed in subId.


Field Detail


_SUB_ID_MAP

private static Object _SUB_ID_MAP

table component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [disclosureID --> di] - table show detail disclosure icon {External indexing example --> Internal indexing example} getSelenium().\ngetText("rich=dmoTpl:table[2]:ot4"); --> getSelenium().\ngetText("rich=dmoTpl:table:2:ot4");

Constructor Detail


AdfDhtmlTablePeer

public AdfDhtmlTablePeer()

Input Components

Method Detail


GetSubIdDomElement

protected Object GetSubIdDomElement(Object subElementId)

Returns the DOM element identified by the passed in subId. For table, the subId can include index information for a specific row. For example the following subId finds the disclosure icon DOM element for the 4th row: [3]disclosureID.

Parameters:
subElementId    
Return:
Object - the DOM element

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.