Re: The concept of custom properties

by Puybaret » Thu Dec 22, 2011 11:52 pm

The only entry points in the model API you can use to store any Serializable data are the setVisualProperty / getVisualProperty methods in the Home class. It's far from perfect, but you can associate to the string key of your choice a map that will store for each object of the model the list of additional information you need.
Hope you understand what I mean... [:)]