| Package | Description |
|---|---|
| oracle.adf.view.rich.event | |
| oracle.adf.view.rich.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeCriterion |
QueryOperationEvent.getAttributeCriterion()
Returns the AttributeCriterion instance associated with the event.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AttributeCriterion |
QueryDescriptor.getCurrentCriterion()
Gets the Criterion to use as the default or the current criterion.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
QueryDescriptor.setCurrentCriterion(AttributeCriterion attrCriterion)
Sets the AttributeCriterion object as the current one.
|