JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlCommandTrainStopPeer
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
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.
|
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
public AdfDhtmlCommandTrainStopPeer()
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)
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
protected static Object InitSubclass()
- Return:
Object
protected Object SetLinkAttributes(Object component,
Object domElement)
- Parameters:
-
- Return:
Object
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.