|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-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 Object |
|
private static Object |
|
private static Object |
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, DISABLED_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 |
|
---|---|
private Object |
|
private Object |
|
protected Object |
|
protected Object |
|
public String |
|
private Object |
|
private Object |
|
private Object |
|
protected Object |
|
protected static Object |
|
public Object |
|
public Object |
|
private Object |
|
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
private Object _isScreenReaderMode
private Object _isVertical
private static Object _OVERFLOW_ELEMENT_STYLE_CLASS
private static Object _SELECTED_STOP_STATE
Constructor Detail |
---|
public AdfDhtmlTrainPeer()
Method Detail |
---|
private Object _addJoin(Object element,
Object isStart)
element |
||
isStart |
Object
private Object _addJoins(Object index)
index |
Object
protected Object ComponentRemoved(Object component)
component |
- | component that this peer will be associated with. |
Object
AdfUIPeer.componentRemoved(AdfUIComponent)
protected Object ConvertClientIdToLocator(AdfUIComponent component,
Object childComponent,
String descComponentClientId,
Array<Array
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 |
Object
AdfRichUIPeer.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 Object _createOverflowElement(Object element)
element |
Object
private Object _fixTextLinkDivWidth()
Object
private Object _getTextElement(Object element)
element |
Object
protected Object InitDomElement(Object component,
Object domElement)
component |
- | Component that this peer will be associated with. |
domElement |
- | Root DOM element of this peer. |
Object
AdfRichUIPeer.InitDomElement(AdfUIComponent, Object)
protected static Object InitSubclass()
Object
public Object needsResizeNotify()
Object
AdfUIPeer.needsResizeNotify(Object)
public Object resizeNotify(Object component,
Object oldWidth,
Object oldHeight,
Object newWidth,
Object newHeight)
component |
||
oldWidth |
||
oldHeight |
||
newWidth |
||
newHeight |
Object
AdfUIPeer.resizeNotify(Object, Object, Object, Object, Object)
private Object _trainClick(Object event)
event |
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |