Revision: 9817
Author: [email protected]
Date: Mon Mar 7 04:00:58 2011
Log: Add bidi support comments to CheckBox and RadioButton
http://code.google.com/p/google-web-toolkit/source/detail?r=9817
Modified:
/trunk/user/src/com/google/gwt/user/client/ui/CheckBox.java
/trunk/user/src/com/google/gwt/user/client/ui/RadioButton.java
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/CheckBox.java Sun Feb 27
23:58:39 2011
+++ /trunk/user/src/com/google/gwt/user/client/ui/CheckBox.java Mon Mar 7
04:00:58 2011
@@ -44,7 +44,15 @@
* <p>
* <img class='gallery' src='doc-files/CheckBox.png'/>
* </p>
- *
+ *
+ * <p>
+ * <h3>Built-in Bidi Text Support</h3>
+ * This widget is capable of automatically adjusting its direction
according to
+ * its content. This feature is controlled by {@link
#setDirectionEstimator} or
+ * passing a DirectionEstimator parameter to the constructor, and is off by
+ * default.
+ * </p>
+ *
* <h3>CSS Style Rules</h3>
* <dl>
* <dt>.gwt-CheckBox</dt>
=======================================
--- /trunk/user/src/com/google/gwt/user/client/ui/RadioButton.java Sun Feb
27 23:58:39 2011
+++ /trunk/user/src/com/google/gwt/user/client/ui/RadioButton.java Mon Mar
7 04:00:58 2011
@@ -36,7 +36,15 @@
* <p>
* <img class='gallery' src='doc-files/RadioButton.png'/>
* </p>
- *
+ *
+ * <p>
+ * <h3>Built-in Bidi Text Support</h3>
+ * This widget is capable of automatically adjusting its direction
according to
+ * its content. This feature is controlled by {@link
#setDirectionEstimator} or
+ * passing a DirectionEstimator parameter to the constructor, and is off by
+ * default.
+ * </p>
+ *
* <h3>CSS Style Rules</h3>
* <dl>
* <dt>.gwt-RadioButton</dt>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors