Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Uses of Class
oracle.adf.view.rich.event.QueryOperationEvent.Operation

Packages that use QueryOperationEvent.Operation
oracle.adf.view.rich.event   

 

Uses of QueryOperationEvent.Operation in oracle.adf.view.rich.event

 

Methods in oracle.adf.view.rich.event that return QueryOperationEvent.Operation
 QueryOperationEvent.Operation QueryOperationEvent.getOperation()
          Returns the operation associated with the event.
static QueryOperationEvent.Operation QueryOperationEvent.Operation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryOperationEvent.Operation[] QueryOperationEvent.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.adf.view.rich.event with parameters of type QueryOperationEvent.Operation
QueryOperationEvent(javax.faces.component.UIComponent source, QueryOperationEvent.Operation operation, QueryDescriptor descriptor)
          Constuctor of QueryOperationEvent.
QueryOperationEvent(javax.faces.component.UIComponent source, QueryOperationEvent.Operation operation, QueryDescriptor descriptor, AttributeCriterion criterion)
          Constructor of a QueryOperationEvent, queued when the value of a criterion with dependent criterion, changes.
QueryOperationEvent(javax.faces.component.UIComponent source, QueryOperationEvent.Operation operation, QueryDescriptor descriptor, java.util.Map<java.lang.String,java.lang.Object> updatedHints)
          Constuctor of QueryOperationEvent, when the UI hints for a descriptor changes.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.