| Package | Description |
|---|---|
| pl.fhframework.fhdp.example.lookup.provider |
| Modifier and Type | Method and Description |
|---|---|
Country |
CountryLookupSimpleProvider.getValue(String code) |
Country |
CountryLookupProvider.getValue(String code) |
| Modifier and Type | Method and Description |
|---|---|
PageModel<Country> |
CountryPagedTableSource.createPagedModel(org.springframework.data.domain.Pageable pageable) |
List<Country> |
CountryLookupSimpleProvider.getValues(String text) |
PageModel<Country> |
CountryLookupProvider.getValuesPaged(String text,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
String |
CountryLookupSimpleProvider.getCode(Country element) |
String |
CountryLookupProvider.getCode(Country element) |
String |
CountryLookupSimpleProvider.getDisplayValue(Country element) |
String |
CountryLookupProvider.getDisplayValue(Country element) |
String |
CountryLookupProvider.getSrcKey(Country element) |
| Constructor and Description |
|---|
CountryPagedTableSource(List<Country> countries) |
Copyright © 2024. All rights reserved.