Package com.softwareag.caf.controls.mwsx
Class PeopleSearchBar
- All Implemented Interfaces:
IDynamicComponent
,IHideablePanel
,ILazyHideablePanel
,IPostPageComponentPhaseListener
,IScopedVariableComponent
,ITableRowStateHolder
,Serializable
,EventListener
,NamingContainer
,PartialStateHolder
,StateHolder
,TransientStateHolder
,ComponentSystemEventListener
,FacesListener
,PhaseListener
,SystemEventListenerHolder
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.webmethods.caf.faces.component.AbstractCompositeViewControl
AbstractCompositeViewControl.BindingExpressionReWriter
Nested classes/interfaces inherited from class com.webmethods.caf.faces.component.panel.BaseHideablePanel
BaseHideablePanel.PropertyKeys
-
Field Summary
Fields inherited from class com.webmethods.caf.faces.component.search.SearchBar
CONTROL_ID_CANCEL_SEARCH_OPTIONS_BUTTON, CONTROL_ID_CHANGE_ACTIVE_SEARCH_COMMAND, CONTROL_ID_CLEAR_SEARCH_FORM_BUTTON, CONTROL_ID_DELETE_SAVED_SEARCH_BUTTON, CONTROL_ID_REFINED_SEARCH_ASYNC_GO_BUTTON, CONTROL_ID_REFINED_SEARCH_GO_BUTTON, CONTROL_ID_SAVE_SEARCH_ASYNC_GO_BUTTON, CONTROL_ID_SAVE_SEARCH_GO_BUTTON, CONTROL_ID_SAVE_SEARCH_OPTIONS_BUTTON, CONTROL_ID_SAVE_SEARCH_QUERY_BUTTON, CONTROL_ID_SIMPLE_SEARCH_ASYNC_GO_BUTTON, CONTROL_ID_SIMPLE_SEARCH_GO_BUTTON, CONTROL_ID_UPDATE_SAVED_SEARCH_LINK, FACET_REFINE_PANEL, SEARCHBAR_VIEW
Fields inherited from class com.webmethods.caf.faces.component.AbstractCompositeViewControl
_deferredPropertiesMap, ATTR__VIEW_LOADED, fInstanceNumber, fPrototypedPageBeanName, fViewResourcePath, PORTLET_VIEW_ID
Fields inherited from class com.webmethods.caf.faces.component.panel.BaseHideablePanel
ATTR_CENTER, ATTR_DEFAULT_COMMAND, ATTR_DEFAULT_FOCUS, ATTR_DISABLE_WHEN_HIDDEN, ATTR_HIDE_EFFECT, ATTR_HIDE_EFFECT_OPTIONS, ATTR_OPACITY, ATTR_PROGRESS_DELAY, ATTR_PROGRESS_FLASH_ON_COMPLETE, ATTR_PROGRESS_MSG, ATTR_PROGRESS_USE_HIDE_SHOW_EFFECT, ATTR_SHOW_EFFECT, ATTR_SHOW_EFFECT_OPTIONS, m_savedSuppressed, m_savedVisible, TYPE
Fields inherited from class javax.faces.component.UIPanel
COMPONENT_FAMILY, COMPONENT_TYPE
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
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Serializable
void
Loads the embedded view as as children of this control, if the view has not already been loaded.Return the names of the page beans to replace when the binding expressions in the .view file are re-written.Methods inherited from class com.webmethods.caf.faces.component.search.SearchBar
applyDeferredProperties, getAttributes, getBuildQueryStringAction, getBuildQueryStringActionExpression, getCancelSearchOptionsAction, getCancelSearchOptionsActionExpression, getChangeActiveSavedSearchAction, getChangeActiveSavedSearchActionExpression, getClearFormAction, getClearFormActionExpression, getControlBean, getDefaultCommandId, getDefaultFocusId, getDeleteSavedAction, getDeleteSavedActionExpression, getFacet, getPersistSearchOptionsAction, getPersistSearchOptionsActionExpression, getSaveQueryAction, getSaveQueryActionExpression, getUpdateSavedQueryAction, getUpdateSavedQueryActionExpression, getValueExpression, populateInitialComponents, setBuildQueryStringAction, setBuildQueryStringActionExpression, setCancelSearchOptionsAction, setCancelSearchOptionsActionExpression, setChangeActiveSavedSearchAction, setChangeActiveSavedSearchActionExpression, setClearFormAction, setClearFormActionExpression, setDeleteSavedAction, setDeleteSavedActionExpression, setPersistSearchOptionsAction, setPersistSearchOptionsActionExpression, setSaveQueryAction, setSaveQueryActionExpression, setUpdateSavedQueryAction, setUpdateSavedQueryActionExpression, setValueExpression
Methods inherited from class com.webmethods.caf.faces.component.AbstractCompositeViewControl
afterPhase, associateControlWithBean, associateControlWithBean, beforePhase, clearPageBean, encodeBegin, encodeChildren, encodeEnd, getDeferredPropertiesMap, getInternalPageBean, getInternalPageBean, getInternalPageBeanName, getPhaseId, getPostPagePhaseId, getScopedVariable, getScopedVariableName, importChildrenFromView, loadView, postPageAfterPhase, postPageBeforePhase, processDecodes, processEvent, processLoadView, processRestoreState, processSaveState, processUpdates, processValidators, restoreState, saveState, visitTree
Methods inherited from class com.webmethods.caf.faces.component.panel.BaseHideablePanel
decode, findSuppressed, getRendersChildren, getSuppressInputs, getTableRowState, isAncestorOrSelf, isDisableWhenHidden, isLazy, isRefreshOnShow, isTwoPass, isVisible, setDisableWhenHidden, setLazy, setRefreshOnShow, setSuppressInputs, setTableRowState, setTwoPass, setVisible
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, findComponent, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView
-
Constructor Details
-
PeopleSearchBar
public PeopleSearchBar()
-
-
Method Details
-
createPageBean
- Overrides:
createPageBean
in classSearchBar
-
ensureEmbeddedViewIsLoaded
public void ensureEmbeddedViewIsLoaded()Description copied from class:AbstractCompositeViewControl
Loads the embedded view as as children of this control, if the view has not already been loaded.- Overrides:
ensureEmbeddedViewIsLoaded
in classAbstractCompositeViewControl
-
getPageNamesToReplaceInBindingExpressions
Description copied from class:AbstractCompositeViewControl
Return the names of the page beans to replace when the binding expressions in the .view file are re-written.- Overrides:
getPageNamesToReplaceInBindingExpressions
in classAbstractCompositeViewControl
-