Daniel Kurka has uploaded a new change for review.
https://gwt-review.googlesource.com/3615
Change subject: Undeprecate setMultipleSelect in ListBox
......................................................................
Undeprecate setMultipleSelect in ListBox
Changing ListBox from multi select to single
used to fail sometimes in IE6.
Removing the deprecation allows for an easier
way of using ListBox with UiBinder without
UiConstructor.
fixes issue 4831
Change-Id: I7e40cc95530c42733a7bfb26fea858e28c3cd90b
---
M user/src/com/google/gwt/user/client/ui/ListBox.java
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/user/src/com/google/gwt/user/client/ui/ListBox.java
b/user/src/com/google/gwt/user/client/ui/ListBox.java
index e363a93..0c042c7 100644
--- a/user/src/com/google/gwt/user/client/ui/ListBox.java
+++ b/user/src/com/google/gwt/user/client/ui/ListBox.java
@@ -463,15 +463,11 @@
}
/**
- * Sets whether this list allows multiple selections. <em>NOTE: The
preferred
- * way of enabling multiple selections in a list box is by using the
- * {@link #ListBox(boolean)} constructor. Using this method can
spuriously
- * fail on Internet Explorer 6.0.</em>
- *
+ * Sets whether this list allows multiple selections. <em>NOTE:
+ * Using this method can spuriously fail on Internet Explorer 6.0.</em>
+ *
* @param multiple <code>true</code> to allow multiple selections
- * @deprecated use {@link #ListBox(boolean)} instead
*/
- @Deprecated
public void setMultipleSelect(boolean multiple) {
getSelectElement().setMultiple(multiple);
}
--
To view, visit https://gwt-review.googlesource.com/3615
To unsubscribe, visit https://gwt-review.googlesource.com/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e40cc95530c42733a7bfb26fea858e28c3cd90b
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <[email protected]>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.