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 TypeClassDescriptionclassLongField is an extension of Text Field that only acceptsLongnumbers.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 emptyLongFieldwith a value change listener.LongField(String label, com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<LongField, Long>> listener) Constructs an emptyLongFieldwith 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 aLongFieldwith a value change listener, a label and an initial value.