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

java.lang.Object
  extended by FlexTable
      extended by com.vaadin.client.ui.calendar.schedule.SimpleWeekToolbar

public class SimpleWeekToolbar
extends FlexTable

Since:
7.1
Author:
Vaadin Ltd.

Constructor Summary
SimpleWeekToolbar(VCalendar parent)
           
 
Method Summary
 void addWeek(int week, int year)
           
 boolean isHeightUndefined()
           
 void onClick(ClickEvent event)
           
 void setHeightPX(int intHeight)
           
 void setHeightUndefined(boolean isHeightUndefined)
           
 void updateCellHeights()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWeekToolbar

public SimpleWeekToolbar(VCalendar parent)
Method Detail

addWeek

public void addWeek(int week,
                    int year)

updateCellHeights

public void updateCellHeights()

setHeightPX

public void setHeightPX(int intHeight)

isHeightUndefined

public boolean isHeightUndefined()

setHeightUndefined

public void setHeightUndefined(boolean isHeightUndefined)

onClick

public void onClick(ClickEvent event)


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