public Element createDomImpl(Renderable element) {
// HACK(danilatos) temp workaround, see todo in SuggestionButton and Suggestion
// regarding their dep on ContentElement
ContentElement haxContentElement = (ContentElement) element;
HasSuggestions suggestions = new Suggestion(haxContentElement,
haxContentElement.getContext());
element.setProperty(HAS_SUGGESTIONS_PROP, suggestions);
SuggestionButton display = new SuggestionButton(haxContentElement);
// TODO(user): Avoid using non-html tag names