public class UINamePicker
extends com.ibm.xsp.component.UIInputEx
implements com.ibm.xsp.component.FacesAjaxComponent
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
Constructor and Description |
---|
UINamePicker() |
Modifier and Type | Method and Description |
---|---|
String |
buildFTSearch(String strSearch) |
String |
buildJSFunctionCall(NameEntry nam) |
String |
buildJSFunctionName() |
javax.faces.el.MethodBinding |
getBuildLabel() |
javax.faces.el.MethodBinding |
getBuildLine() |
javax.faces.el.MethodBinding |
getBuildValue() |
String |
getDatabase() |
String |
getDisplayLableValue(lotus.domino.Document docSearch) |
NameEntry |
getDocumentEntryRepresentation(lotus.domino.Document docSearch) |
String |
getFamily() |
String |
getLookupView() |
INamePickerValueService |
getNamePickerValueService(javax.faces.context.FacesContext context) |
String |
getNameValueBean() |
String |
getRefreshId() |
String |
getSearchQuery() |
String |
getView() |
boolean |
handles(javax.faces.context.FacesContext arg0) |
boolean |
isDisplayLabel() |
boolean |
isReadonly() |
boolean |
isReadOnly() |
void |
processAjaxRequest(javax.faces.context.FacesContext context) |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setBuildLabel(javax.faces.el.MethodBinding buildLabel) |
void |
setBuildLine(javax.faces.el.MethodBinding buildLine) |
void |
setBuildValue(javax.faces.el.MethodBinding buildValue) |
void |
setDatabase(String database) |
void |
setDisplayLabel(boolean displayLabel) |
void |
setLookupView(String lookupView) |
void |
setNameValueBean(String nameValueBean) |
void |
setReadonly(boolean readOnly) |
void |
setReadOnly(boolean readOnly) |
void |
setRefreshId(String refreshId) |
void |
setSearchQuery(String searchQuery) |
void |
setView(String view) |
addDojoAttribute, buildContents, getConvertedValue, getDefaultHtmlFilter, getDefaultHtmlFilterIn, getDefaultValue, getDojoAttributes, getDojoType, getHtmlFilter, getHtmlFilterIn, getHtmlFilterInName, getHtmlFilterName, getMultipleSeparator, getRendererComponent, getRequiredMessage, getStyleKitFamily, getValue, getValueAsList, getValueAsString, initAfterContents, initBeforeContents, isDisableClientSideValidation, isDisableModifiedFlag, isDisableValidators, isMultipleTrim, isRequired, isShowReadonlyAsDisabled, setDefaultValue, setDisableClientSideValidation, setDisableModifiedFlag, setDisableValidators, setDojoAttributes, setDojoType, setMultipleSeparator, setMultipleTrim, setRendererComponent, setRequired, setShowReadonlyAsDisabled, setValueFromString, updateModel, validateItemValue, validateValue
addValidator, addValueChangeListener, broadcast, compareValues, decode, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validate
getConverter, getLocalValue, setConverter
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
_xspGetStateId, _xspGetStateMap, _xspRestoreAttribute, _xspRestoreState, _xspSaveState, invokeOnComponent, isVisitable, markInitialState, setControlState, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public String getDatabase()
public void setDatabase(String database)
public String getView()
public void setView(String view)
public String getLookupView()
public void setLookupView(String lookupView)
public String getSearchQuery()
public void setSearchQuery(String searchQuery)
public String getNameValueBean()
public void setNameValueBean(String nameValueBean)
public boolean isDisplayLabel()
public void setDisplayLabel(boolean displayLabel)
public String getRefreshId()
public void setRefreshId(String refreshId)
public javax.faces.el.MethodBinding getBuildLabel()
public void setBuildLabel(javax.faces.el.MethodBinding buildLabel)
public javax.faces.el.MethodBinding getBuildValue()
public void setBuildValue(javax.faces.el.MethodBinding buildValue)
public javax.faces.el.MethodBinding getBuildLine()
public void setBuildLine(javax.faces.el.MethodBinding buildLine)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isReadonly()
public void setReadonly(boolean readOnly)
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class com.ibm.xsp.component.UIInputEx
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class com.ibm.xsp.component.UIInputEx
public boolean handles(javax.faces.context.FacesContext arg0)
handles
in interface com.ibm.xsp.component.FacesAjaxComponent
public void processAjaxRequest(javax.faces.context.FacesContext context) throws IOException
processAjaxRequest
in interface com.ibm.xsp.component.FacesAjaxComponent
IOException
public INamePickerValueService getNamePickerValueService(javax.faces.context.FacesContext context)
public String getDisplayLableValue(lotus.domino.Document docSearch)
public NameEntry getDocumentEntryRepresentation(lotus.domino.Document docSearch)
public String buildJSFunctionName()
Copyright © 2021. All Rights Reserved.