This document describes status of the implementation of the so called decorations shown in the designer.
The purpose of the decoration is to provide an easy access for user to the component representing the back end of the provided UI (front end) component. For example for the UI table component the back end component might be the database table component the UI component is bound to.
Currently only the designer part is prepared, e.g. it knows to draw the decoration and hook popup menu with actions to it. However it is missing the part needed from the components side. For the demo at the J1 2006 there was a hardcoded hack which was retrieving the back end component for the UI table component only.