Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Function missing from SmartGWT java wrapper

    I have noticed that DataSource.getClientOnlyDataSource() is available in the JS library, but is missing from the Java wrapper.

    Can I expect that it will be added in the near future?

    #2
    Yes, however, it's a relatively trivial convenience method that you can easily implement yourself. Call DataSource.fetchData() and create a new clientOnly DataSource from the resulting data, using setInheritsFrom() to inherit field definitions the original DataSource.

    Comment

    Working...
    X