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


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlCommandTrainStopPeer()


Method Summary

protected Object
GetComponentSelected(Object component, Object domElement)
Optimized getter for selected property
protected Object
GetComponentText(Object component, Object domElement)
Optimized getter for text property
protected Object
HandleComponentClick(Object componentEvent)
protected Object
InitDomElement(AdfUIComponent component, HTMLElement domElement)
Initialize the associated domElement when the peer is created.
protected static Object
InitSubclass()
private Object
_isSelected()
To check if the commandNavigationItem is displayed selected.
private static Object
_isTrain(Object component)
Returns true for Train, false for TrainButtonBar
private static Object
_isVerticalTrain(Object component)
Returns true for vertical train layout, false for horizontal layout Note - Ensure the component passed is not TrainButtonBar
protected Object
SetLinkAttributes(Object component, Object domElement)


Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlCommandNavigationItemPeer

GetBestMatchSubId, GetSubIdDomElement


Field Detail


Constructor Detail


AdfDhtmlCommandTrainStopPeer

public AdfDhtmlCommandTrainStopPeer()

Method Detail


GetComponentSelected

protected Object GetComponentSelected(Object component,
                                      Object domElement)

Optimized getter for selected property

Parameters:
component    
domElement    
Return:
Object

GetComponentText

protected Object GetComponentText(Object component,
                                  Object domElement)

Optimized getter for text property

Parameters:
component    
domElement    
Return:
Object

HandleComponentClick

protected Object HandleComponentClick(Object componentEvent)

Parameters:
componentEvent    
Return:
Object

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

_isSelected

private Object _isSelected()

To check if the commandNavigationItem is displayed selected.

Return:
Object

_isTrain

private static Object _isTrain(Object component)

Returns true for Train, false for TrainButtonBar

Parameters:
component    
Return:
Object

_isVerticalTrain

private static Object _isVerticalTrain(Object component)

Returns true for vertical train layout, false for horizontal layout Note - Ensure the component passed is not TrainButtonBar

Parameters:
component    
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 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.