Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF mobile list view auto update

MohanSoundararajanSep 5 2013 — edited Sep 17 2013

I am trying to mimic the 'StockTracker' example provided in the samples of ADF mobile.  I exactly want the same functionality

  • Update the list view based on the data update
  • The whole screen should NOT refresh ( with circular reload icon at the centre ), but only the data part alone
  • In addition, I have many other components (graphs, input fields, etc., ) in the page

I have tried to do a bit by bit comparison with the StockTracker example, but still I could not get the list view data update properly.  The whole page refreshes (even if I have only the list view in the page)

The observations were

  1. The whole page refreshes with the circular reload icon
  2. Having list view alone (without any other component) also refreshes the whole page.  ( similar to StockTracker example )
  3. Having other components (without list view) with the same data control used for the list view, auto updates the bar graph or pie chart without reloading the page

More details

  • I have propertyChangeSupport related code in the appropriate bean, as the values of the data points / records would change dynamically
  • I do not want providerChangeSupport as the number of data points / records will not change in list/graph
  • Bar graphs and Pie charts refresh properly using the same data control
  • Problem is only with the list views, which on including, reloads the whole page

So, is there anything I am missing for the list view.  I started mimicing the StockTracker example completely, but missing something.

Could anybody get what it is ?

Thanks in advance

- Mohan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2013
Added on Sep 5 2013
3 comments
407 views