Package org.vaadin.miki.markers
Interface HasLocale
-
- All Known Subinterfaces:
WithLocaleMixin<SELF>
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,SuperBigDecimalField,SuperDatePicker,SuperDatePickerI18n,SuperDateTimePicker,SuperDoubleField,SuperIntegerField,SuperLongField
public interface HasLocaleMarker interface for objects that can have theirLocalechanged.- Since:
- 2020-04-09
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalegetLocale()Returns locale associated with this object.voidsetLocale(Locale locale)Sets new locale for this object.
-