Uses of Class
org.vaadin.addons.clock.Clock

  • Uses of Clock in org.vaadin.addons.clock

    Subclasses with type arguments of type Clock in org.vaadin.addons.clock
    Modifier and Type
    Class
    Description
    class 
    Clock is a component displaying an analog clock face with an Amiga Workbench 1.2 aesthetic.
    Classes in org.vaadin.addons.clock that implement interfaces with type arguments of type Clock
    Modifier and Type
    Class
    Description
    class 
    Clock is a component displaying an analog clock face with an Amiga Workbench 1.2 aesthetic.
    Constructor parameters in org.vaadin.addons.clock with type arguments of type Clock
    Modifier
    Constructor
    Description
     
    Clock(com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<Clock, LocalTime>> listener)
    Creates a clock with a value change listener.
     
    Clock(LocalTime time, com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<Clock, LocalTime>> listener)
    Creates a clock displaying the specified time with a value change listener.