OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUIPoll

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIPoll
Direct Known Subclasses:
AdfRichPoll

public class AdfUIPoll
extends Object
The poll component initiates poll to the server.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIPoll()
The poll component initiates poll to the server.


Method Summary

public Boolean
getImmediate()
Get function for attribute for 'immediate'.
public Object
getPollListener()
Get function for attribute for 'pollListener'.


Field Detail


Constructor Detail


AdfUIPoll

public AdfUIPoll()

The poll component initiates poll to the server.

Method Detail


getImmediate

public Boolean getImmediate()

Get function for attribute for 'immediate'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Boolean - Immediate

getPollListener

public Object getPollListener()

Get function for attribute for 'pollListener'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - PollListener

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

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.