Class StringToDoubleMapField

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.textfield.TextArea>
com.vaadin.flow.component.AbstractCompositeField<com.vaadin.flow.component.textfield.TextArea,StringToDoubleMapField,Map<String,Double>>
org.vaadin.firitin.fields.StringToDoubleMapField
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<StringToDoubleMapField,Map<String,Double>>,Map<String,Double>>, com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<StringToDoubleMapField,Map<String,Double>>,Map<String,Double>>, Serializable

public class StringToDoubleMapField extends com.vaadin.flow.component.AbstractCompositeField<com.vaadin.flow.component.textfield.TextArea,StringToDoubleMapField,Map<String,Double>> implements com.vaadin.flow.component.HasSize
A field to edit a set of String using one simple text field. Strings are separated using a comma and optional white-space.
See Also:
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue Link icon

    com.vaadin.flow.component.HasValue.ValueChangeEvent<V>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     
     
    void
     
    protected void
    setPresentationValue(Map<String,Double> newPresentationValue)
     
    void
     

    Methods inherited from class com.vaadin.flow.component.AbstractCompositeField Link icon

    addValueChangeListener, getEmptyValue, isEmpty, setModelValue, valueEquals

    Methods inherited from class com.vaadin.flow.component.Composite Link icon

    getChildren, getContent, getElement, initContent

    Methods inherited from class com.vaadin.flow.component.Component Link icon

    addListener, findAncestor, fireEvent, from, get, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier Link icon

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier Link icon

    addDetachListener

    Methods inherited from interface com.vaadin.flow.component.HasElement Link icon

    getElement

    Methods inherited from interface com.vaadin.flow.component.HasEnabled Link icon

    isEnabled, setEnabled

    Methods inherited from interface com.vaadin.flow.component.HasSize Link icon

    getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull

    Methods inherited from interface com.vaadin.flow.component.HasStyle Link icon

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName

    Methods inherited from interface com.vaadin.flow.component.HasValue Link icon

    clear, getOptionalValue

    Methods inherited from interface com.vaadin.flow.component.HasValueAndElement Link icon

    isReadOnly, isRequiredIndicatorVisible, setReadOnly, setRequiredIndicatorVisible