Reviewers: jlabanca,
Description:
Public: Add isEnabled to HasEnabled
Review by: [email protected]
Please review this at http://gwt-code-reviews.appspot.com/940801/show
Affected files:
M user/src/com/google/gwt/user/client/ui/HasEnabled.java
Index: user/src/com/google/gwt/user/client/ui/HasEnabled.java
===================================================================
--- user/src/com/google/gwt/user/client/ui/HasEnabled.java (revision 8907)
+++ user/src/com/google/gwt/user/client/ui/HasEnabled.java (working copy)
@@ -22,6 +22,11 @@
public interface HasEnabled {
/**
+ * @return true if the widget is enabled, false if not
+ */
+ boolean isEnabled();
+
+ /**
* Sets whether this widget is enabled.
*
* @param enabled <code>true</code> to enable the widget,
<code>false</code>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors