Package org.domain.view.component.topic.display

Examples of org.domain.view.component.topic.display.TopicListPanel


      ViewContext topicsViewContext = new ViewContext();
      topicsViewContext.setApp(app);
      topicsViewContext.setContextPage(this);
      topicsViewContext.setPage(this);
      topicsViewContext.setWicketId("topicListPanel");
      TopicListPanel topicListPanel = new TopicListPanel(
          topicsModelContext, topicsViewContext);
      add(topicListPanel);

      ModelContext projectsModelContext = new ModelContext();
      projectsModelContext.setDomainModel(app.getDomainModel());
View Full Code Here

TOP

Related Classes of org.domain.view.component.topic.display.TopicListPanel

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.