Examples of GalleryResource


Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

  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

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

        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

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

        "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

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

      "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

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

        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

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

      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

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

        "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

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

        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.UsingCompositeDirectlyTest(), "UsingCompositeDirectlyTest.java"),
            new GalleryResource(TestResources.instance.UsingCompositeDirectly(),"UsingCompositeDirectly.java"),
            new GalleryResource(TestResources.instance.UsingCompositeDirectlyUI(), "UsingCompositeDirectly.ui.xml") });
  }
View Full Code Here

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

        "This shows how Composited YUI Widgets, in this case TabView, can be nested one inside another forming complex parent-children relationshipts. The framework will handle the rendering automatically.  ",
        new String[] { GalleryConstants.TAG_WIDGET, GalleryConstants.TAG_EXT, GalleryConstants.TAG_WIDGET,
            GalleryConstants.TAG_GWT, GalleryConstants.TAG_UIBINDER },

        new GalleryResource[] {
          new GalleryResource(TestResources.instance.NestedWidget1Test(), "NestedWidget1Test.java"),
          new GalleryResource(TestResources.instance.NestedWidget1(), "NestedWidget1.java"),
          new GalleryResource(TestResources.instance.NestedWidget1UI(), "NestedWidget1.ui.xml"), });
  }
View Full Code Here

Examples of org.sgx.yuigwt.yuitest1.gallery.test.GalleryResource

        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
TOP
Copyright © 2018 www.massapi.com. 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.