Uses of Interface
com.taursys.model.CollectionValueHolder

Packages that use CollectionValueHolder
com.taursys.model This package contains the model and value holder subcomponents which hold, parse and format values for Mapper XML components. 
com.taursys.xml This package contains the core Mapper XML components and containers. 
 

Uses of CollectionValueHolder in com.taursys.model
 

Subinterfaces of CollectionValueHolder in com.taursys.model
 interface ListValueHolder
          ListValueHolder is ...
 

Classes in com.taursys.model that implement CollectionValueHolder
 class AbstractCollectionValueHolder
          A partial implementation of a CollectionValueHolder Interface.
 class AbstractListValueHolder
          AbstractListValueHolder is a partial implementation of a ListValueHolder Interface.
 class ObjectArrayValueHolder
          ValueHolder which stores an array of objects.
 class ObjectCollectionValueHolder
          This class is a ValueHolder which contains a Collection of Objects.
 class ObjectListValueHolder
          ObjectListValueHolder is ...
 class VOCollectionValueHolder
          ValueHolder which has a Collection of ValueObjects.
 class VOListValueHolder
          VOListValueHolder holds a List of value objects and maintains an internal position.
 

Methods in com.taursys.model that return CollectionValueHolder
 CollectionValueHolder SelectModel.getList()
          Returns collectionValueHolder which holds the collection of possible selections.
protected  CollectionValueHolder DefaultSelectModel.createDefaultList()
          Constructs a default list for this model.
 CollectionValueHolder DefaultSelectModel.getList()
          Returns collectionValueHolder which holds the collection of possible selections.
 

Methods in com.taursys.model with parameters of type CollectionValueHolder
 void SelectModel.setList(CollectionValueHolder newList)
          Sets collectionValueHolder which holds the collection of possible selections.
 void DefaultSelectModel.setList(CollectionValueHolder newList)
          Sets collectionValueHolder which holds the collection of possible selections.
 

Uses of CollectionValueHolder in com.taursys.xml
 

Methods in com.taursys.xml that return CollectionValueHolder
 CollectionValueHolder Template.getCollectionValueHolder()
          Get the CollectionValueHolder that this template will iterate for rendering.
 CollectionValueHolder SelectField.getList()
          Returns collectionValueHolder which holds the collection of possible selections.
 

Methods in com.taursys.xml with parameters of type CollectionValueHolder
 void Template.setCollectionValueHolder(CollectionValueHolder holder)
          Set the CollectionValueHolder that this template will iterate for rendering.
 void SelectField.setList(CollectionValueHolder newList)
          Sets collectionValueHolder which holds the collection of possible selections.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.