Package org.sgx.yuigwt.yuitest1.gallery.test.editors

Examples of org.sgx.yuigwt.yuitest1.gallery.test.editors.PropertyHaverEditorTest1$Person


    tests.add(new OverlayTest1());
    tests.add(new GetTest1());
    tests.add(new DataTableTest1());
    tests.add(new TabViewTest1());
    tests.add(new ConfigObjectsTest1());
    tests.add(new EventSimulateTest1());
    tests.add(new PJaxTest1());
    tests.add(new AnimTest1());
    tests.add(new ConsoleTest1());
    tests.add(new StyleSheetTest1());
    tests.add(new SubstituteTest1());
View Full Code Here


    tests.add(new ScrollViewTest());
    tests.add(new ScrollViewTest2());
    tests.add(new NodeLoadTest1());
    tests.add(new ResizeTest1());
    tests.add(new JSONTest1());
    tests.add(new FunctionsInJavaTest());
    tests.add(new DataTableTest2());
    tests.add(new HandlebarsTest1());
    tests.add(new DataSourceTest1());
    tests.add(new IntlTest1());
    tests.add(new SortableTest1());
View Full Code Here

    tests.add(new IntlTest1());
    tests.add(new SortableTest1());
    tests.add(new DragAndDropTest1());
    // tests.add(new BaseExtendTest1());
    tests.add(new TestTest1());
    tests.add(new GWTWidgetTest1());
    tests.add(new CssGridsTest1());
    tests.add(new DataTableTest3());
    // tests.add(new DataSourceTest2());
    tests.add(new DialTest1());
    // tests.add(new GWTWidgetTest2());
View Full Code Here

  public void doShowSources2(Map<String, ResourcePrototype> r) {
    List<GalleryResource> resources = new LinkedList<GalleryResource>();

    for (String resName : r.keySet()) {
      ResourcePrototype res = util.getCurrentTest().getTestResources().get(resName);
      resources.add(new GalleryResource(res, resName));
    }
    showJavaSource2(Y, resources);
  }
View Full Code Here

        GalleryConstants.TAG_CSSGRIDS, GalleryConstants.TAG_TABVIEW, GalleryConstants.TAG_AUTOCOMPLETE,
        GalleryConstants.TAG_GWT, GalleryConstants.TAG_UIBINDER
      },

      new GalleryResource[] {
        new GalleryResource(TestResources.instance.ApplyDifferentXMLTest(), "ApplyDifferentXMLTest.java"),
        new GalleryResource(TestResources.instance.ApplyDifferentXML(),"ApplyDifferentXML.java"),
        new GalleryResource(TestResources.instance.ApplyDifferentXMLLoggedInUI(), "ApplyDifferentXMLLoggedIn.ui.xml"),
        new GalleryResource(TestResources.instance.ApplyDifferentXMLNotLoggedInUI(), "ApplyDifferentXMLNotLoggedIn.ui.xml"),
      }
    );
  }
View Full Code Here

        "UIBinderAloneButtonTest1 ",
        new String[] { GalleryConstants.TAG_WIDGET, GalleryConstants.TAG_EXT, GalleryConstants.TAG_WIDGET,
            GalleryConstants.TAG_GWT, GalleryConstants.TAG_UIBINDER },

        new GalleryResource[] {
            new GalleryResource(TestResources.instance.UIBinderAloneButtonTest1(), "UIBinderAloneButtonTest1.java"),
            new GalleryResource(TestResources.instance.UIBinderAloneButton(),
                "UIBinderAloneButton.java"),
            new GalleryResource(TestResources.instance.UIBinderAloneButtonUI(), "UIBinderAloneButton.ui.xml"), });
  }
View Full Code Here

      "UIBinderAloneAutocompleteTest1 ",
      new String[] { GalleryConstants.TAG_WIDGET, GalleryConstants.TAG_EXT, GalleryConstants.TAG_WIDGET,
          GalleryConstants.TAG_GWT, GalleryConstants.TAG_UIBINDER },

      new GalleryResource[] {
          new GalleryResource(TestResources.instance.UIBinderAloneAutocompleteTest1(), "UIBinderAloneAutocompleteTest1.java"),
          new GalleryResource(TestResources.instance.UIBinderAloneAutocomplete(), "UIBinderAloneAutocomplete.java"),
          new GalleryResource(TestResources.instance.UIBinderAloneAutocompleteUI(), "UIBinderAloneAutocomplete.ui.xml"), });
  }
View Full Code Here

        new String[] { GalleryConstants.TAG_WIDGET, GalleryConstants.TAG_EXT, GalleryConstants.TAG_WIDGET,
            GalleryConstants.TAG_CSSGRIDS, GalleryConstants.TAG_TABVIEW, GalleryConstants.TAG_AUTOCOMPLETE,
            GalleryConstants.TAG_GWT, GalleryConstants.TAG_UIBINDER },

        new GalleryResource[] {
            new GalleryResource(TestResources.instance.uibinderuserguide_UIBinderUserGuideTest(), "UIBinderUserGuideTest.java"),
            new GalleryResource(TestResources.instance.uibinderuserguide_UIBinderUserGuide()"UIBinderUserGuide.java"),
            new GalleryResource(TestResources.instance.uibinderuserguide_UIBinderUserGuideUI(), "UIBinderUserGuide.ui.xml"),
           
            new GalleryResource(TestResources.instance.uibinderuserguide_SourceCodeViewer(), "SourceCodeViewer.java"),
            new GalleryResource(TestResources.instance.uibinderuserguide_SourceCodeViewerUI(), "SourceCodeViewer.ui.xml"),
           
            new GalleryResource(TestResources.instance.uibinderuserguide_MainMenu(), "MainMenu.java"),
            new GalleryResource(TestResources.instance.uibinderuserguide_MainMenuUI(), "MainMenu.ui.xml"),
           
    });
  }
View Full Code Here

      new String[] { GalleryConstants.TAG_WIDGET, GalleryConstants.TAG_EXT, GalleryConstants.TAG_WIDGET,
          GalleryConstants.TAG_CSSGRIDS, GalleryConstants.TAG_CALENDAR, GalleryConstants.TAG_MENUNAV,
          GalleryConstants.TAG_GWT, GalleryConstants.TAG_UIBINDER },

      new GalleryResource[] {
          new GalleryResource(TestResources.instance.UIBinderTest2(), "UIBinderTest2.java"),
          new GalleryResource(TestResources.instance.UIBinderTest2CompositeJava(),
              "UIBinderTest2Composite.java"),
          new GalleryResource(TestResources.instance.UIBinderTest2UI(), "UIBinderTest2Composite.ui.xml"), });
  }
View Full Code Here

        "This test shows a simple example of including a YUI+UIBinder defined Widget inside others. ",
        new String[] { GalleryConstants.TAG_WIDGET, GalleryConstants.TAG_EXT, GalleryConstants.TAG_WIDGET,
            GalleryConstants.TAG_GWT, GalleryConstants.TAG_UIBINDER },

        new GalleryResource[] {
          new GalleryResource(TestResources.instance.UIBinderComposingTest(), "UIBinderComposingTest.java"),
          new GalleryResource(TestResources.instance.UIBinderComposing(), "UIBinderComposing.java"),
          new GalleryResource(TestResources.instance.UIBinderComposingUI(), "UIBinderComposingUI.ui.xml"), });
  }
View Full Code Here

TOP

Related Classes of org.sgx.yuigwt.yuitest1.gallery.test.editors.PropertyHaverEditorTest1$Person

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.