JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-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.AdfDhtmlTrainPeer
public class AdfDhtmlTrainPeer extends AdfRichUIPeer
Field Summary |
|
|---|---|
private Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
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, SELECTED_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 |
|
|---|---|
private Object |
|
private Object |
|
protected Object |
|
protected Object |
|
public String |
|
private HTMLElement |
|
private Object |
|
private HTMLElement |
|
protected Object |
|
protected static Object |
|
private static Object |
|
public Object |
|
public Object |
|
private Object |
|
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, Init, initiateDrag, isVisible |
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 Object _isVerticalprivate static Object _OVERFLOW_ELEMENT_STYLE_CLASSprivate static Object _PARENT_ENDprivate static Object _PARENT_STARTprivate static Object _SELECTED_STOP_STATE
Constructor Detail |
|---|
public AdfDhtmlTrainPeer()
Method Detail |
|---|
private Object _addJoin(Object element,
Object clientId,
Object isStart)element |
||
clientId |
- | of the component |
isStart |
- | a boolean indicating that it's a start join (iow, the join before the end element) |
Objectprivate Object _addJoins(Object index,
Object clientId)index |
- | of the current stop. |
clientId |
- | of the component |
Objectprotected Object ComponentRemoved(Object component)component |
- | component that this peer will be associated with. |
ObjectAdfUIPeer.componentRemoved(AdfUIComponent)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 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)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)private HTMLElement _createOverflowElement(HTMLElement element)element |
- | the DOM element representing the stop for which the overflow element is being created. |
HTMLElement - the overflowElement.private Object _fixTextLinkDivWidth()Objectprivate HTMLElement _getTextElement(Object element)element |
HTMLElement - the text element.protected Object InitDomElement(Object component,
Object domElement)component |
- | Component that this peer will be associated with. |
domElement |
- | Root DOM element of this peer. |
ObjectAdfRichUIPeer.InitDomElement(AdfUIComponent, Object)protected static Object InitSubclass()Objectprivate static Object _isElementAParentStop(Object element,
Object clientId)element |
- | element to be be checked |
clientId |
- | client id of the component |
Objectpublic Object needsResizeNotify()ObjectAdfUIPeer.needsResizeNotify(Object)public Object resizeNotify(Object component,
Object oldWidth,
Object oldHeight,
Object newWidth,
Object newHeight)component |
- | component that this peer will be associated with. |
oldWidth |
- | old value for the width of the train. |
oldHeight |
- | old value of the height of the train. |
newWidth |
- | new Width |
newHeight |
- | new height |
ObjectAdfUIPeer.resizeNotify(Object, Object, Object, Object, Object)private Object _trainClick(Object event)event |
Object
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||