com.vaadin.client.ui.calendar.schedule
Class WeekLabel

java.lang.Object
  extended by Label
      extended by com.vaadin.client.ui.calendar.schedule.WeekLabel

public class WeekLabel
extends Label

A label in the SimpleWeekToolbar

Since:
7.1

Constructor Summary
WeekLabel(java.lang.String string, int week2, int year2)
           
 
Method Summary
 int getWeek()
           
 int getYear()
           
 void setWeek(int week)
           
 void setYear(int year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeekLabel

public WeekLabel(java.lang.String string,
                 int week2,
                 int year2)
Method Detail

getWeek

public int getWeek()

setWeek

public void setWeek(int week)

getYear

public int getYear()

setYear

public void setYear(int year)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.