Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

DefaultWidgetSet.gwt.xml 489B

12345678910111213
  1. <module>
  2. <!-- This GWT module defines the Vaadin DefaultWidgetSet. This is the
  3. module you want to extend when creating an extended widget set, or when creating
  4. a specialized widget set with a subset of the components. -->
  5. <!-- Hint for WidgetSetBuilder not to automatically update the file -->
  6. <!-- WS Compiler: manually edited -->
  7. <inherits name="com.vaadin.Vaadin" />
  8. <entry-point class="com.vaadin.client.ApplicationConfiguration" />
  9. </module>