OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlOutputLabelPeer

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.rich.AdfDhtmlValuePeer
                           |
                           +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlOutputLabelPeer

public class AdfDhtmlOutputLabelPeer
extends AdfDhtmlValuePeer
Peer for OutputLabel



Field Summary

private Object
_changeForValue
protected Object
ComponentShowRequiredChanged
Optimized showRequired changed method for subclasses that support showRequired.
public static Object
HTML_FOR
private static Object
_REQUIRED_ICON_PLACEHOLDER_STYLE_CLASS
private static Object
_SUB_ID_MAP


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


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfDhtmlOutputLabelPeer()
Peer for OutputLabel


Method Summary

private Object
_changeForValue(Object component, Object domElement)
static Object
__componentShowRequiredChanged(Object component, Object domElement, Object newValue, Object oldValue)
protected Object
GetDisplayValue(Object component, Object domElement)
return a value that is ready to be passed to the converter
private Object
_getLabelElement(Object node)
protected Object
InitDomElement(Object component, Object domElement)
Initialize the associated domElement when the peer is created.
protected static Object
InitSubclass()
private static boolean
_matchRequiredIconSpan(HTMLElement element)
protected Object
SetDisplayValue(Object component, Object domElement, Object newValue)
start:


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

ComponentValueChanged, GetComponentValue, getConvertedObject, getConvertedValue, getFormatHint, GetNullDefault, GetSubIdDomElement, isEmpty, setDisplayValue


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

addComponentEventHandlers, addComponentPropertyChanges, addComponentPropertyGetters, addDomEventHandlers, addEventHandlerToDomInstance, addSuppressedPPRAttributes, applyDragReadyState, ApplyDragReadyState, applyDragSourceState, ApplyDragSourceState, bind, BindToComponent, cancelAllPopups, cancelPopup, ChildVisibilityChanged, clearDragReadyState, ClearDragReadyState, clearDragSourceState, ClearDragSourceState, ComponentInlineStyleChanged, ComponentPropertyChanged, componentRemoved, ComponentRemoved, ComponentStyleClassChanged, ComponentVisibleChanged, ConvertClientIdToLocator, convertLocatorToClientId, createComponentEvent, CreateComponentEvent, CreateDraggableNode, createInnerPeerClassWithSubId, createPeerClass, createSubId, DefaultInitClass, descendantMessageChanged, 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, isInActiveHeirarchy, isPopupVisible, messageNotify, MessageNotify, messageShow, MessageShow, needsChildVisibilityChanges, needsFocusTargetStyleClass, PopupClosed, processPushData, ProcessPushData, registerKeyStroke, replaceDomElement, ReplaceDomElement, resizeNotify, ResizeNotify, scrollIntoView, ScrollIntoView, setBusy, SetBusy, setInlineStyleProperty, showContextMenu, showPopup, TruncateClientId, TruncateClientIdOnceImpl, UnbindFromComponent, unregisterKeyStroke, visitChildren


Methods inherited from oracle.adf.view.js.base.AdfUIPeer

getDefaultDragRecognizer, getParentPeer, Init, initiateDrag, isVisible, needsResizeNotify


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


_changeForValue

private Object _changeForValue

ComponentShowRequiredChanged

protected Object ComponentShowRequiredChanged

Optimized showRequired changed method for subclasses that support showRequired. The optimized version is only used if clientComponent=true so that unneeded dom isn't sent down to every component that supports showRequred.

HTML_FOR

public static Object HTML_FOR

_REQUIRED_ICON_PLACEHOLDER_STYLE_CLASS

private static Object _REQUIRED_ICON_PLACEHOLDER_STYLE_CLASS

_SUB_ID_MAP

private static Object _SUB_ID_MAP

Constructor Detail


AdfDhtmlOutputLabelPeer

public AdfDhtmlOutputLabelPeer()

Peer for OutputLabel

Method Detail


_changeForValue

private Object _changeForValue(Object component,
                               Object domElement)

Parameters:
component    
domElement    
Return:
Object

__componentShowRequiredChanged

static Object __componentShowRequiredChanged(Object component,
                                              Object domElement,
                                              Object newValue,
                                              Object oldValue)

Parameters:
component    
domElement    
newValue    
oldValue    
Return:
Object

GetDisplayValue

protected Object GetDisplayValue(Object component,
                                 Object domElement)

return a value that is ready to be passed to the converter

Parameters:
component    
domElement    
Return:
Object
Overrides:
AdfDhtmlValuePeer.GetDisplayValue(Object, Object, Object)

_getLabelElement

private Object _getLabelElement(Object node)

Parameters:
node    
Return:
Object

InitDomElement

protected Object InitDomElement(Object component,
                                Object 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    
domElement    
Return:
Object
Overrides:
AdfRichUIPeer.InitDomElement(AdfUIComponent, Object)

InitSubclass

protected static Object InitSubclass()

Return:
Object
Overrides:
AdfDhtmlValuePeer.InitSubclass()

_matchRequiredIconSpan

private static boolean _matchRequiredIconSpan(HTMLElement element)

Parameters:
element  -  searched on
Return:
boolean - null true if the element is a span that's assigned the "p_rqi" style class

SetDisplayValue

protected Object SetDisplayValue(Object component,
                                 Object domElement,
                                 Object newValue)

start: The public ver which calls the protected one , also binds the component to the peer before calling the protected version, which is smart.

Parameters:
component    
domElement    
newValue    
Return:
Object
Overrides:
AdfDhtmlValuePeer.setDisplayValue(Object, Object)

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

 

Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.