Class 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:
  • Constructor Details

    • SpanField

      protected SpanField(String name)
      Construct a new instance.