public abstract class PartialUIXQuery
extends org.apache.myfaces.trinidad.component.UIXComponentBase
| Type | Phases | Description |
|---|---|---|
oracle.adf.view.rich.event.QueryEvent |
Invoke Application Apply Request Values |
The Query event is delivered when a query action is triggered. |
oracle.adf.view.rich.event.QueryOperationEvent |
Invoke Application Apply Request Values |
The QueryOperationEvent is generated for all operations performed on saved searches. These include creating, deleting, duplicating, reseting and selecting a saved search. |
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing. |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONJUNCTION_READ_ONLY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MODEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
QUERY_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
QUERY_OPERATION_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
| Modifier | Constructor and Description |
|---|---|
protected |
PartialUIXQuery(String rendererType)
Construct an instance of the PartialUIXQuery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addQueryListener(QueryListener listener)
Adds a query listener.
|
void |
addQueryOperationListener(QueryOperationListener listener)
Adds a queryOperation listener.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
String |
getFamily() |
QueryModel |
getModel()
Gets a QueryModel object that collectively represents the entire model for the query component.
|
javax.el.MethodExpression |
getQueryListener()
Gets a method reference to a Querylistener.
|
QueryListener[] |
getQueryListeners()
Returns an array of attached query listeners.
|
javax.el.MethodExpression |
getQueryOperationListener()
Gets a method reference to a QueryOperationlistener
|
QueryOperationListener[] |
getQueryOperationListeners()
Returns an array of attached queryOperation listeners.
|
QueryDescriptor |
getValue()
Gets a QueryDescriptor object.
|
boolean |
isConjunctionReadOnly()
Gets whether the conjunction is readOnly or not
|
void |
removeQueryListener(QueryListener listener)
Removes a query listener.
|
void |
removeQueryOperationListener(QueryOperationListener listener)
Removes a queryOperation listener.
|
void |
setConjunctionReadOnly(boolean conjunctionReadOnly)
Sets whether the conjunction is readOnly or not
|
void |
setModel(QueryModel model)
Sets a QueryModel object that collectively represents the entire model for the query component.
|
void |
setQueryListener(javax.el.MethodExpression queryListener)
Sets a method reference to a Querylistener.
|
void |
setQueryOperationListener(javax.el.MethodExpression queryOperationListener)
Sets a method reference to a QueryOperationlistener
|
void |
setValue(QueryDescriptor value)
Sets a QueryDescriptor object.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONJUNCTION_READ_ONLY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MODEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey QUERY_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey QUERY_OPERATION_LISTENER_KEY
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
protected PartialUIXQuery(String rendererType)
public final boolean isConjunctionReadOnly()
public final void setConjunctionReadOnly(boolean conjunctionReadOnly)
conjunctionReadOnly - the new conjunctionReadOnly valuepublic final QueryDescriptor getValue()
public final void setValue(QueryDescriptor value)
value - the new value valuepublic final QueryModel getModel()
public final void setModel(QueryModel model)
model - the new model valuepublic final javax.el.MethodExpression getQueryListener()
public final void setQueryListener(javax.el.MethodExpression queryListener)
queryListener - the new queryListener valuepublic final javax.el.MethodExpression getQueryOperationListener()
public final void setQueryOperationListener(javax.el.MethodExpression queryOperationListener)
queryOperationListener - the new queryOperationListener valuepublic final void addQueryListener(QueryListener listener)
listener - the query listener to addpublic final void removeQueryListener(QueryListener listener)
listener - the query listener to removepublic final QueryListener[] getQueryListeners()
public final void addQueryOperationListener(QueryOperationListener listener)
listener - the queryOperation listener to addpublic final void removeQueryOperationListener(QueryOperationListener listener)
listener - the queryOperation listener to removepublic final QueryOperationListener[] getQueryOperationListeners()
public String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase