OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.screenReader
Class AdfDhtmlTreeTablePeer

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlTablePeer
         |
         +--oracle.adfinternal.view.js.laf.dhtml.screenReader.AdfDhtmlTreeTablePeer
Direct Known Subclasses:
AdfDhtmlTreePeer

public class AdfDhtmlTreeTablePeer
extends AdfDhtmlTablePeer
This is the treeTable component peer class in screen reader mode.



Field Summary

private static Object
_DISCLOSURE_ICON_ID
private static Object
_DISCOSURE_IMAGE_ATTR
private static Object
_FIRST_VISIBLE_KEY
private static Object
_IS_COLLAPSED
private static Object
_IS_EXPANDED
private static Object
_IS_LEAF
private static Object
_NODE_STAMP_COLUMN
public static Object
TREE_FLAGS_ATTR
private static Object
_VISIBLE_ROWS_KEY


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlTreeTablePeer()
This is the treeTable component peer class in screen reader mode.


Method Summary

private Object
_clearCurrency()
protected Object
Component_afrFstVblChanged(Object component, Object domElement, Object newValue, Object oldValue)
protected Object
Component_afrVblRwsChanged(Object component, Object domElement, Object newValue, Object oldValue)
protected Object
ComponentDisclosedRowKeysChanged(Object component, Object domElement, Object newValue, Object oldValue)
protected Object
ComponentRemoved(Object component)
protected Object
ContextMenuClosed(Object componentEvent, Object popup)
protected Object
ContextMenuOpened(Object componentEvent, Object popup)
public Object
discloseAll(Object rowKey, Object expand)
Object
__getCurrency()
public Object
getDepth(Object rowKey)
Get the depth (indentation level) of a node by rowKey
private Object
_getDisclosureImageFromRowKey(Object rowKey)
protected Object
GetFirst()
private Object
_getIconDisclosureAttribute(Object cell)
private Object
_getNodeStampCell(Object row)
public Object
getNodeStampColumn()
protected Object
GetRows()
private Object
_getTreeUtils()
public Object
goUp()
protected Object
HandleComponentClick(Object componentEvent)
protected Object
HandleComponentKeyDown(Object componentEvent)
protected Object
HandleDisclosure(Object target)
Handle a change in disclosure.
protected Object
HandleRowContextMenu(Object domEvent, Object rowKey, Object row, Object alignElement, Object alignHint)
public Object
hasPathStamp()
Determines if the tree has a pathStamp facet
protected Object
InitDomElement(Object component, Object domElement)
protected static Object
InitSubclass()
private Object
_isDisclosure(Object target)
public Object
isLeaf(Object rowKey)
Given a rowKey, determines if a node is a leaf node
public Object
isMultiRoot()
Determines if the tree is multi-rooted
public Object
isSelectorIconVisible()
Determines if the hierarchical selector icon is shown
private Object
_saveCurrency(Object currency)
protected Object
SetFirst(Object first)
protected Object
SetRows(Object rows)
public Object
showAsTop(Object rowKey)


Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlTablePeer

GetSubIdDomElement


Field Detail


_DISCLOSURE_ICON_ID

private static Object _DISCLOSURE_ICON_ID

_DISCOSURE_IMAGE_ATTR

private static Object _DISCOSURE_IMAGE_ATTR

_FIRST_VISIBLE_KEY

private static Object _FIRST_VISIBLE_KEY

_IS_COLLAPSED

private static Object _IS_COLLAPSED

_IS_EXPANDED

private static Object _IS_EXPANDED

_IS_LEAF

private static Object _IS_LEAF

_NODE_STAMP_COLUMN

private static Object _NODE_STAMP_COLUMN

TREE_FLAGS_ATTR

public static Object TREE_FLAGS_ATTR

_VISIBLE_ROWS_KEY

private static Object _VISIBLE_ROWS_KEY

Constructor Detail


AdfDhtmlTreeTablePeer

public AdfDhtmlTreeTablePeer()

This is the treeTable component peer class in screen reader mode.

Method Detail


_clearCurrency

private Object _clearCurrency()

Return:
Object

Component_afrFstVblChanged

protected Object Component_afrFstVblChanged(Object component,
                                            Object domElement,
                                            Object newValue,
                                            Object oldValue)

Parameters:
component    
domElement    
newValue    
oldValue    
Return:
Object

Component_afrVblRwsChanged

protected Object Component_afrVblRwsChanged(Object component,
                                            Object domElement,
                                            Object newValue,
                                            Object oldValue)

Parameters:
component    
domElement    
newValue    
oldValue    
Return:
Object

ComponentDisclosedRowKeysChanged

protected Object ComponentDisclosedRowKeysChanged(Object component,
                                                  Object domElement,
                                                  Object newValue,
                                                  Object oldValue)

Parameters:
component    
domElement    
newValue    
oldValue    
Return:
Object

ComponentRemoved

protected Object ComponentRemoved(Object component)

Parameters:
component    
Return:
Object

ContextMenuClosed

protected Object ContextMenuClosed(Object componentEvent,
                                   Object popup)

Parameters:
componentEvent    
popup    
Return:
Object

ContextMenuOpened

protected Object ContextMenuOpened(Object componentEvent,
                                   Object popup)

Parameters:
componentEvent    
popup    
Return:
Object

discloseAll

public Object discloseAll(Object rowKey,
                          Object expand)

Parameters:
rowKey    
expand    
Return:
Object

__getCurrency

Object __getCurrency()

Return:
Object

getDepth

public Object getDepth(Object rowKey)

Get the depth (indentation level) of a node by rowKey

Parameters:
rowKey    
Return:
Object

_getDisclosureImageFromRowKey

private Object _getDisclosureImageFromRowKey(Object rowKey)

Parameters:
rowKey    
Return:
Object

GetFirst

protected Object GetFirst()

Return:
Object

_getIconDisclosureAttribute

private Object _getIconDisclosureAttribute(Object cell)

Parameters:
cell    
Return:
Object

_getNodeStampCell

private Object _getNodeStampCell(Object row)

Parameters:
row    
Return:
Object

getNodeStampColumn

public Object getNodeStampColumn()

Return:
Object

GetRows

protected Object GetRows()

Return:
Object

_getTreeUtils

private Object _getTreeUtils()

Return:
Object

goUp

public Object goUp()

Return:
Object

HandleComponentClick

protected Object HandleComponentClick(Object componentEvent)

Parameters:
componentEvent    
Return:
Object

HandleComponentKeyDown

protected Object HandleComponentKeyDown(Object componentEvent)

Parameters:
componentEvent    
Return:
Object

HandleDisclosure

protected Object HandleDisclosure(Object target)

Handle a change in disclosure.

Parameters:
target  -  the event target
Return:
Object

HandleRowContextMenu

protected Object HandleRowContextMenu(Object domEvent,
                                      Object rowKey,
                                      Object row,
                                      Object alignElement,
                                      Object alignHint)

Parameters:
domEvent    
rowKey    
row    
alignElement    
alignHint    
Return:
Object

hasPathStamp

public Object hasPathStamp()

Determines if the tree has a pathStamp facet

Return:
Object

InitDomElement

protected Object InitDomElement(Object component,
                                Object domElement)

Parameters:
component    
domElement    
Return:
Object

InitSubclass

protected static Object InitSubclass()

Return:
Object

_isDisclosure

private Object _isDisclosure(Object target)

Parameters:
target    
Return:
Object

isLeaf

public Object isLeaf(Object rowKey)

Given a rowKey, determines if a node is a leaf node

Parameters:
rowKey    
Return:
Object

isMultiRoot

public Object isMultiRoot()

Determines if the tree is multi-rooted

Return:
Object

isSelectorIconVisible

public Object isSelectorIconVisible()

Determines if the hierarchical selector icon is shown

Return:
Object

_saveCurrency

private Object _saveCurrency(Object currency)

Parameters:
currency    
Return:
Object

SetFirst

protected Object SetFirst(Object first)

Parameters:
first    
Return:
Object

SetRows

protected Object SetRows(Object rows)

Parameters:
rows    
Return:
Object

showAsTop

public Object showAsTop(Object rowKey)

Parameters:
rowKey    
Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.