A DataBindingSource is a lot like a Map but is read-only and is tailored to support data binding.
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
containsProperty(java.lang.String propertyName)
|
|
java.lang.Object |
getAt(java.lang.String propertyName) Convencience operator overloading |
|
java.lang.Object |
getIdentifierValue()
|
|
java.util.Set<java.lang.String> |
getPropertyNames()
|
|
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
|
|
boolean |
hasIdentifier()
|
|
boolean |
isDataSourceAware()
|
|
void |
setDataSourceAware(boolean isDataSourceAware)
|
|
int |
size()
|
propertyName
- the name of a propertyConvencience operator overloading
propertyName
- the name of a property
propertyName
- the name of a property
isDataSourceAware
- true if GORM operations should be enabled when binding with this DataBindingSource