schemaForm = new SchemaForm();
initWidget(((RequestBodyFormUiBinder) GWT.create(RequestBodyFormUiBinder.class))
.createAndBindUi(this));
requestPanel.addFocusInHandler(new FocusInHandler() {
@Override
public void onFocusIn(Event event) {
// Fade in the style for the controls.
requestPanel.removeStyleName(style.hiddenControls());
}