File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
src/main/java/gwt/material/design/addins/client/combobox Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 4646
4747import java .util .ArrayList ;
4848import java .util .Collection ;
49- import java .util .Iterator ;
5049import java .util .List ;
5150
5251import static gwt .material .design .addins .client .combobox .js .JsComboBox .$ ;
@@ -212,17 +211,6 @@ public void add(Widget child) {
212211 listbox .add (child );
213212 }
214213
215- @ Override
216- public void clear () {
217- final Iterator <Widget > it = iterator ();
218- while (it .hasNext ()) {
219- final Widget widget = it .next ();
220- if (widget != label && widget != lblError && widget != listbox ) {
221- it .remove ();
222- }
223- }
224- }
225-
226214 /**
227215 * Sets multi-value select boxes.
228216 */
@@ -594,4 +582,4 @@ public MaterialWidget getListbox() {
594582 public Label getLabel () {
595583 return label ;
596584 }
597- }
585+ }
You can’t perform that action at this time.
0 commit comments