OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

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.screenReader.AdfDhtmlTableBasePeer
                           |
                           +--oracle.adfinternal.view.js.laf.dhtml.screenReader.AdfDhtmlTablePeer
Direct Known Subclasses:
AdfDhtmlTreeTablePeer, AdfDhtmlTreeTablePeer

public class AdfDhtmlTablePeer
extends AdfDhtmlTableBasePeer
This is the table component peer class in screen reader mode.



Field Summary

private static Object
_SUB_ID_MAP
table component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1.


Fields inherited from oracle.adfinternal.view.js.laf.dhtml.screenReader.AdfDhtmlTableBasePeer

DETAIL_STAMP_DIALOG_ID, SELECT_ID, SELECTALL_KEY_PROPERTY


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
AdfDhtmlTablePeer()
This is the table component peer class in screen reader mode.


Method Summary

protected Object
GetSubIdDomElement(Object subElementId)
Returns the DOM element identified by the passed in subId.


Methods inherited from oracle.adfinternal.view.js.laf.dhtml.screenReader.AdfDhtmlTableBasePeer

canDeliverSelectionEvent, ChildVisibilityChanged, closeDetailStampDialogOnOK, ComponentDisclosedRowKeysChanged, ComponentFirstChanged, ComponentSelectedRowKeysChanged, ContextMenuClosed, ContextMenuOpened, ConvertClientIdToLocator, convertLocatorToClientId, DescendantMessageChanged, FindRowByKey, GetAssociatedComponent, GetFirst, GetPanelCollectionPeer, __getParentColumn, GetRowHeaderCellFromRow, getRowIndex, getRowKey, GetRowKeyAndRow, getRowKeyForEvent, GetRows, __getScrollPos, __getSelectedColumns, __getSortOrderForColumn, GetViewPort, __getVisibleLeafColumns, HandleComponentClick, HandleComponentContextMenu, HandleComponentDialog, HandleComponentKeyDown, HandleComponentMouseDown, HandleComponentPopupClosed, HandleDomChange, HandleRowContextMenu, InitDomElement, InitSubclass, __isColumnSelectionEnabled, IsContextMenuSelect, isDisclosureFetchPending, isHeightAutoSized, __isMultipleColumnSelect, __isMultipleRowSelect, __isRowSelectionEnabled, needsChildVisibilityChanges, needsResizeNotify, ProcessPushData, QueueRangeChangeEvent, ReplaceDomElement, ResizeNotify, SetCursor, SetFirst, SupportsFocusRowNavigation, TruncateClientId, __updateStandardPCMenuToolbarItems


Methods inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer

addComponentEventHandlers, addComponentPropertyChanges, addComponentPropertyGetters, addDomEventHandlers, addEventHandlerToDomInstance, addSuppressedPPRAttributes, applyDragReadyState, ApplyDragReadyState, applyDragSourceState, ApplyDragSourceState, bind, BindToComponent, cancelAllPopups, cancelPopup, clearDragReadyState, ClearDragReadyState, clearDragSourceState, ClearDragSourceState, ComponentInlineStyleChanged, ComponentPropertyChanged, componentRemoved, ComponentRemoved, ComponentStyleClassChanged, ComponentVisibleChanged, createComponentEvent, CreateComponentEvent, CreateDraggableNode, createInnerPeerClassWithSubId, createPeerClass, createSubId, DefaultInitClass, descendantMessageChanged, DispatchComponentEvent, DispatchUncanceledComponentEvent, domReplaceNotify, DomReplaceNotify, focus, Focus, getAbsoluteId, getAbsoluteLocator, getAccessibleName, GetAccessibleName, getAllPopups, getComponent, GetComponent, GetComponentId, getComponentParent, getComponentProperty, GetComponentVisible, getDescendantComponents, getDomContentElement, getDomContentElementForComponent, GetDomContentElementForNode, getDomDocument, getDomElement, getDomElementForComponent, getDomNode, GetDomNodeForCommentComponent, getDomNodeForComponent, getDragOverFeedback, GetDragOverFeedback, getDragTransferable, GetDragTransferable, getFirstAncestorComponent, getInlineEditor, GetInlineEditor, getInlineStyleProperty, getLocatorByDomElement, getPagePosition, getPopupWindow, getReadyState, GetReadyState, GetRichResourceURL, getSubIdDomElement, hideAllPopups, hidePopup, InitClass, initialize, isActive, isBusy, isInActiveHeirarchy, isPopupVisible, messageNotify, MessageNotify, messageShow, MessageShow, needsFocusTargetStyleClass, PopupClosed, processPushData, registerKeyStroke, replaceDomElement, resizeNotify, scrollIntoView, ScrollIntoView, setBusy, SetBusy, setInlineStyleProperty, showContextMenu, showPopup, TruncateClientIdOnceImpl, UnbindFromComponent, unregisterKeyStroke, visitChildren


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


_SUB_ID_MAP

private static Object _SUB_ID_MAP

table component publishes the following sub ids [External Subid --> Internal Client SubId]:- 1. [disclosureID --> di] - table show detail disclosure icon {External indexing example --> Internal indexing example} getElementText("rich=dmoTpl:table[2]:ot4"); -->

Constructor Detail


AdfDhtmlTablePeer

public AdfDhtmlTablePeer()

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

Method Detail


GetSubIdDomElement

protected Object GetSubIdDomElement(Object subElementId)

Returns the DOM element identified by the passed in subId. For table, the subId can include index information for a specific row. For example the following subId finds the disclosure icon DOM element for the 4th row: [3]disclosureID.

Parameters:
subElementId    
Return:
Object - the DOM element
Overrides:
AdfRichUIPeer.getSubIdDomElement(Object, Object)

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

 

Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.