Package net.sf.chainedoptions.support

Support implementions of some interfaces in the net.sf.chainedoptions package.

See:
          Description

Class Summary
ExtraItemsStrategy Strategy that adds a set of extra items to a given list of options.
FirstItemStrategy A ChainedOptionStrategy that adds no extra items and returns the first in the option list as default value.
NoSortStrategy Strategy that does not perform any sorting and returns the first item in the list as default value.
OptionalRefreshChainedOption Decorator to provide support for optional refresh on the target ChainedOption.
StringBeanConverter BeanConverter for String objects.
 

Package net.sf.chainedoptions.support Description

Support implementions of some interfaces in the net.sf.chainedoptions package.

Package Specification

This package includes some support implementations of interfaces in net.sf.chainedoptions. E.g., some OptionValueStrategy implementations for common problems are supplied, as well as a BeanConverter for String objects and a decorator on OptionValue to provide optional refresh.



Copyright ? 2005. All Rights Reserved.