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(String propertyName)
|
|
public Object |
getAt(String propertyName) Convencience operator overloading |
|
public Object |
getIdentifierValue()
|
|
public Set<String> |
getPropertyNames()
|
|
public Object |
getPropertyValue(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