Uses of Interface
org.vaadin.miki.markers.WithLocaleMixin
Packages that use WithLocaleMixin
Package
Description
-
Uses of WithLocaleMixin in org.vaadin.miki.markers
Classes in org.vaadin.miki.markers with type parameters of type WithLocaleMixinModifier and TypeInterfaceDescriptioninterfaceWithLocaleMixin<SELF extends WithLocaleMixin<SELF>>Mixin interface to support chainingHasLocale.setLocale(Locale). -
Uses of WithLocaleMixin in org.vaadin.miki.superfields.dates
Classes in org.vaadin.miki.superfields.dates that implement WithLocaleMixinModifier and TypeClassDescriptionclassAn extension ofDatePickerthat handles I18N also on the client side.classAn extension ofDateTimePickerthat handles I18N also on the client side. -
Uses of WithLocaleMixin in org.vaadin.miki.superfields.numbers
Classes in org.vaadin.miki.superfields.numbers that implement WithLocaleMixinModifier and TypeClassDescriptionclassAbstractSuperFloatingPointField<T extends Number,SELF extends AbstractSuperFloatingPointField<T, SELF>> Base class for implementations ofAbstractSuperNumberFieldthat allow modifications to minimum and maximum number of fraction digits.classAbstractSuperNumberField<T extends Number,SELF extends AbstractSuperNumberField<T, SELF>> Base class for super number fields.classA field forBigDecimalvalues that are properly formatted.classA field forDoublevalues that are properly formatted.classA field forIntegervalues that are properly formatted.classA field forLongvalues that are properly formatted.