Uses of Enum Class
javax.time.calendar.format.DateTimeFormatterBuilder.TextStyle
Packages that use DateTimeFormatterBuilder.TextStyle
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
Provides classes to format dates and times as strings.
-
Uses of DateTimeFormatterBuilder.TextStyle in javax.time.calendar
Fields in javax.time.calendar with type parameters of type DateTimeFormatterBuilder.TextStyleModifier and TypeFieldDescriptionprivate final ConcurrentMap<Locale, SoftReference<EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore>>> DateTimeFieldRule.textStoresThe cached text for this rule.Methods in javax.time.calendar with parameters of type DateTimeFormatterBuilder.TextStyleModifier and TypeMethodDescriptionDateTimeFieldRule.getText(int value, Locale locale, DateTimeFormatterBuilder.TextStyle textStyle) Gets the text for this field.DateTimeFieldRule.getTextStore(Locale locale, DateTimeFormatterBuilder.TextStyle textStyle) Gets the text map for this field with the specified locale and style.Method parameters in javax.time.calendar with type arguments of type DateTimeFormatterBuilder.TextStyleModifier and TypeMethodDescriptionprotected voidDateTimeFieldRule.createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore> textStores, Locale locale) Creates the text store for each style for the specified locale.protected voidISOChronology.AmPmOfDayRule.createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore> textStores, Locale locale) protected voidISOChronology.DayOfWeekRule.createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore> textStores, Locale locale) protected voidISOChronology.MonthOfYearRule.createTextStores(EnumMap<DateTimeFormatterBuilder.TextStyle, DateTimeFieldRule.TextStore> textStores, Locale locale) -
Uses of DateTimeFormatterBuilder.TextStyle in javax.time.calendar.format
Subclasses with type arguments of type DateTimeFormatterBuilder.TextStyle in javax.time.calendar.formatModifier and TypeClassDescriptionstatic enumEnumeration of the style of text output to use.Fields in javax.time.calendar.format declared as DateTimeFormatterBuilder.TextStyleModifier and TypeFieldDescriptionprivate final DateTimeFormatterBuilder.TextStyleTextPrinterParser.textStyleThe text style, not null.private final DateTimeFormatterBuilder.TextStyleZonePrinterParser.textStyleThe text style to output, null means the id.Methods in javax.time.calendar.format that return DateTimeFormatterBuilder.TextStyleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DateTimeFormatterBuilder.TextStyle[]DateTimeFormatterBuilder.TextStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.time.calendar.format with parameters of type DateTimeFormatterBuilder.TextStyleModifier and TypeMethodDescriptionDateTimeFormatterBuilder.appendText(DateTimeFieldRule<?> rule, DateTimeFormatterBuilder.TextStyle textStyle) Appends the text of a date-time field to the formatter.DateTimeFormatterBuilder.appendZoneText(DateTimeFormatterBuilder.TextStyle textStyle) Appends the time-zone rule name, such as 'British Summer Time', to the formatter.Constructors in javax.time.calendar.format with parameters of type DateTimeFormatterBuilder.TextStyleModifierConstructorDescription(package private)TextPrinterParser(DateTimeFieldRule<?> rule, DateTimeFormatterBuilder.TextStyle textStyle) Constructor.(package private)Constructor.