public enum NamePickerProcessor extends Enum<NamePickerProcessor> implements INamePickerValueService
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
buildDisplayLabelsFromDatabase(UINamePicker uiNp,
String[] values,
Map<String,String> hsRC,
lotus.domino.Database db) |
Map<String,String> |
getDislplayLabels(UINamePicker uiNp,
String[] values) |
List<NameEntry> |
getTypeAheadValues(UINamePicker uiNp,
String strSearch) |
static NamePickerProcessor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamePickerProcessor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamePickerProcessor INSTANCE
public static NamePickerProcessor[] values()
for (NamePickerProcessor c : NamePickerProcessor.values()) System.out.println(c);
public static NamePickerProcessor valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic List<NameEntry> getTypeAheadValues(UINamePicker uiNp, String strSearch) throws lotus.domino.NotesException
getTypeAheadValues
in interface INamePickerValueService
lotus.domino.NotesException
public Map<String,String> getDislplayLabels(UINamePicker uiNp, String[] values)
getDislplayLabels
in interface INamePickerValueService
public void buildDisplayLabelsFromDatabase(UINamePicker uiNp, String[] values, Map<String,String> hsRC, lotus.domino.Database db) throws lotus.domino.NotesException
lotus.domino.NotesException
Copyright © 2021. All Rights Reserved.