Purpose
The ucRenderUserPopup method can return a new displayVal string. This will replace the string that ExtraView was to render with the string value returned by this method.
Applies To
Field Rendering Methods
Signature
public String ucRenderUserPopup( SesameSession session,
String pGlobal,
String fieldName,
String layoutType,
String selectedVal,
String[] vals,
HashMap selectedVals,
HashMap attributes,
int row,
boolean multiple)
Notes
Example
public String ucRenderUserPopup(SesameSession session,
String pGlobal,
String fieldName,
String layoutType,
String selectedVal,
String[] vals,
HashMap selectedVals,
HashMap attributes,
int row,
boolean multiple) {
return null;
}