CodeRAD
CodeRAD copied to clipboard
Rapid Application Development toolkit and templates for Java developers using Codename One.
Ok, I do not know if this is related to ```EntityEditor``` or ```ListNode``` or ```NodeList```. The thing is that I have ```AbstractEntityView``` implementation using ```EntityEditor``` and ```ListNode``` to render ```EntityList```...
EntityEditor is a Container and theoretically I can set a custom layout for the container. However, my settings are ignored and some predefined layouts are used depending on what content...
Are `Entity` objects easily `Externalizable` to store and read them from the Storage? I mean as easy as possible.