Package | Description |
---|---|
oracle.adf.view.rich.event |
Modifier and Type | Method and Description |
---|---|
QueryOperationEvent.Operation |
QueryOperationEvent.getOperation()
Returns the operation associated with the event.
|
static QueryOperationEvent.Operation |
QueryOperationEvent.Operation.valueOf(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.
|
Constructor and Description |
---|
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, Map<String,Object> updatedHints)
Constuctor of QueryOperationEvent, when the UI hints for a descriptor changes.
|