parent.setLayout( glayout( 1 ) );
SapphireFormText text = new SapphireFormText( parent, SWT.NO_FOCUS );
text.setLayoutData( gdfill() );
final org.eclipse.sapphire.modeling.Status validation = node.validation();
final List<org.eclipse.sapphire.modeling.Status> items = gather( validation );
final StringBuffer buffer = new StringBuffer();
buffer.append( "<form>" );