org.apache.myfaces.trinidaddemo
Class PollBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.PollBean
All Implemented Interfaces:
Serializable

public class PollBean
extends Object
implements Serializable

Bean for poll component demos.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-demo/src/main/java/oracle/adfdemo/view/faces/PollBean.java#1 $) $Date: 16-aug-2005.15:12:28 $
See Also:
Serialized Form

Constructor Summary
PollBean()
           
 
Method Summary
 int getPollCount()
           
 void onPoll(PollEvent event)
           
 void resetPoll(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollBean

public PollBean()
Method Detail

onPoll

public void onPoll(PollEvent event)

getPollCount

public int getPollCount()

resetPoll

public void resetPoll(javax.faces.event.ActionEvent event)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.