public class UISimpleSearch extends UICommand
Modifier and Type | Class and Description |
---|---|
static class |
UISimpleSearch.AdvancedSearchEvent |
static class |
UISimpleSearch.SearchEvent
Class representing a search execution from the UISimpleSearch component.
|
COMPONENT_FAMILY, COMPONENT_TYPE
Constructor and Description |
---|
UISimpleSearch()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
broadcast(FacesEvent event) |
void |
decode(FacesContext context) |
void |
encodeBegin(FacesContext context) |
String |
getFamily() |
String |
getLastSearch() |
SearchContext |
getSearchContext()
Return the current Search Context
|
int |
getSearchMode() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
addActionListener, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue
addFacesListener, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public String getFamily()
getFamily
in class UICommand
UIComponent.getFamily()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UICommand
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UICommand
StateHolder.saveState(javax.faces.context.FacesContext)
public void decode(FacesContext context)
decode
in class UIComponentBase
UIComponentBase.decode(javax.faces.context.FacesContext)
public void broadcast(FacesEvent event) throws AbortProcessingException
broadcast
in class UICommand
AbortProcessingException
UICommand.broadcast(javax.faces.event.FacesEvent)
public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
public SearchContext getSearchContext()
public String getLastSearch()
public int getSearchMode()
Copyright © 2005–2017 Alfresco Software. All rights reserved.