您最多选择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>