Package org.apache.openmeetings.web.user.record

Examples of org.apache.openmeetings.web.user.record.RecordingsPanel


        break;
      case user:
        if (TYPE_CALENDAR.equals(type)) {
          basePanel = new CalendarPanel(CHILD_ID);
        } else if (TYPE_RECORDINGS.equals(type)) {
          basePanel = new RecordingsPanel(CHILD_ID);
        } else {
          basePanel = new OmDashboardPanel(CHILD_ID);
        }
        break;
      default:
View Full Code Here


        break;
      case user:
        if (TYPE_CALENDAR.equals(type)) {
          basePanel = new CalendarPanel(CHILD_ID);
        } else if (TYPE_RECORDINGS.equals(type)) {
          basePanel = new RecordingsPanel(CHILD_ID);
        } else {
          basePanel = new OmDashboardPanel(CHILD_ID);
        }
        break;
      default:
View Full Code Here

TOP

Related Classes of org.apache.openmeetings.web.user.record.RecordingsPanel

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.