Hi there
 
I need a way to find out if the value on UITableModelAdapter is already valid or not.
 
Might it be possible (for future version) to provide a getter method to access the UITableModelAdapter in order to call the isValueUpToDate() method?
 
What i'm doing now, is access the UITableModelAdapter over reflection in order to access the private field of UITable. But this is more a workaround which should never get shipped.
 
Thanks in advance

Reply via email to