public final class EasyBinder.EasyBinding extends Object implements FieldFactoryContext
| Constructor and Description |
|---|
EasyBinding() |
| Modifier and Type | Method and Description |
|---|---|
EasyBinder<T> |
addTo(com.vaadin.flow.component.formlayout.FormLayout formLayout) |
EasyBinder<T> |
addTo(com.vaadin.flow.component.HasComponents parent) |
com.vaadin.flow.component.Component |
getField() |
Locale |
getLocale() |
Optional<NumberFormat> |
getNumberFormat() |
EasyBinder.EasyBinding |
withNumberFormat(NumberFormat numberFormat) |
public EasyBinder.EasyBinding withNumberFormat(NumberFormat numberFormat)
public Optional<NumberFormat> getNumberFormat()
getNumberFormat in interface FieldFactoryContextpublic Locale getLocale()
getLocale in interface FieldFactoryContextpublic com.vaadin.flow.component.Component getField()
public EasyBinder<T> addTo(com.vaadin.flow.component.HasComponents parent)
public EasyBinder<T> addTo(com.vaadin.flow.component.formlayout.FormLayout formLayout)
Copyright © 2020 Flowing Code. All rights reserved.