Package org.openfaces.taglib.internal.calendar

Examples of org.openfaces.taglib.internal.calendar.SimpleDateRangeTag


* @author Kharchenko
*/
public class SimpleDateRangeJspTag extends AbstractComponentJspTag {

    public SimpleDateRangeJspTag() {
        super(new SimpleDateRangeTag());
    }
View Full Code Here

TOP

Related Classes of org.openfaces.taglib.internal.calendar.SimpleDateRangeTag

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.