This uses the onEdit event handler I added earlier today to notify the fragment about editing state. The label and textfields know when to show/hide themselves based on the editing state of the Fragment. This is kind if stupid, since a listcell would provide this out of the box.