Uses of Interface
org.jminor.common.model.valuemap.ValueChangeMap

Packages that use ValueChangeMap
org.jminor.common.model.valuemap   
org.jminor.framework.domain   
 

Uses of ValueChangeMap in org.jminor.common.model.valuemap
 

Classes in org.jminor.common.model.valuemap that implement ValueChangeMap
 class ValueChangeMapImpl<K,V>
          A default ValueChangeMap implementation.
 

Methods in org.jminor.common.model.valuemap that return ValueChangeMap
 ValueChangeMap<K,V> ValueChangeMapImpl.getCopy()
          
 ValueChangeMap<K,V> ValueChangeMap.getCopy()
           
 ValueChangeMap<K,V> ValueChangeMapEditModel.getDefaultValueMap()
           
 ValueChangeMap<K,V> ValueChangeMapImpl.getInstance()
          
 ValueChangeMap<K,V> ValueChangeMap.getInstance()
           
 ValueChangeMap<K,V> ValueChangeMapImpl.getOriginalCopy()
          
 ValueChangeMap<K,V> ValueChangeMap.getOriginalCopy()
           
protected  ValueChangeMap<K,V> AbstractValueChangeMapEditModel.getValueMap()
           
 ValueChangeMap<K,V> ValueChangeEvent.getValueOwner()
           
 

Methods in org.jminor.common.model.valuemap with parameters of type ValueChangeMap
protected  void ValueChangeMapImpl.handleSetAs(ValueChangeMap<K,V> sourceMap)
          Called after the value map has been set.
 void ValueChangeMapImpl.setAs(ValueChangeMap<K,V> sourceMap)
          After a call to this method this ValueChangeMap contains the same values and original values as the given map.
 void ValueChangeMap.setAs(ValueChangeMap<K,V> sourceMap)
          After a call to this method this ValueChangeMap contains the same values and original values as the given map.
 void ValueChangeMapEditModel.setValueMap(ValueChangeMap<K,V> valueMap)
          Sets the active value map, that is, deep copies the value from the source map into the underlying map
 void AbstractValueChangeMapEditModel.setValueMap(ValueChangeMap<K,V> valueMap)
          Sets the active value map, that is, deep copies the value from the source map into the underlying map
 

Constructors in org.jminor.common.model.valuemap with parameters of type ValueChangeMap
AbstractValueChangeMapEditModel(ValueChangeMap<K,V> initialMap, ValueMapValidator<K,V> validator)
          Instantiates a new edit model instance for the given value map.
ValueChangeEvent(Object source, ValueChangeMap<K,V> valueOwner, K key, V newValue, V oldValue, boolean isModelChange, boolean initialization)
          Instantiates a new PropertyEvent
 

Uses of ValueChangeMap in org.jminor.framework.domain
 

Subinterfaces of ValueChangeMap in org.jminor.framework.domain
 interface Entity
          An ORM entity interface, providing access to the property values via the ValueMap interface.