cancel
Showing results for 
Search instead for 
Did you mean: 

time trigger

0 Kudos

hi experts ,

i am new to webdynpro,

can any one help me on how to use timedtrigger UIElements?... and what is the purpose of tat?

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

hi anzy and alex,

thanks 4 ur quick reply,

i understood the purpose but in

the component wdr_ test_ui_elements, i cant able to view the particular UIelements, there is any other web dynpro component

thanks in advance.

Former Member
0 Kudos

hi ganesh..........

you can use the component 'wdr_test_events' which has an examle for all UI elements seperately in every view.

---regards,

alex b justin

mohammed_anzys
Contributor
0 Kudos

Hi

Use WDR_TEST_EVENTS...where you can see teh code as well., the view name is TIMEDTRIGGER.

Thanks

Anzy

Answers (3)

Answers (3)

0 Kudos

hi anzy and alex ,

thanks i found it.

Former Member
0 Kudos

hi ganesh,

the main purpose of the timed trigger is to have a countdown.

you just insert the UI element in your view and give the delay.

the delay must be an integer and it will be taken in seconds.

give a name for the 'ON Action'.

inside this method you will be writing the coding of what should happen when this delay time expires.

Once this delay time expires it again resets the timer delay to n seconds.

so this method will be called for every n seconds.

note:

you can either give the delay value directly or bind it to an attributte of type i.

---regards,

alex b justin

mohammed_anzys
Contributor
0 Kudos

Hi Ganesh,

Time trigger is used when you need to refresh a page for a particular interval of time...You can also associate an action with this time trigger....like every ten seconds i need to update the values displayed in the table view...

You can have a look @ WDR_TEST_UI_ELEMENTS example.

Thanks

Anzy