类的使用
com.vaadin.flow.component.timepicker.TimePicker
-
com.vaadin.flow.component.timepicker中TimePicker的使用
类型变量类型为TimePicker的com.vaadin.flow.component.timepicker中的方法参数 修饰符和类型 方法 说明 com.vaadin.flow.shared.Registration
TimePicker. addInvalidChangeListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinTimePicker.InvalidChangeEvent<TimePicker>> listener)
类型变量类型为TimePicker的com.vaadin.flow.component.timepicker中的构造器参数 构造器 说明 TimePicker(com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<TimePicker,java.time.LocalTime>> listener)
Convenience constructor to create a time picker with aHasValue.ValueChangeListener
.