Package com.vaadin.addon.calendar.event

Examples of com.vaadin.addon.calendar.event.BasicEventProvider


    /**
     * Construct a Vaadin Calendar with a BasicEventProvider and no caption.
     * Default date range is one week.
     */
    public Calendar() {
        this(null, new BasicEventProvider());
    }
View Full Code Here


     * caption. Default date range is one week.
     *
     * @param caption
     */
    public Calendar(String caption) {
        this(caption, new BasicEventProvider());
    }
View Full Code Here

TOP

Related Classes of com.vaadin.addon.calendar.event.BasicEventProvider

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.