OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.behavior
Class AdfRichTextEditorBehavior

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.base.AdfClientBehavior
               |
               +--oracle.adfinternal.view.js.behavior.AdfRichTextEditorBehavior

public class AdfRichTextEditorBehavior
extends AdfClientBehavior
Client behavior implementation for linking a component with a richTextEditor.



Field Summary

private static Object
_commandTypeToPropertyMap
private static Object
_propertyToEvent
private Object
_richTextEditorId
private Object
_type
private Object
_typeParameter


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfRichTextEditorBehavior(Object richTextEditorId, Object type, Object typeParameter)
Client behavior implementation for linking a component with a richTextEditor.


Method Summary

private Object
_hookUpFor(Object behaviorComponentId)
protected Object
Init(Object richTextEditorId, Object type, Object typeParameter)
Initializes the instance.
protected static Object
InitClass()
public Object
initialize(Object behaviorComponent)
As part of the client behavior contract, initialize is called when the component is created to give the behavior a chance to register event listeners.


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

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString


Field Detail


_commandTypeToPropertyMap

private static Object _commandTypeToPropertyMap

_propertyToEvent

private static Object _propertyToEvent

_richTextEditorId

private Object _richTextEditorId

_type

private Object _type

_typeParameter

private Object _typeParameter

Constructor Detail


AdfRichTextEditorBehavior

public AdfRichTextEditorBehavior(Object richTextEditorId,
                                 Object type,
                                 Object typeParameter)

Client behavior implementation for linking a component with a richTextEditor.

Parameters:
richTextEditorId    
type    
typeParameter    

Method Detail


_hookUpFor

private Object _hookUpFor(Object behaviorComponentId)

Parameters:
behaviorComponentId    
Return:
Object

Init

protected Object Init(Object richTextEditorId,
                      Object type,
                      Object typeParameter)

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Parameters:
richTextEditorId    
type    
typeParameter    
Return:
Object
Overrides:
AdfObject.Init()

InitClass

protected static Object InitClass()

Return:
Object

initialize

public Object initialize(Object behaviorComponent)

As part of the client behavior contract, initialize is called when the component is created to give the behavior a chance to register event listeners.

Parameters:
behaviorComponent    
Return:
Object
Overrides:
AdfClientBehavior.initialize(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.