OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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

public class AdfDhtmlCommandTrainStopPeer
extends AdfDhtmlCommandNavigationItemPeer



Field Summary

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


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlCommandTrainStopPeer()


Method Summary

protected HTMLElement
GetSubIdDomElement(String subElementId)
Get the DOM element of a train stop for the given sub-id
protected Object
InitDomElement(AdfUIComponent component, HTMLElement domElement)
Initialize the associated domElement when the peer is created.
protected static Object
InitSubclass()
protected Object
SetLinkAttributes(Object component, Object domElement)


Field Detail


_SUB_ID_MAP

private static Object _SUB_ID_MAP

train component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [stop_icon_link --> stop_icon_link] - train stop icon link 2. [stop_text_link --> stop_text_link] - train stop text link Train component contains commandNavigations. If a subId is not contained in the map below, it's corresponding DOM is located programmatically in AdfDhtmlCommandTrainStopPeer.GetSubIdDomElement().

Overrides:
AdfDhtmlCommandNavigationItemPeer._SUB_ID_MAP

Constructor Detail


AdfDhtmlCommandTrainStopPeer

public AdfDhtmlCommandTrainStopPeer()

Method Detail


GetSubIdDomElement

protected HTMLElement GetSubIdDomElement(String subElementId)

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

Parameters:
subElementId  -  the ID of the sub element
Return:
HTMLElement - the element or null if not found
Overrides:
AdfDhtmlCommandNavigationItemPeer.GetSubIdDomElement(String)

InitDomElement

protected Object InitDomElement(AdfUIComponent component,
                                HTMLElement domElement)

Initialize the associated domElement when the peer is created. Stateless peers are not bound at the time that this method is called.

Parameters:
component  -  Component that this peer will be associated with
domElement  -  Root DOM element of this peer
Return:
Object

InitSubclass

protected static Object InitSubclass()

Return:
Object

SetLinkAttributes

protected Object SetLinkAttributes(Object component,
                                   Object domElement)

Parameters:
component    
domElement    
Return:
Object

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

 

Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.