Exemplo n.º 1
0
 public void dispatch(ClientEvent event) {
   if (this.isDisabled()) {
     return;
   } else {
     super.dispatch(event);
   }
 }
Exemplo n.º 2
0
 /* (non-Javadoc)
  * @see org.webguitoolkit.ui.controls.form.Button#init()
  */
 protected void init() {
   super.init();
   getPage().addHeaderJS(ResourceServlet.SERVLET_URL_PATTERN + "/glossbutton.js");
 }