@Service public class CountryLookupSimpleProvider extends Object implements IComboDataProvider<Country,String>
| Constructor and Description |
|---|
CountryLookupSimpleProvider() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
areObjectsEquals(String element1,
String element2) |
String |
getCode(Country element) |
String |
getDisplayValue(Country element) |
String |
getTitle() |
Country |
getValue(String code) |
List<Country> |
getValues(String text) |
public String getCode(Country element)
getCode in interface IComboDataProvider<Country,String>public String getDisplayValue(Country element)
getDisplayValue in interface IComboDataProvider<Country,String>public Boolean areObjectsEquals(String element1, String element2)
areObjectsEquals in interface IComboDataProvider<Country,String>public String getTitle()
Copyright © 2024. All rights reserved.