| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10  | 
||||||||
| 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
              
org.apache.myfaces.trinidad.component.UIXValue
                  
org.apache.myfaces.trinidad.component.UIXEditableValue
                      
oracle.adf.view.faces.bi.component.hierarchyViewer.Search
public class Search
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey | 
ACTION_LISTENER_KEY | 
static java.lang.String | 
COMPONENT_FAMILY | 
static java.lang.String | 
COMPONENT_TYPE | 
protected static java.lang.String | 
DEFAULT_INITIAL_BEHAVIOR | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
INITIAL_BEHAVIOR_KEY | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
SEARCH_ADVANCED_TEMPLATES_KEY | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
SEARCH_NODE_TEMPLATES_KEY | 
static org.apache.myfaces.trinidad.bean.FacesBean.Type | 
TYPE | 
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXEditableValue | 
|---|
CONVERSION_MESSAGE_ID, IMMEDIATE_KEY, LOCAL_VALUE_SET_KEY, REQUIRED_KEY, REQUIRED_MESSAGE_DETAIL_KEY, REQUIRED_MESSAGE_ID, SUBMITTED_VALUE_KEY, VALID_KEY, VALIDATE_EMPTY_FIELDS_PARAM_NAME, VALIDATOR_KEY, VALIDATORS_KEY, VALUE_CHANGE_LISTENER_KEY | 
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXValue | 
|---|
CONVERTER_KEY, 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 | 
|---|
bindings | 
| Constructor Summary | |
|---|---|
Search()Constructs an instance of the Search.  | 
|
| Method Summary | |
|---|---|
 void | 
broadcast(javax.faces.event.FacesEvent event) | 
 javax.el.MethodExpression | 
getActionListener()Gets a method reference to a action listener The method is invoked when the end user tries to perform a search  | 
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type | 
getBeanType() | 
 java.lang.String | 
getFamily() | 
 java.lang.String | 
getInitialBehavior()Gets the behavior of the search panel.  | 
 java.lang.String | 
getRendererType() | 
 void | 
queueEvent(javax.faces.event.FacesEvent event) | 
 void | 
setActionListener(javax.el.MethodExpression actionListener)Sets a method reference to a action listener The method is invoked when the end user tries to perform a search  | 
 void | 
setInitialBehavior(java.lang.String initBehavior)Sets the behavior of the search panel.  | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXEditableValue | 
|---|
addValidator, addValueChangeListener, compareValues, getConvertedValue, getRequiredMessageDetail, getRequiredMessageKey, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setImmediate, setLocalValueSet, setRequired, setRequiredMessageDetail, setSubmittedValue, setValid, setValidator, setValueChangeListener, shouldValidateEmptyFields, updateModel, validate, validateValue | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXValue | 
|---|
getConverter, getLocalValue, getValue, setConverter, setValue | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent | 
|---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree | 
| Methods inherited from class javax.faces.component.UIComponent | 
|---|
encodeAll, getContainerClientId | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface javax.faces.component.ValueHolder | 
|---|
getConverter, getLocalValue, getValue, setConverter, setValue | 
| Field Detail | 
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTION_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INITIAL_BEHAVIOR_KEY
public static org.apache.myfaces.trinidad.bean.PropertyKey SEARCH_NODE_TEMPLATES_KEY
public static org.apache.myfaces.trinidad.bean.PropertyKey SEARCH_ADVANCED_TEMPLATES_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
protected static final java.lang.String DEFAULT_INITIAL_BEHAVIOR
| Constructor Detail | 
|---|
public Search()
| Method Detail | 
|---|
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXEditableValuepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXEditableValuepublic final javax.el.MethodExpression getActionListener()
public final void setActionListener(javax.el.MethodExpression actionListener)
actionListener - the new actionListener valuepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void broadcast(javax.faces.event.FacesEvent event)
               throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXEditableValuejavax.faces.event.AbortProcessingExceptionpublic final java.lang.String getInitialBehavior()
public final void setInitialBehavior(java.lang.String initBehavior)
initBehavior - the new initBehavior value
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||