tomkaXX / axiis

Automatically exported from code.google.com/p/axiis
0 stars 0 forks source link

Distinguish between dataField and dataFunction #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently AbstractLayout can take a string as a dataField and 
intelligently parse it to determine the chain of properties that 
ultimately lead to the desired data. It can also take a function, execute 
it, and use the return value as the data. This is not clear from the API 
and should be broken into two separate properties -- "dataField" 
and "dataFunction". The presence of dataFunction should supersede dataField

Original issue reported on code.google.com by mvand...@gmail.com on 4 Dec 2009 at 1:54