Package com.ibm.icu.text
Class UFormat.SpanField
- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- java.text.Format.Field
-
- com.ibm.icu.text.UFormat.SpanField
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DateIntervalFormat.SpanField
,ListFormatter.SpanField
,NumberRangeFormatter.SpanField
- Enclosing class:
- UFormat
public abstract static class UFormat.SpanField extends Format.Field
A field that represents a span of text that may be composed with other fields. SpanField classes usually have an associated value.- See Also:
- Serialized Form
- Status:
- Stable ICU 64.
-
-
Field Summary
-
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
-
-
-
Constructor Detail
-
SpanField
protected SpanField(String name)
Construct a new instance.- Status:
- Stable ICU 64.
-
-