Class UFormat.SpanField

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DateIntervalFormat.SpanField, ListFormatter.SpanField
    Enclosing class:
    UFormat

    public abstract static class UFormat.SpanField
    extends java.text.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
    • Field Summary

      • Fields inherited from class java.text.AttributedCharacterIterator.Attribute

        INPUT_METHOD_SEGMENT, LANGUAGE, READING
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SpanField​(java.lang.String name)
      Construct a new instance.
    • Method Summary

      • Methods inherited from class java.text.AttributedCharacterIterator.Attribute

        equals, getName, hashCode, readResolve, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SpanField

        protected SpanField​(java.lang.String name)
        Construct a new instance.