public class SelfUserLOVProvider extends java.lang.Object implements LOVProviderIf, ReportFieldFormatterIf
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
SelfUserLOVProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatValue(java.lang.Object value,
java.lang.Object parentObject) |
FormLOVPair[] |
getLOVs(WizardSession session)
Method to get the FormLOVPair objects to be returned for this session
|
FormLOVPair[] |
getLOVsPerGroup(int groupId) |
public static final java.lang.String NAME
public FormLOVPair[] getLOVs(WizardSession session)
LOVProviderIfgetLOVs in interface LOVProviderIfsession - - the wizardSessionpublic FormLOVPair[] getLOVsPerGroup(int groupId)
public java.lang.String formatValue(java.lang.Object value,
java.lang.Object parentObject)
formatValue in interface ReportFieldFormatterIf