Index

A C D G H I O R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addToActionBar(Component...) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Adds components to the start of the popup's action bar, before the Cancel/OK buttons (e.g.

C

CLOCK - Enum constant in enum class org.vaadin.addons.krissvaa.datetimecombopicker.TimeView
An analog clock face with one dial per time part and a digital readout for switching between them, in the style of the Material Design (Android) time picker.
COLUMNS - Enum constant in enum class org.vaadin.addons.krissvaa.datetimecombopicker.TimeView
Sliding scrollable columns (hours / minutes / seconds / AM-PM), in the style of a digital clock.

D

DateTimeComboPicker - Class in org.vaadin.addons.krissvaa.datetimecombopicker
A combined date and time picker: a single field with a LocalDateTime value whose popup shows a month calendar and a time selector side by side (sliding columns by default, or an analog clock via setTimeView(TimeView)).
DateTimeComboPicker() - Constructor for class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Creates a new picker with no value and the default format ("dd.MM.yyyy HH:mm").
DateTimeComboPicker(String) - Constructor for class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Creates a new picker with the given label.
DateTimeComboPicker(String, LocalDateTime) - Constructor for class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Creates a new picker with the given label and initial value.
DateTimeComboPickerI18n - Class in org.vaadin.addons.krissvaa.datetimecombopicker
Internationalization settings for DateTimeComboPicker.
DateTimeComboPickerI18n() - Constructor for class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
 
DEFAULT_FORMAT - Static variable in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
The default format pattern, "dd.MM.yyyy HH:mm".

G

getAm() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the AM marker text.
getAutoAdvanceDelay() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the delay before the analog clock advances to the next view.
getBadInputErrorMessage() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the error message shown when the typed text does not match the format pattern.
getCancel() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the label of the Cancel button in the action bar (shown when auto-apply is disabled).
getDateDisabledErrorMessage() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the error message shown when the value's date is disabled via setDateDisabledFunction(String).
getDateTab() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the label of the Date tab in the tabbed fullscreen layout (see setMobileTabs(boolean)).
getErrorMessage() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
 
getFirstDayOfWeek() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the first day of the week, 0 = Sunday ...
getFormat() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the date-time format pattern.
getHours() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the accessible label of the hours column.
getHourStep() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the interval between the items of the hours column.
getI18n() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the internationalization settings.
getInitialPosition() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the initial popup position.
getMax() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the latest allowed date-time.
getMaxErrorMessage() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the error message shown when the value is later than the maximum.
getMeridiem() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the accessible label of the AM/PM column.
getMin() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the earliest allowed date-time.
getMinErrorMessage() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the error message shown when the value is earlier than the minimum.
getMinutes() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the accessible label of the minutes column.
getMinuteStep() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the interval between the items of the minutes column.
getMonthNames() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the month names, January first.
getNextMonth() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the accessible label of the next-month button.
getOk() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the label of the OK button in the action bar (shown when auto-apply is disabled).
getPm() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the PM marker text.
getPrevMonth() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the accessible label of the previous-month button.
getRequiredErrorMessage() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the error message shown when a required field is left empty.
getSeconds() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the accessible label of the seconds column.
getSecondStep() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the interval between the items of the seconds column.
getTimeTab() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the label of the Time tab in the tabbed fullscreen layout (see setMobileTabs(boolean)).
getTimeView() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets the time selector shown in the popup.
getToday() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the label of the "Today" button.
getWeekdays() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the weekday names, Sunday first.
getWeekdaysShort() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the short weekday names, Sunday first.
getYear() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Gets the accessible label of the year selector (the popup's month-year header button and the year grid).

H

hasValidValue() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker

I

isAutoAdvance() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether the analog clock advances to the next view automatically.
isAutoApply() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether selections are applied immediately.
isAutoOpen() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether the popup opens on field interaction.
isCancelButtonVisible() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether the Cancel button of the action bar is visible.
isClearButtonVisible() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether the clear button is visible.
isInvalid() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
isMobileTabs() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether the fullscreen (mobile) popup uses the tabbed layout.
isOkButtonVisible() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether the OK button of the action bar is visible.
isOpened() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether the popup is open.
isShowWeekNumbers() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Gets whether week numbers are shown.

O

onAttach(AttachEvent) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
 
org.vaadin.addons.krissvaa.datetimecombopicker - package org.vaadin.addons.krissvaa.datetimecombopicker
 

R

removeFromActionBar(Component...) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Removes components added with addToActionBar(Component...).

S

setAm(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the AM marker text shown in the AM/PM column.
setAutoAdvance(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether the analog clock automatically advances to the next view (hours to minutes to seconds) after a selection.
setAutoAdvanceDelay(int) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the delay, in milliseconds, before the analog clock advances to the next view after a selection, giving the selection time to register visually.
setAutoApply(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether selections in the popup are applied to the value immediately.
setAutoOpen(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether the popup opens when the field is clicked or typed in.
setBadInputErrorMessage(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the error message shown when the typed text does not match the format pattern.
setCancel(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the label of the Cancel button in the action bar.
setCancelButtonVisible(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether the Cancel button of the action bar is visible.
setClearButtonVisible(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether a clear button is shown when the field has a value.
setDateDisabledErrorMessage(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the error message shown when the value's date is disabled via setDateDisabledFunction(String).
setDateDisabledFunction(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets a client-side function that determines whether a given date is disabled.
setDateTab(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the label of the Date tab in the tabbed fullscreen layout (see setMobileTabs(boolean)).
setErrorMessage(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
 
setFirstDayOfWeek(int) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the first day of the week, 0 = Sunday ...
setFormat(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the date-time format pattern, e.g.
setHours(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the accessible label of the hours column.
setHourStep(int) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the interval between the items of the hours column, e.g.
setI18n(DateTimeComboPickerI18n) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the internationalization settings.
setInitialPosition(LocalDateTime) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the date-time that the popup shows initially, and that provides the date/time parts not yet chosen by the user, when the field has no value.
setInvalid(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
 
setManualValidation(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
 
setMax(LocalDateTime) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the latest allowed date-time.
setMaxErrorMessage(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the error message shown when the value is later than the maximum.
setMeridiem(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the accessible label of the AM/PM column.
setMin(LocalDateTime) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the earliest allowed date-time.
setMinErrorMessage(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the error message shown when the value is earlier than the minimum.
setMinutes(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the accessible label of the minutes column.
setMinuteStep(int) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the interval between the items of the minutes column, e.g.
setMobileTabs(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether the fullscreen (mobile) popup shows Date/Time tabs — one section at a time, with the value formatted in the field's format shown above — instead of stacking the calendar above the time selector.
setMonthNames(List<String>) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the month names, January first.
setNextMonth(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the accessible label of the next-month button.
setOk(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the label of the OK button in the action bar.
setOkButtonVisible(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether the OK button of the action bar is visible.
setOpened(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Opens or closes the popup.
setPm(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the PM marker text shown in the AM/PM column.
setPrevMonth(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the accessible label of the previous-month button.
setRequiredErrorMessage(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the error message shown when a required field is left empty.
setSeconds(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the accessible label of the seconds column.
setSecondStep(int) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the interval between the items of the seconds column.
setShowWeekNumbers(boolean) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets whether ISO-8601 week numbers are shown in the calendar.
setTimeTab(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the label of the Time tab in the tabbed fullscreen layout (see setMobileTabs(boolean)).
setTimeView(TimeView) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Sets the time selector shown in the popup: sliding columns (the default) or an analog clock face.
setToday(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the label of the "Today" button.
setValue(LocalDateTime) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
setWeekdays(List<String>) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the weekday names, Sunday first.
setWeekdaysShort(List<String>) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the short weekday names, Sunday first.
setYear(String) - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPickerI18n
Sets the accessible label of the year selector.

T

TimeView - Enum Class in org.vaadin.addons.krissvaa.datetimecombopicker
The time selector shown in the DateTimeComboPicker popup.

V

validate() - Method in class org.vaadin.addons.krissvaa.datetimecombopicker.DateTimeComboPicker
Validates the current value against min/max on the server.
valueOf(String) - Static method in enum class org.vaadin.addons.krissvaa.datetimecombopicker.TimeView
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.vaadin.addons.krissvaa.datetimecombopicker.TimeView
Returns an array containing the constants of this enum class, in the order they are declared.
A C D G H I O R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form