OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.behavior
Class AdfCheckUncommittedDataBehavior

Warning:

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

public class AdfCheckUncommittedDataBehavior
extends AdfClientBehavior
Client behavior implementation for displaying uncommitted data warning and cancelling the client event if navigation was not confirmed by the user



Field Summary


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

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfCheckUncommittedDataBehavior()
Client behavior implementation for displaying uncommitted data warning and cancelling the client event if navigation was not confirmed by the user


Method Summary

public Object
fire(Object event)
The fire method is called back when the event has been fired.
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, Init, toDebugString, toString


Field Detail


Constructor Detail


AdfCheckUncommittedDataBehavior

public AdfCheckUncommittedDataBehavior()

Client behavior implementation for displaying uncommitted data warning and cancelling the client event if navigation was not confirmed by the user

Method Detail


fire

public Object fire(Object event)

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

Parameters:
event  -  The event that has been fired
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  -  command family component
Return:
Object
Overrides:
AdfClientBehavior.initialize(Object)

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

 

Generated on 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.