Index

A C D G I L O R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

addThemeVariants(ClockVariant...) - Method in class org.vaadin.addons.clock.Clock
Adds theme variants to the component.
AURA - Enum constant in enum class org.vaadin.addons.clock.ClockVariant
Aura theme variant - refined, professional appearance.

C

Clock - Class in org.vaadin.addons.clock
Clock is a component displaying an analog clock face with an Amiga Workbench 1.2 aesthetic.
Clock() - Constructor for class org.vaadin.addons.clock.Clock
Default constructor.
Clock(HasValue.ValueChangeListener) - Constructor for class org.vaadin.addons.clock.Clock
Creates a clock with a value change listener.
Clock(LocalTime) - Constructor for class org.vaadin.addons.clock.Clock
Creates a clock displaying the specified time.
Clock(LocalTime, HasValue.ValueChangeListener) - Constructor for class org.vaadin.addons.clock.Clock
Creates a clock displaying the specified time with a value change listener.
ClockVariant - Enum Class in org.vaadin.addons.clock
Set of theme variants applicable for vaadin-clock component.

D

DARK - Enum constant in enum class org.vaadin.addons.clock.ClockVariant
Dark mode variant - can be combined with LUMO or AURA.

G

getAriaLabel() - Method in class org.vaadin.addons.clock.Clock
 
getAriaLabelledBy() - Method in class org.vaadin.addons.clock.Clock
 
getLabel() - Method in class org.vaadin.addons.clock.Clock
Gets the label of the clock.
getMax() - Method in class org.vaadin.addons.clock.Clock
Gets the maximum allowed time.
getMin() - Method in class org.vaadin.addons.clock.Clock
Gets the minimum allowed time.
getStep() - Method in class org.vaadin.addons.clock.Clock
Gets the time interval for step-based adjustments.
getValue() - Method in class org.vaadin.addons.clock.Clock
Gets the displayed time.
getVariantName() - Method in enum class org.vaadin.addons.clock.ClockVariant
Gets the variant name.

I

isAdjustable() - Method in class org.vaadin.addons.clock.Clock
Gets whether the clock time can be adjusted by the user.
isDisabled() - Method in class org.vaadin.addons.clock.Clock
Gets whether the clock is disabled.
isReadonly() - Method in class org.vaadin.addons.clock.Clock
Gets whether the clock is readonly.
isRunning() - Method in class org.vaadin.addons.clock.Clock
Returns whether the clock is currently running (animating).

L

LUMO - Enum constant in enum class org.vaadin.addons.clock.ClockVariant
Lumo theme variant - modern, clean appearance.

O

org.vaadin.addons.clock - package org.vaadin.addons.clock
 

R

removeThemeVariants(ClockVariant...) - Method in class org.vaadin.addons.clock.Clock
Removes theme variants from the component.

S

setAdjustable(boolean) - Method in class org.vaadin.addons.clock.Clock
Sets whether the clock time can be adjusted by the user via dragging clock hands or using keyboard arrow keys.
setAriaLabel(String) - Method in class org.vaadin.addons.clock.Clock
 
setAriaLabelledBy(String) - Method in class org.vaadin.addons.clock.Clock
 
setClockSize(String) - Method in class org.vaadin.addons.clock.Clock
Sets the size of the clock using the CSS custom property.
setDisabled(boolean) - Method in class org.vaadin.addons.clock.Clock
Sets the clock to disabled state.
setLabel(String) - Method in class org.vaadin.addons.clock.Clock
Sets the label for the clock.
setMax(LocalTime) - Method in class org.vaadin.addons.clock.Clock
Sets the maximum allowed time for user adjustment.
setMin(LocalTime) - Method in class org.vaadin.addons.clock.Clock
Sets the minimum allowed time for user adjustment.
setReadonly(boolean) - Method in class org.vaadin.addons.clock.Clock
Sets the clock to readonly state.
setRunning(boolean) - Method in class org.vaadin.addons.clock.Clock
Sets whether the clock is running (animating).
setStep(Duration) - Method in class org.vaadin.addons.clock.Clock
Sets the time interval for step-based adjustments when using keyboard arrow keys.
setValue(LocalTime) - Method in class org.vaadin.addons.clock.Clock
Sets the displayed time.
Styling - Section in class org.vaadin.addons.clock.Clock
 

T

Theme Variants - Section in class org.vaadin.addons.clock.Clock
 

V

valueOf(String) - Static method in enum class org.vaadin.addons.clock.ClockVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.vaadin.addons.clock.ClockVariant
Returns an array containing the constants of this enum class, in the order they are declared.
A C D G I L O R S T V 
All Classes and Interfaces|All Packages|Serialized Form