info.magnolia.module.templatingkit.templates.components
Class CalendarModel.CalendarItem

java.lang.Object
  extended by info.magnolia.module.templatingkit.templates.components.CalendarModel.CalendarItem
Enclosing class:
CalendarModel<RD extends info.magnolia.rendering.template.TemplateDefinition>

public class CalendarModel.CalendarItem
extends Object

.

Version:
$Id$
Author:
pbracher

Constructor Summary
CalendarModel.CalendarItem(Calendar current)
           
 
Method Summary
 String getCssClass()
           
 Calendar getDate()
           
 int getDay()
           
 int getDayOfWeek()
           
 List<javax.jcr.Node> getEvents()
           
 String getLink()
           
 int getWeek()
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarModel.CalendarItem

public CalendarModel.CalendarItem(Calendar current)
Method Detail

getWeek

public int getWeek()

getDayOfWeek

public int getDayOfWeek()

getDay

public int getDay()

getDate

public Calendar getDate()

getLink

public String getLink()
               throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getEvents

public List<javax.jcr.Node> getEvents()
                               throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

getCssClass

public String getCssClass()
                   throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

isVisible

public boolean isVisible()


Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.