Interface JavaScriptCatalog.EbxHtmlButtonElement

Enclosing interface:
JavaScriptCatalog

public static interface JavaScriptCatalog.EbxHtmlButtonElement
Represents an HTML button generated by EBX® using a Java 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").