Uses of Class
org.vaadin.firitin.fields.LongField
Packages that use LongField
-
Uses of LongField in org.vaadin.firitin.fields
Subclasses with type arguments of type LongField in org.vaadin.firitin.fieldsModifier and TypeClassDescriptionclass
LongField is an extension of Text Field that only acceptsLong
numbers.Constructor parameters in org.vaadin.firitin.fields with type arguments of type LongFieldModifierConstructorDescriptionLongField
(com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<LongField, Long>> listener) Constructs an emptyLongField
with a value change listener.LongField
(String label, com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<LongField, Long>> listener) Constructs an emptyLongField
with a value change listener and a label.LongField
(String label, Long initialValue, com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<LongField, Long>> listener) Constructs aLongField
with a value change listener, a label and an initial value.