44454647484950
private boolean dirty; public NoteContentEditorViewImpl() { HTMLPanel rootElement = ourUiBinder.createAndBindUi(this); initWidget(rootElement); RichTextEditorPresenter presenter = new RichTextEditorPresenter(toolbar, bodyArea); }