public interface SelectModelProvider
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObject |
getSelectModel(javax.json.JsonObject configuration)
Allows a component to dynamically populate select boxes.
|
javax.json.JsonObject getSelectModel(javax.json.JsonObject configuration)
{
"de" : "Germany"
"us" : "United States"
}
configuration - Config data needed to execute the method