com.vaadin.client.ui.calendar.schedule
Class DayToolbar
java.lang.Object
HorizontalPanel
com.vaadin.client.ui.calendar.schedule.DayToolbar
public class DayToolbar
- extends HorizontalPanel
- Since:
- 7.1
- Author:
- Vaadin Ltd.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MARGINLEFT
protected static final int MARGINLEFT
- See Also:
- Constant Field Values
MARGINRIGHT
protected static final int MARGINRIGHT
- See Also:
- Constant Field Values
backLabel
protected Button backLabel
nextLabel
protected Button nextLabel
DayToolbar
public DayToolbar(VCalendar vcalendar)
setWidthPX
public void setWidthPX(int width)
updateCellWidths
public void updateCellWidths()
add
public void add(java.lang.String dayName,
java.lang.String date,
java.lang.String localized_date_format,
java.lang.String extraClass)
addBackButton
public void addBackButton()
addNextButton
public void addNextButton()
onClick
public void onClick(ClickEvent event)
setVerticalSized
public void setVerticalSized(boolean sized)
setHorizontalSized
public void setHorizontalSized(boolean sized)
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.