OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.rich.subids
Class AdfDhtmlTrainButtonBarPeer

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlTrainButtonBarPeer

public class AdfDhtmlTrainButtonBarPeer
extends Object
Get the DOM element of a train button bar button for the given sub-id



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlTrainButtonBarPeer()
Get the DOM element of a train button bar button for the given sub-id


Method Summary

protected Object
GetBestMatchSubId(Object domElement)
Returns the best match subId for the given domElement.
protected HTMLElement
GetSubIdDomElement(String subElementId)
Get the DOM element of a train button bar button for the given sub-id


Field Detail


Constructor Detail


AdfDhtmlTrainButtonBarPeer

public AdfDhtmlTrainButtonBarPeer()

Get the DOM element of a train button bar button for the given sub-id

Method Detail


GetBestMatchSubId

protected Object GetBestMatchSubId(Object domElement)

Returns the best match subId for the given domElement. This can be enhanced further to return programmatically determined subIds. WARNING - You must make sure to bind the component to the peer before calling this function.

Parameters:
domElement    
Return:
Object
See also:
AdfRichUIPeer.GetSubIdDomElement(Object)

GetSubIdDomElement

protected HTMLElement GetSubIdDomElement(String subElementId)

Get the DOM element of a train button bar button for the given sub-id

Parameters:
subElementId  -  the ID of the sub element
Return:
HTMLElement - the element or null if not found

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

 

Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.