|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.rich.component.PartialUIXQuery
public abstract class PartialUIXQuery
| 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. |
| Field Summary | |
|---|---|
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 |
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
protected |
PartialUIXQuery(String rendererType)Construct an instance of the PartialUIXQuery. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, 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, validateChildrenImpl |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, clearCachedClientIds, clearCachedClientIds, 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, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public 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
| Constructor Detail |
|---|
protected PartialUIXQuery(String rendererType)
| Method Detail |
|---|
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
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.