org.jboss.seam
Class Component.ListInitialValue

java.lang.Object
  extended by org.jboss.seam.Component.ListInitialValue
All Implemented Interfaces:
Component.InitialValue
Enclosing class:
Component

public static class Component.ListInitialValue
extends Object
implements Component.InitialValue


Constructor Summary
Component.ListInitialValue(Conversions.PropertyValue propertyValue, Class collectionClass, Type collectionType)
           
 
Method Summary
 Object getValue(Class type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Component.ListInitialValue

public Component.ListInitialValue(Conversions.PropertyValue propertyValue,
                                  Class collectionClass,
                                  Type collectionType)
Method Detail

getValue

public Object getValue(Class type)
Specified by:
getValue in interface Component.InitialValue

toString

public String toString()
Overrides:
toString in class Object