public class DayToolbar
extends com.google.gwt.user.client.ui.HorizontalPanel
implements com.google.gwt.event.dom.client.ClickHandler
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledcom.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstantcom.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.Button |
backLabel |
protected static int |
MARGINLEFT |
protected static int |
MARGINRIGHT |
protected com.google.gwt.user.client.ui.Button |
nextLabel |
| Constructor and Description |
|---|
DayToolbar(VCalendar vcalendar) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String dayName,
String date,
String localized_date_format,
String extraClass) |
void |
addBackButton() |
void |
addNextButton() |
void |
onClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setHorizontalSized(boolean sized) |
void |
setVerticalSized(boolean sized) |
void |
setWidthPX(int width) |
void |
updateCellWidths() |
add, getHorizontalAlignment, getVerticalAlignment, insert, insert, onEnsureDebugId, remove, setHorizontalAlignment, setVerticalAlignmentgetBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setCellWidth, setSpacingadd, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, removeadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetWidgetIndexgetWidget, getWidgetCount, getWidgetIndex, removeforEach, spliteratorprotected static final int MARGINLEFT
protected static final int MARGINRIGHT
protected com.google.gwt.user.client.ui.Button backLabel
protected com.google.gwt.user.client.ui.Button nextLabel
public DayToolbar(VCalendar vcalendar)
public void setWidthPX(int width)
public void updateCellWidths()
public void addBackButton()
public void addNextButton()
public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
onClick in interface com.google.gwt.event.dom.client.ClickHandlerpublic void setVerticalSized(boolean sized)
public void setHorizontalSized(boolean sized)
Copyright © 2016 Vaadin Ltd. All rights reserved.