org.apache.myfaces.trinidaddemo.tagDemos
Class ForEachBean.UpdatableItem

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.tagDemos.ForEachBean.UpdatableItem
All Implemented Interfaces:
Serializable
Enclosing class:
ForEachBean

public static class ForEachBean.UpdatableItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ForEachBean.UpdatableItem(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachBean.UpdatableItem

public ForEachBean.UpdatableItem(String key,
                                 String value)
Method Detail

getKey

public final String getKey()

setValue

public final void setValue(String value)

getValue

public final String getValue()


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