Package com.persequor.extension.frontend
Interface IDateTimeField
- All Superinterfaces:
IComponent<IDateTimeField>
,IFormField<IDateTimeField>
,IHasAttributes<IDateTimeField>
,IHasId<IDateTimeField>
,IHasSettableValue<IDateTimeField,
,ZonedDateTime> IHasTimeZone<IDateTimeField>
public interface IDateTimeField
extends IFormField<IDateTimeField>, IHasAttributes<IDateTimeField>, IHasSettableValue<IDateTimeField,ZonedDateTime>, IHasTimeZone<IDateTimeField>
-
Method Summary
Methods inherited from interface com.persequor.extension.frontend.data.IComponent
half, quarter, setGridWidth, setHidden, sixth, third, twelfth, twoThirds
Methods inherited from interface com.persequor.extension.frontend.IFormField
focus, setHelpText, setHelpText, setLabel, setLabel, setPlaceholder, setPlaceholder, setReadonly, setRequired
Methods inherited from interface com.persequor.extension.frontend.IHasAttributes
attr, attr, attr, attr, attr, attr
Methods inherited from interface com.persequor.extension.frontend.IHasSettableValue
setValue
Methods inherited from interface com.persequor.extension.frontend.data.IHasTimeZone
getTimeZone, setTimeZone
-
Method Details
-
highlighted
-
submitOnChange
IDateTimeField submitOnChange() -
format
Deprecated.Date format per locale for the datetime picker. Date formatting tokens can be found here. This should normally be properly localised automatically, but is a temporary workaround for broken RTL support until https://github.com/mui/mui-x/issues/9317 is fixed.- Parameters:
format
- map of locale to date format- Returns:
- a IDateTimeField
-