@CompileStatic class SimpleMapDataBindingSource extends Object implements DataBindingSource
| Type | Name and description |
|---|---|
boolean |
dataSourceAware |
| Constructor and description |
|---|
SimpleMapDataBindingSource(Map map) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
containsProperty(String propertyName) |
|
Object |
getAt(String propertyName) |
|
Object |
getIdentifierValue() |
|
Set<String> |
getPropertyNames() |
|
Object |
getPropertyValue(String propertyName) |
|
boolean |
hasIdentifier() |
|
int |
size() |