您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

TestingWidgetSet.gwt.xml 518B

12345678910111213141516
  1. <module>
  2. <!-- WS Compiler: manually edited -->
  3. <!-- Inherit the DefaultWidgetSet -->
  4. <inherits name="com.vaadin.DefaultWidgetSet" />
  5. <replace-with class="com.vaadin.tests.widgetset.client.CustomUIConnector">
  6. <when-type-is class="com.vaadin.client.ui.ui.UIConnector" />
  7. </replace-with>
  8. <replace-with
  9. class="com.vaadin.tests.widgetset.client.TestingPushConnection">
  10. <when-type-is class="com.vaadin.client.communication.PushConnection" />
  11. </replace-with>
  12. </module>