Package org.apache.openmeetings.web.user.rooms

Examples of org.apache.openmeetings.web.user.rooms.RoomsPanel


  private static final long serialVersionUID = 6950427893821991173L;

  public PrivateRoomsWidgetView(String id, Model<Widget> model) {
    super(id, model);
   
    add(new RoomsPanel("rooms", getMyRooms()));
  }
View Full Code Here


  private static final long serialVersionUID = 1L;

  public MyRoomsWidgetView(String id, Model<Widget> model) {
    super(id, model);
   
    add(new RoomsPanel("rooms", getMyRooms()));
  }
View Full Code Here

TOP

Related Classes of org.apache.openmeetings.web.user.rooms.RoomsPanel

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.