public class UIGenericPicker
extends javax.faces.component.UICommand
| Modifier and Type | Class and Description |
|---|---|
static class |
UIGenericPicker.PickerEvent
Class representing the an action relevant to the Generic Selector component.
|
| Constructor and Description |
|---|
UIGenericPicker()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
void |
decode(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
java.lang.String |
getAddButtonLabel() |
java.lang.String |
getFamily() |
int |
getFilterIndex() |
javax.faces.model.SelectItem[] |
getFilterOptions() |
boolean |
getFilterRefresh() |
int |
getHeight() |
boolean |
getMultiSelect() |
javax.faces.el.MethodBinding |
getQueryCallback() |
java.lang.String |
getSearchButtonLabel() |
java.lang.String[] |
getSelectedResults() |
boolean |
getShowAddButton() |
boolean |
getShowContains() |
boolean |
getShowFilter() |
int |
getWidth() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAddButtonLabel(java.lang.String addButtonLabel) |
void |
setFilterRefresh(boolean filterRefresh) |
void |
setHeight(int height) |
void |
setMultiSelect(boolean multiSelect) |
void |
setQueryCallback(javax.faces.el.MethodBinding binding) |
void |
setSearchButtonLabel(java.lang.String searchButtonLabel) |
void |
setShowAddButton(boolean showAddButton) |
void |
setShowContains(boolean showContains) |
void |
setShowFilter(boolean showFilter) |
void |
setWidth(int width) |
addActionListener, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValueaddFacesListener, 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, setValueBindingpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UICommandUIComponent.getFamily()public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UICommandStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UICommandStateHolder.saveState(javax.faces.context.FacesContext)public void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBaseUIComponentBase.decode(javax.faces.context.FacesContext)public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UICommandjavax.faces.event.AbortProcessingExceptionUIComponentBase.broadcast(javax.faces.event.FacesEvent)public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeBegin(javax.faces.context.FacesContext)public javax.faces.model.SelectItem[] getFilterOptions()
public int getFilterIndex()
public java.lang.String getSearchButtonLabel()
public void setSearchButtonLabel(java.lang.String searchButtonLabel)
searchButtonLabel - The searchButtonLabel to set.public java.lang.String getAddButtonLabel()
public void setAddButtonLabel(java.lang.String addButtonLabel)
addButtonLabel - The addButtonLabel to set.public boolean getShowAddButton()
public void setShowAddButton(boolean showAddButton)
showAddButton - The showAddButton to set.public boolean getShowContains()
public void setShowContains(boolean showContains)
showContains - The showContains to set.public boolean getShowFilter()
public void setShowFilter(boolean showFilter)
showFilter - The showFilter to set.public boolean getFilterRefresh()
public void setFilterRefresh(boolean filterRefresh)
filterRefresh - The filterRefresh to set.public boolean getMultiSelect()
public void setMultiSelect(boolean multiSelect)
multiSelect - Flag to determine whether multi select is enabledpublic int getWidth()
public void setWidth(int width)
width - The width to set.public int getHeight()
public void setHeight(int height)
height - The height to set.public javax.faces.el.MethodBinding getQueryCallback()
public void setQueryCallback(javax.faces.el.MethodBinding binding)
binding - The queryCallback MethodBinding to set.public java.lang.String[] getSelectedResults()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.