OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlValuePeer
         |
         +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlTextPeer

public class AdfDhtmlTextPeer
extends AdfDhtmlValuePeer
Renders text for DHTML



Field Summary

private static Object
_inlineEditor


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlTextPeer()
Renders text for DHTML


Method Summary

public Object
getConvertedValue(Object component, Object submittedValue)
protected Object
GetDisplayValue(Object component, Object domElement)
Property getter for value property
protected Object
GetInlineEditor(Event event)
Override to return an inline editor that edits the ouputText's value property
private Object
_getUnescapedChildNodes(Object startDomElement)
Returns an array of the children nodes of the unescaped text peer
protected static Object
InitSubclass()
protected Object
SetDisplayValue(Object component, Object domElement, Object newValue)
Property Setter for value property
private Object
_setUnescapedContent(Object startDomElement, Object newHTML)
Set the unescaped HTML content


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

GetBestMatchSubId, GetSubIdDomElement


Field Detail


_inlineEditor

private static Object _inlineEditor

Constructor Detail


AdfDhtmlTextPeer

public AdfDhtmlTextPeer()

Renders text for DHTML

Method Detail


getConvertedValue

public Object getConvertedValue(Object component,
                                Object submittedValue)

Parameters:
component    
submittedValue    
Return:
Object

GetDisplayValue

protected Object GetDisplayValue(Object component,
                                 Object domElement)

Property getter for value property

Parameters:
component    
domElement    
Return:
Object

GetInlineEditor

protected Object GetInlineEditor(Event event)

Override to return an inline editor that edits the ouputText's value property

Parameters:
event  -  DOM Event that triggered the inline edit
Return:
Object

_getUnescapedChildNodes

private Object _getUnescapedChildNodes(Object startDomElement)

Returns an array of the children nodes of the unescaped text peer

Parameters:
startDomElement    
Return:
Object

InitSubclass

protected static Object InitSubclass()

Return:
Object

SetDisplayValue

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

Property Setter for value property

Parameters:
component    
domElement    
newValue    
Return:
Object

_setUnescapedContent

private Object _setUnescapedContent(Object startDomElement,
                                    Object newHTML)

Set the unescaped HTML content

Parameters:
startDomElement    
newHTML    
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.