JavaScript API Reference for Oracle ADF Faces
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
oracle.adfinternal.view.js.behavior
Class AdfRichTextEditorBehaviorManager
Warning:
This is an unsupported, internal implementation class.
Use an API class that might provide equivalent functionality instead.
This class will change without notice.
It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adfinternal.view.js.behavior.AdfRichTextEditorBehaviorManager
public class AdfRichTextEditorBehaviorManager
extends AdfObject
This class manages the subscribing of richTextEditorBehaviors to an richTextEditor component. The richTextEditor component is not necessarily always initialized when the behaviors are initializing, so this class queues the behaviors until the richTextEditor is there. The class is a singleton, use #getInstance to get an instance.
Methods inherited from oracle.adf.view.js.base.AdfObject
adopt , clone , createCallback , createInitializedObject , createSubclass , ensureClassInitialization , equals , getClass , GetLazyArrayProperty , GetLazyMapProperty , getTypeName , Init , toDebugString , toString
public AdfRichTextEditorBehaviorManager ()
This class manages the subscribing of richTextEditorBehaviors to an richTextEditor component. The richTextEditor component is not necessarily always initialized when the behaviors are initializing, so this class queues the behaviors until the richTextEditor is there. The class is a singleton, use #getInstance to get an instance.
public Boolean addBinding (String componentClientId,
String boundComponentId,
Object behaviorComponent,
String command,
String commandParameter,
String propertyName,
String eventType)
Adds a binding to the specified richTextEditor-component.
Parameters:
componentClientId
-
The clientId of the richTextEditor component.
boundComponentId
-
The id of the peer that registers with the richTextEditor.
behaviorComponent
command
-
The command to use for binding.
commandParameter
-
Null or the optional parameter for the command.
propertyName
-
The name of the property on the boundComponent to bind to.
eventType
-
The type of events on the boundComponent to listen to.
Return:
Boolean
- true if successfully bound, false if queued
public static AdfRichTextEditorBehaviorManager getInstance ()
Gets the instance of this class.
Return:
AdfRichTextEditorBehaviorManager
- the instance.
public Object isComponentIdRegistered (String componentId)
Retrieves whether the component with the specified ID is registered with this manager.
Parameters:
componentId
-
a non-null richTextEditor component ID
Return:
Object
public Object registerComponent (AdfRichTextEditor component)
Lets the manager the the component is available. If there is a queue for the component, it will be emptied.
Parameters:
component
-
A richTextEditor component.
Return:
Object
public Object unregisterComponent (AdfRichTextEditor component)
Unregisters a component.
Parameters:
component
-
A richTextEditor component.
Return:
Object
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.