OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.behavior
Class AdfInsertTextBehavior

Warning:

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

public class AdfInsertTextBehavior
extends AdfClientBehavior
Client behavior implementation for inserting text into a text input via a component event.



Field Summary

private Object
_componentId
private Object
_triggerType
private Object
_value


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfInsertTextBehavior(Object componentId, Object value, Object triggerType)
Client behavior implementation for inserting text into a text input via a component event.


Method Summary

public Object
fire(AdfComponentEvent event)
The fire method is called back when the event has been fired.
protected Object
Init(Object componentId, Object value, Object triggerType)
Initializes the instance.
protected static Object
InitClass()
public Object
initialize(AdfUIComponent component)
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


_componentId

private Object _componentId

_triggerType

private Object _triggerType

_value

private Object _value

Constructor Detail


AdfInsertTextBehavior

public AdfInsertTextBehavior(Object componentId,
                             Object value,
                             Object triggerType)

Client behavior implementation for inserting text into a text input via a component event.

Parameters:
componentId    
value    
triggerType    

Method Detail


fire

public Object fire(AdfComponentEvent event)

The fire method is called back when the event has been fired.

Parameters:
event  -  The event that has been fired
Return:
Object

Init

protected Object Init(Object componentId,
                      Object value,
                      Object triggerType)

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

Parameters:
componentId    
value    
triggerType    
Return:
Object
Overrides:
AdfObject.Init()

InitClass

protected static Object InitClass()

Return:
Object

initialize

public Object initialize(AdfUIComponent component)

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:
component  -  the behavior is contained in
Return:
Object
Overrides:
AdfClientBehavior.initialize(Object)

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

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.