A custom button control. Identical to {@link goog.ui.Button}, except it defaults its renderer to {@link goog.ui.CustomButtonRenderer}. One could just as easily pass {@code goog.ui.CustomButtonRenderer.getInstance()} to the {@link goog.ui.Button} constructor and get the same result. Provided for convenience.
extends goog.ui.Button