Uses of Package
com.taursys.model

Packages that use com.taursys.model
com.taursys.html This package contains HTML components for building web applications. 
com.taursys.model This package contains the model and value holder subcomponents which hold, parse and format values for Mapper XML components. 
com.taursys.model.event This package contains event related classes which are generated by models and value holders. 
com.taursys.swing This package contains Mapper's Swing based components. 
com.taursys.xml This package contains the core Mapper XML components and containers. 
 

Classes in com.taursys.model used by com.taursys.html
ValueHolder
          A ValueHolder is a foundation subcomponent for MapperXML which is used by TextModels to store/retrieve the current "state" or value.
 

Classes in com.taursys.model used by com.taursys.model
AbstractCollectionValueHolder
          A partial implementation of a CollectionValueHolder Interface.
AbstractListValueHolder
          AbstractListValueHolder is a partial implementation of a ListValueHolder Interface.
AbstractValueHolder
          AbstractValueHolder is a partial implementation of the ValueHolder Interface.
CheckboxModel
          CheckboxModel is a model which maintains 2 states: selected or unselected.
CollectionValueHolder
          This ValueHolder manages a collection of values.
DefaultTextModel
          This class implements the TextModel interface and is designed to work with Parameter and Fields.
ListValueHolder
          ListValueHolder is ...
ModelException
          General Exception for problems encountered in Model objects.
ModelParseException
          ModelExceptions encountered while parsing text value.
ModelPropertyAccessorException
          ModelExceptions encountered while accessing properties.
MultiModelParseException
          List of multiple ModelParseExceptions.
ObjectValueHolder
          ValueHolder which stores a Single Object value internally.
PropertyAccessor
          This is a helper class which provides access to value object properties.
SelectModel
          Model interface which holds a list of options and the selected item.
SelectModelException
          General Exception for problems encountered in DefaultSelectModel objects.
TextModel
          The TextModel is a foundation model for MapperXML.
UnknownStateValueException
          UnknownStateValueException is caused within Checkbox model by unknown state values.
ValueHolder
          A ValueHolder is a foundation subcomponent for MapperXML which is used by TextModels to store/retrieve the current "state" or value.
VOValueHolder
          This is an implementation of ValueHolder which stores value in a ValueObject(JavaBean).
 

Classes in com.taursys.model used by com.taursys.model.event
ListValueHolder
          ListValueHolder is ...
ValueHolder
          A ValueHolder is a foundation subcomponent for MapperXML which is used by TextModels to store/retrieve the current "state" or value.
 

Classes in com.taursys.model used by com.taursys.swing
ListValueHolder
          ListValueHolder is ...
ModelException
          General Exception for problems encountered in Model objects.
TextModel
          The TextModel is a foundation model for MapperXML.
ValueHolder
          A ValueHolder is a foundation subcomponent for MapperXML which is used by TextModels to store/retrieve the current "state" or value.
 

Classes in com.taursys.model used by com.taursys.xml
CheckboxModel
          CheckboxModel is a model which maintains 2 states: selected or unselected.
CollectionValueHolder
          This ValueHolder manages a collection of values.
ModelException
          General Exception for problems encountered in Model objects.
SelectModel
          Model interface which holds a list of options and the selected item.
TextModel
          The TextModel is a foundation model for MapperXML.
ValueHolder
          A ValueHolder is a foundation subcomponent for MapperXML which is used by TextModels to store/retrieve the current "state" or value.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.