-
class
ShortField is an extension of Text Field that only accepts
Short
numbers.
ShortField(com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<ShortField,Short>> listener)
Constructs an empty ShortField
with a value change listener.
ShortField(String label,
com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<ShortField,Short>> listener)
Constructs an empty ShortField
with a value change listener and
a label.
ShortField(String label,
Short initialValue,
com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<ShortField,Short>> listener)
Constructs a ShortField
with a value change listener, a label
and an initial value.