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
Mixin interface to support chaining
HasLocale.setLocale(Locale).- Since:
- 2020-04-12
- Author:
- miki
-
Method Summary
Modifier and TypeMethodDescriptiondefault SELFwithLocale(Locale locale) ChainsHasLocale.setLocale(Locale)and returns itself.
-
Method Details
-
withLocale
ChainsHasLocale.setLocale(Locale)and returns itself.- Parameters:
locale- Locale to set.- Returns:
- This.
- See Also:
-