Package com.wiquery.plugins.demo.code

Examples of com.wiquery.plugins.demo.code.SourceInfo


      return new RoundPanelPanel(wicketId);
    }
   
    @Override
    protected void addSourceCode(List<SourceInfo> codeInfos) {
      codeInfos.add(new SourceInfo(RoundPanelPage.class));
      codeInfos.add(new SourceInfo(RoundPanelPanel.class));
    codeInfos.add(new SourceInfo(RoundPanelPanel.class, FORMAT.HTML, "RoundPanelPanel.html", "RoundPanelPanel.html"));   
    }
View Full Code Here


      return new TestLinkEffectsPanel(wicketId);
    }
   
    @Override
    protected void addSourceCode(List<SourceInfo> codeInfos) {
      codeInfos.add(new SourceInfo(TestLinkEffectsPage.class));
      codeInfos.add(new SourceInfo(TestLinkEffectsPanel.class));
    codeInfos.add(new SourceInfo(TestLinkEffectsPanel.class, FORMAT.HTML, "TestLinkEffectsPanel.html", "TestLinkEffectsPanel.html"));   
    }
View Full Code Here

      return new ScrollpanePanel(wicketId);
    }
   
    @Override
    protected void addSourceCode(List<SourceInfo> codeInfos) {
      codeInfos.add(new SourceInfo(ScrollpanePage.class));
      codeInfos.add(new SourceInfo(ScrollpanePanel.class));
    codeInfos.add(new SourceInfo(ScrollpanePanel.class, FORMAT.HTML, "ScrollpanePanel.html", "ScrollpanePanel.html"));
    }
View Full Code Here

      return new JQUISlideDeckPanel(wicketId);
    }
   
    @Override
    protected void addSourceCode(List<SourceInfo> codeInfos) {
      codeInfos.add(new SourceInfo(JQUISlideDeckPage.class));
      codeInfos.add(new SourceInfo(JQUISlideDeckPanel.class));
    codeInfos.add(new SourceInfo(JQUISlideDeckPanel.class, FORMAT.HTML, "JQUISlideDeckPanel.html", "JQUISlideDeckPanel.html"));
    }
View Full Code Here

      return new SliderPanel(wicketId);
    }
   
    @Override
    protected void addSourceCode(List<SourceInfo> codeInfos) {
      codeInfos.add(new SourceInfo(SliderPage.class));
      codeInfos.add(new SourceInfo(SliderPanel.class));
    codeInfos.add(new SourceInfo(SliderPanel.class, FORMAT.HTML, "SliderPanel.html", "SliderPanel.html"));   
    }
View Full Code Here

      return new SortablePanel(wicketId);
    }
   
    @Override
    protected void addSourceCode(List<SourceInfo> codeInfos) {
      codeInfos.add(new SourceInfo(SortablePage.class));
      codeInfos.add(new SourceInfo(SortablePanel.class));
    codeInfos.add(new SourceInfo(SortablePanel.class, FORMAT.HTML, "SortablePanel.html", "SortablePanel.html"));   
    }
View Full Code Here

TOP

Related Classes of com.wiquery.plugins.demo.code.SourceInfo

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.