Searched refs:mapOptionList (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMPropertySheetModel.java119 private Map<String, OptionList> mapOptionList; field in class:AMPropertySheetModel
195 mapOptionList = new HashMap<String, OptionList>();
237 mapOptionList.put(name, optionList);
377 m.setValueOptionList(mapOptionList.get(name));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMPropertySheetModel.java119 private Map<String, OptionList> mapOptionList; field in class:AMPropertySheetModel
195 mapOptionList = new HashMap<String, OptionList>();
237 mapOptionList.put(name, optionList);
377 m.setValueOptionList(mapOptionList.get(name));

Completed in 29 milliseconds