org.apache.myfaces.trinidaddemo
Class SubformBean.MyItem

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.SubformBean.MyItem
Enclosing class:
SubformBean

public static class SubformBean.MyItem
extends Object


Constructor Summary
SubformBean.MyItem(String text)
           
 
Method Summary
 void doSomething(javax.faces.event.ActionEvent event)
           
 String getText()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubformBean.MyItem

public SubformBean.MyItem(String text)
Method Detail

getText

public String getText()

setText

public void setText(String text)

doSomething

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


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