isomorphic-software / smartgwt

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management.
37 stars 22 forks source link

getItems() method not available in DynamicForm #707

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello!

There's a method called setItems(FormItem... items) for a DynamicForm. It says 
it is a synonym for Synonym for setFields(FormItem[]).

It's kindda confusing not having a getItems() method -which will probably be a 
synonym also for getFields()-

I've spent some time to find out this.

Thanks!

Original issue reported on code.google.com by cirovlad...@gmail.com on 15 Feb 2013 at 10:35

GoogleCodeExporter commented 9 years ago

Original comment by smartgwt...@gmail.com on 15 Feb 2013 at 10:43