to top
Android APIs
public static class

Format.Field

extends AttributedCharacterIterator.Attribute
java.lang.Object
   ↳ java.text.AttributedCharacterIterator.Attribute
     ↳ java.text.Format.Field
Known Direct Subclasses

Class Overview

Inner class used to represent Format attributes in the AttributedCharacterIterator that the formatToCharacterIterator() method returns in Format subclasses.

Summary

[Expand]
Inherited Fields
From class java.text.AttributedCharacterIterator.Attribute
Protected Constructors
Format.Field( String fieldName)
Constructs a new instance of Field with the given field name.
[Expand]
Inherited Methods
From class java.text.AttributedCharacterIterator.Attribute
From class java.lang.Object

Protected Constructors

protected Format.Field (String fieldName)

Added in API level 1

Constructs a new instance of Field with the given field name.

Parameters
fieldName the field name.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.