Revision: 8919
Author: [email protected]
Date: Sat Oct 2 07:59:52 2010
Log: Public: Add isEnabled to HasEnabled
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8919
Modified:
/trunk/user/src/com/google/gwt/user/client/ui/HasEnabled.java
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/HasEnabled.java Fri Aug
20 04:37:13 2010
+++ /trunk/user/src/com/google/gwt/user/client/ui/HasEnabled.java Sat Oct
2 07:59:52 2010
@@ -21,6 +21,11 @@
*/
public interface HasEnabled {
+ /**
+ * @return true if the widget is enabled, false if not
+ */
+ boolean isEnabled();
+
/**
* Sets whether this widget is enabled.
*
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors