Uses of Enum
com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
Packages that use DateTimePatternGenerator.DisplayWidth
-
Uses of DateTimePatternGenerator.DisplayWidth in com.ibm.icu.text
Subclasses with type arguments of type DateTimePatternGenerator.DisplayWidth in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumField display name width constants for getFieldDisplayNameFields in com.ibm.icu.text declared as DateTimePatternGenerator.DisplayWidthModifier and TypeFieldDescriptionprivate static final DateTimePatternGenerator.DisplayWidthDateTimePatternGenerator.APPENDITEM_WIDTHThe field name width for use in appendItemsprivate static final DateTimePatternGenerator.DisplayWidth[]DateTimePatternGenerator.CLDR_FIELD_WIDTHMethods in com.ibm.icu.text that return DateTimePatternGenerator.DisplayWidthModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.DateTimePatternGenerator.DisplayWidth.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type DateTimePatternGenerator.DisplayWidthModifier and TypeMethodDescriptionDateTimePatternGenerator.getFieldDisplayName(int field, DateTimePatternGenerator.DisplayWidth width) The general interface to get a display name for a particular date/time field, in one of several possible display widths.private voidDateTimePatternGenerator.setFieldDisplayName(int field, DateTimePatternGenerator.DisplayWidth width, String value) Deprecated.This API is ICU internal only.