Interface IConvertibleMap<V>
- Type Parameters:
V- Type of the values associated with the keys.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultConvertibleMap, TypePartsConverter.TypeConvertibleMap
Map like interface for the
IComponentValueConverter. The default implementation is a hash map
(DefaultConvertibleMap). Represents the values which the individual children of ConvertibleComponent
can access. Implementation may use Object as the type parameter, and provide additional getters/setters with
more specific types. This is useful for components such as Calendar that attempt to read the expected bean
property type via reflection.- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
put
-
get
-
clear
void clear()
-