OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component
Class AdfUIQuery

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.component.AdfUIQuery
Direct Known Subclasses:
AdfRichQuery, AdfRichQuickQuery

public class AdfUIQuery
extends Object
UIXQuery is the base abstraction for components that deliver a QueryEvent when a user performs a search or that deliver a QueryOperationEvent when user personalizes saved searches.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIQuery()
UIXQuery is the base abstraction for components that deliver a QueryEvent when a user performs a search or that deliver a QueryOperationEvent when user personalizes saved searches.


Method Summary

public Boolean
getConjunctionReadOnly()
Get function for attribute for 'conjunctionReadOnly'.
public Object
getModel()
Get function for attribute for 'model'.
public Object
getQueryListener()
Get function for attribute for 'queryListener'.
public Object
getQueryOperationListener()
Get function for attribute for 'queryOperationListener'.
public Object
getValue()
Get function for attribute for 'value'.
public void
setValue(Object newValue)
Set function for attribute 'Value'.


Field Detail


Constructor Detail


AdfUIQuery

public AdfUIQuery()

UIXQuery is the base abstraction for components that deliver a QueryEvent when a user performs a search or that deliver a QueryOperationEvent when user personalizes saved searches.

Method Detail


getConjunctionReadOnly

public Boolean getConjunctionReadOnly()

Get function for attribute for 'conjunctionReadOnly'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Boolean - ConjunctionReadOnly

getModel

public Object getModel()

Get function for attribute for 'model'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - Model

getQueryListener

public Object getQueryListener()

Get function for attribute for 'queryListener'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - QueryListener

getQueryOperationListener

public Object getQueryOperationListener()

Get function for attribute for 'queryOperationListener'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - QueryOperationListener

getValue

public Object getValue()

Get function for attribute for 'value'.

Return:
Object - Value

setValue

public void setValue(Object newValue)

Set function for attribute 'Value'.

Parameters:
newValue    
Return:
void - No Value returned

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

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.