A DataBindingSource is a lot like a Map but is read-only and is tailored to support data binding.
| Type | Name and description | 
|---|---|
| boolean | containsProperty(java.lang.String propertyName)@param propertyName the name of a property | 
| java.lang.Object | getAt(java.lang.String propertyName)Convencience operator overloading | 
| java.lang.Object | getIdentifierValue()@return the identifier value for binding or null if no identifier is represented by this binding source | 
| java.util.Set<java.lang.String> | getPropertyNames()@return the names of properties represented | 
| java.lang.Object | getPropertyValue(java.lang.String propertyName)@param propertyName the name of a property | 
| boolean | hasIdentifier()@return true if this binding source contains an identifier for binding | 
| boolean | isDataSourceAware()@return true if GORM operations should be enabled when binding with this DataBindingSource | 
| void | setDataSourceAware(boolean isDataSourceAware)@param isDataSourceAware true if GORM operations should be enabled when binding with this DataBindingSource | 
| int | size()@return the number of properties represented by this binding source | 
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