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

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

    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.