context.add("main", view);
context.add("source", source);
final Label toggle = new Label();
toggle.setValue("view source");
context.addFlowEventListener( new FlowEventListener(){
public void onFlowEvent(FlowEvent evt) {
GWT.log("To: "+evt.getToName(), null);
if(evt.getToName().equals("main")){
toggle.setValue("view source");