JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.base.AdfUIPeer
               |
               +--oracle.adf.view.js.laf.rich.AdfRichUIPeer
                     |
                     +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlTrainButtonBarPeer
public class AdfDhtmlTrainButtonBarPeer extends AdfRichUIPeer
Field Summary | 
|
|---|---|
private static Object | 
  | 
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer | 
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, CreateSubId, DISABLED_STYLECLASS, DRAG_READY_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS | 
Fields inherited from oracle.adf.view.js.base.AdfObject | 
constructor, superclass | 
Fields inherited from org.ecmascript.object.Object | 
prototype | 
Constructor Summary | 
|
|---|---|
public | 
|
Method Summary | 
|
|---|---|
protected Object | 
  | 
public String | 
  | 
protected HTMLElement | 
  | 
Methods inherited from oracle.adf.view.js.base.AdfUIPeer | 
getDefaultDragRecognizer, getParentPeer, Init, initiateDrag, isVisible, needsResizeNotify | 
Methods inherited from oracle.adf.view.js.base.AdfObject | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
Field Detail | 
|---|
private static Object _SUB_ID_MAP
Constructor Detail | 
|---|
public AdfDhtmlTrainButtonBarPeer()
Method Detail | 
|---|
protected Object ConvertClientIdToLocator(AdfUIComponent component,
                                          Object childComponent,
                                          String descComponentClientId,
                                          Array<Array<Object>> replaceArray)The peer is not bound when this method is called
component | 
- | The train button bar component for this peer | 
childComponent | 
||
descComponentClientId | 
- | The clientId of the component that the absolute scoped id is being generated for | 
replaceArray | 
- | Array of key-value array in format [<index>, <item>] to either skip or skip and fix the parent id fragment with the item value | 
ObjectAdfRichUIPeer.ConvertClientIdToLocator(Object, Object, Object, Object)public String convertLocatorToClientId(AdfUIComponent component,
                                       Number index)The supported indexes are "back" and "next"
component | 
- | The train component for this peer | 
index | 
- | the index of the train stop | 
String - the client id fragment in the format: clientId + ":" + stamped indexAdfUIPeer.convertLocatorToClientId(Object, Object)protected HTMLElement GetSubIdDomElement(String subElementId)subElementId | 
- | the ID of the sub element | 
HTMLElement - the element or null if not foundAdfRichUIPeer.getSubIdDomElement(Object, Object)
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||