public abstract class AbstractCalendarComponent<COMPONENT extends com.vaadin.flow.component.Component>
extends com.vaadin.flow.component.Component
| Constructor and Description |
|---|
AbstractCalendarComponent() |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
addDateSelectedListener(com.vaadin.flow.component.ComponentEventListener<DateSelectedEvent<? super COMPONENT>> listener)
Adds a date selection listener.
|
protected void |
onAttach(com.vaadin.flow.component.AttachEvent attachEvent) |
abstract void |
refreshAll() |
void |
setI18n(com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n i18n) |
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleprotected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
onAttach in class com.vaadin.flow.component.Componentpublic void setI18n(com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n i18n)
public abstract void refreshAll()
public com.vaadin.flow.shared.Registration addDateSelectedListener(com.vaadin.flow.component.ComponentEventListener<DateSelectedEvent<? super COMPONENT>> listener)
listener - the value change listener, not nullCopyright © 2021–2023 Flowing Code. All rights reserved.