I'm beginner to GWT and MGWT. In my project I've a requirement that I have to enable and disable the MGWT Botton. direct method is not given in current version of MGWT. I've seen it in GWT button.
com.google.gwt.user.client.ui.Button b = new com.google.gwt.user.client.ui.Button();
b.setEnable(boolean);
But it is not given in MGWT. Please help me,How can we achieve above functionality using CSS/something else