protected String emptyHtml = "<i> </i>";
protected FlowPanel panel = new FlowPanel();
protected boolean editorGotFocus=false;
protected boolean editorLostFocus=true;
public EditableLabel() {
addFocusListener(new FocusListener() {
public void onLostFocus(Widget sender) {
}
public void onFocus(Widget sender) {
GWT.log("I got focus... ", null);