public static interface JavaScriptCatalog.EbxHtmlButtonElement
UIButtonSpec object.
For example, to obtain this kind of element, the id must be set first in Java
by invoking UIButtonSpec.setId("myButtonId");
then, in JavaScript by invoking document.getElementById("myButtonId").