We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aa83f commit 829fda8Copy full SHA for 829fda8
gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListBox.java
@@ -162,6 +162,13 @@ protected native void initializeMaterial(Element element) /*-{
162
$wnd.jQuery(element).material_select();
163
}-*/;
164
165
+ /**
166
+ * Re initialize the material listbox component
167
+ */
168
+ public void reinitialize() {
169
+ initializeMaterial(getElement());
170
+ }
171
+
172
/**
173
* Sets whether this list allows multiple selections.
174
*
0 commit comments