Uses of Class
org.vaadin.firitin.fields.LongField

Packages that use LongField
Package
Description
 
  • Uses of LongField in org.vaadin.firitin.fields

    Subclasses with type arguments of type LongField in org.vaadin.firitin.fields
    Modifier and Type
    Class
    Description
    class 
    LongField is an extension of Text Field that only accepts Long numbers.
    Constructor parameters in org.vaadin.firitin.fields with type arguments of type LongField
    Modifier
    Constructor
    Description
     
    LongField(com.vaadin.flow.component.HasValue.ValueChangeListener<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<LongField,Long>> listener)
    Constructs an empty LongField 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 empty LongField 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 a LongField with a value change listener, a label and an initial value.