6566676869707172737475
final Element element = part.getLocalModelElement(); if( element instanceof Item ) { final Item item = (Item) element; final MasterDetailsEditorPageState state = page.state(); return new FunctionResult( this, context ) { private Listener listener;