Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implemented

Property

Mockup
Nameww

A ConfiguredField is linked to a TransformedProperty<T>

  • TransformedProperty<T>  is initialized with a Transformer.

TransformedProperty<T> extend ObjectProperty<T>.

  • value T : Transformer.readFromItem()
  • T : Transformer.getType()

The Transformer has the responsibility to retrieve the initial value and to set the property class type.

 

 

 

BaseProperty

BaseProperty implements the following basic mechanism:

...