站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.6 API 英文版文档

Component.ListInitialValue (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档


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