cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic refresh

former_member821267
Discoverer
0 Kudos

Hi,

Is automatic refresh possible in web dynpro?

If not, is it possible to implement time based refresh( i.e. the view gets refreshed after automatically after specified interwals of time..

please help.

shashank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shashank,

You can call following method to refresh a view's layout.

view.resetView();

This will reset the view to original state.

You can get current view object in "doModifyView" method .

Regards

Anilkumar

Former Member
0 Kudos

Hi Shashank,

use the TimedTrigger UI element to trigger a WD action after a specified time interval; implement the refresh needed in the action event handler. As far as I know that's the only mechanism for "automatic" updates (i.e. updates not triggered by user action).

Regards,

Patric.

former_member821267
Discoverer
0 Kudos

Hi Patric,

Thanks for the reply!!

But I cant see any TimeTriggered UI element in the dropdown one gets when one wants to include a UI Element.

Is it because of a difference in version or is there any other way to include that?

please help!!

regards,

Shashank

Former Member
0 Kudos

I remember seeing it from NDS version 2.0.7 onwards. It is in the "Simple Standard" grouping third row, an icon with a "star" in it.

Regards

Pran

Former Member
0 Kudos

Thank you Pran; sorry can't give you points for this info

Regards,

Patric.