OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adf.view.js.component.rich
Class AdfRichPoll

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIPoll
         |
         +--oracle.adf.view.js.component.rich.AdfRichPoll

public class AdfRichPoll
extends AdfUIPoll
The poll component will deliver PollEvents to the server at fixed intervals.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPoll()
The poll component will deliver PollEvents to the server at fixed intervals.


Method Summary

public Number
getInterval()
Get function for attribute for 'interval'.
public Number
getTimeout()
Get function for attribute for 'timeout'.
public void
setInterval(Number newInterval)
Set function for attribute 'Interval'.
public void
setTimeout(Number newTimeout)
Set function for attribute 'Timeout'.


Methods inherited from org.apache.myjs.trinidad.component.AdfUIPoll

getImmediate, getPollListener


Field Detail


Constructor Detail


AdfRichPoll

public AdfRichPoll()

The poll component will deliver PollEvents to the server at fixed intervals.

Method Detail


getInterval

public Number getInterval()

Get function for attribute for 'interval'.

Return:
Number - Interval

getTimeout

public Number getTimeout()

Get function for attribute for 'timeout'.

Return:
Number - Timeout

setInterval

public void setInterval(Number newInterval)

Set function for attribute 'Interval'.

Parameters:
newInterval    
Return:
void - No Value returned

setTimeout

public void setTimeout(Number newTimeout)

Set function for attribute 'Timeout'.

Parameters:
newTimeout    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2012.03.28 02:21 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.