com.vaadin.client.ui.calendar.schedule
Class WeekGrid.Timebar

java.lang.Object
  extended by HTML
      extended by com.vaadin.client.ui.calendar.schedule.WeekGrid.Timebar
Enclosing class:
WeekGrid

public static class WeekGrid.Timebar
extends HTML


Constructor Summary
WeekGrid.Timebar(boolean format24h)
           
 
Method Summary
 void setCellHeights(int[] cellHeights)
           
 void setFirstHour(int firstHour)
           
 void setHeightPX(int pixelHeight)
           
 void setLastHour(int lastHour)
           
 void updateTimeBar(boolean format24h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeekGrid.Timebar

public WeekGrid.Timebar(boolean format24h)
Method Detail

setLastHour

public void setLastHour(int lastHour)

setFirstHour

public void setFirstHour(int firstHour)

setCellHeights

public void setCellHeights(int[] cellHeights)

updateTimeBar

public void updateTimeBar(boolean format24h)

setHeightPX

public void setHeightPX(int pixelHeight)


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