Interface HasLocale

All Known Subinterfaces:
WithLocaleMixin<SELF>
All Known Implementing Classes:
AbstractSuperFloatingPointField, AbstractSuperNumberField, SuperBigDecimalField, SuperDatePicker, SuperDatePickerI18n, SuperDateTimePicker, SuperDoubleField, SuperIntegerField, SuperLongField

public interface HasLocale
Marker interface for objects that can have their Locale changed.
Since:
2020-04-09
Author:
miki
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns locale associated with this object.
    void
    setLocale(Locale locale)
    Sets new locale for this object.
  • Method Details

    • setLocale

      void setLocale(Locale locale)
      Sets new locale for this object.
      Parameters:
      locale - Locale to use. Should not be null.
    • getLocale

      Locale getLocale()
      Returns locale associated with this object.
      Returns:
      A Locale. Never null.