com.vaadin.client.ui.

Class CalendarEntry


  • public class CalendarEntry
    extends Object
    • Method Detail

      • getStyleName

        public String getStyleName()
      • getStart

        public Date getStart()
      • setStart

        public void setStart(Date start)
      • getEnd

        public Date getEnd()
      • setEnd

        public void setEnd(Date end)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription(String description)
      • isNotime

        public boolean isNotime()
      • setNotime

        public void setNotime(boolean notime)
      • getStringForDate

        public String getStringForDate(Date d)