public interface DataBindingSource
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 | 
|---|---|---|
 | 
                            public boolean | 
                            containsProperty(java.lang.String propertyName)
  | 
                        
 | 
                            public java.lang.Object | 
                            getAt(java.lang.String propertyName)Convencience operator overloading  | 
                        
 | 
                            public java.lang.Object | 
                            getIdentifierValue()
  | 
                        
 | 
                            public java.util.Set<java.lang.String> | 
                            getPropertyNames()
  | 
                        
 | 
                            public java.lang.Object | 
                            getPropertyValue(java.lang.String propertyName)
  | 
                        
 | 
                            public boolean | 
                            hasIdentifier()
  | 
                        
 | 
                            public boolean | 
                            isDataSourceAware()
  | 
                        
 | 
                            public void | 
                            setDataSourceAware(boolean isDataSourceAware)
  | 
                        
 | 
                            public 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