Package org.vaadin.miki.markers
Interface WithLocaleMixin<SELF extends WithLocaleMixin<SELF>>
-
- Type Parameters:
SELF- Self type.
- All Superinterfaces:
HasLocale
- All Known Implementing Classes:
AbstractSuperFloatingPointField,AbstractSuperNumberField,SuperBigDecimalField,SuperDatePicker,SuperDateTimePicker,SuperDoubleField,SuperIntegerField,SuperLongField
public interface WithLocaleMixin<SELF extends WithLocaleMixin<SELF>> extends HasLocale
Mixin interface to support chainingHasLocale.setLocale(Locale).- Since:
- 2020-04-12
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SELFwithLocale(Locale locale)ChainsHasLocale.setLocale(Locale)and returns itself.
-
-
-
Method Detail
-
withLocale
default SELF withLocale(Locale locale)
ChainsHasLocale.setLocale(Locale)and returns itself.- Parameters:
locale- Locale to set.- Returns:
- This.
- See Also:
HasLocale.setLocale(Locale)
-
-