kolombet/axiis

Distinguish between dataField and dataFunction

Opened this issue · 0 comments

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