All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.wicket.kendo.ui.scheduler.views.AgendaView Maven / Gradle / Ivy

There is a newer version: 10.0.0-M1
Show newest version
package com.googlecode.wicket.kendo.ui.scheduler.views;

/**
 * Defines the 'agenda' scheduler's view
 *
 * @author Patrick Davids - Patrick1701
 *
 */
public class AgendaView extends SchedulerView
{
	private static final long serialVersionUID = 1L;

	/**
	 * Gets a new instance of {@code AgendaView}
	 *
	 * @return a new {@code AgendaView}
	 */
	public static AgendaView newInstance()
	{
		return new AgendaView();
	}

	/**
	 * Constructor
	 */
	private AgendaView()
	{
		super(SchedulerViewType.agenda);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy