| Package | acrobat.collection |
| Interface | public interface IField |
| Player Version : | Acrobat ActionScript API 9.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| displayName : String
A string suitable for display in the user interface. | IField | ||
| editable : Boolean [read-only]
Returns a value of true if the user should be allowed
to edit an IAttachment instance's field corresponding to this
IField. | IField | ||
| name : String [read-only]
The name of this IField. | IField | ||
| type : String [read-only]
Identifies the data type of this IField. | IField | ||
| visible : Boolean
Returns a value of true if this field should be visible
in the user interface; it returns false otherwise. | IField | ||
| displayName | property |
displayName:String [read-write] | Player Version : | Acrobat ActionScript API 9.0 |
A string suitable for display in the user interface.
While the string is localizable in the sense that it is Unicode and therefore not restricted to English or other European languages, the value returned does not change with the collection's locale or Acrobat's runtime locale.
For properties virtually added to the schema by setting the decorateSchema property
to true, the name returned by this function will be provided by the Acrobat application
and will be localized for Acrobat's current runtime locale.
Setting this property only changes the value in a copy of the schema
and has no effect on the schema itself. The schema will only be changed
if the modified IField is in the array used when setting
ICollection.fields.
public function get displayName():String public function set displayName(value:String):voidSee also
| editable | property |
editable:Boolean [read-only] | Player Version : | Acrobat ActionScript API 9.0 |
Returns a value of true if the user should be allowed
to edit an IAttachment instance's field corresponding to this
IField. It returns false otherwise.
Setting this property only changes the value in a copy of the schema
and has no effect on the schema itself. The schema will only be changed
if the modified IField is in the array used when setting
ICollection.fields.
public function get editable():BooleanSee also
| name | property |
name:String [read-only] | Player Version : | Acrobat ActionScript API 9.0 |
The name of this IField.
This name serves as a unique identifier, and never changes.
public function get name():String| type | property |
type:String [read-only] | Player Version : | Acrobat ActionScript API 9.0 |
Identifies the data type of this IField.
It must be one of the field types defined in FieldType.
public function get type():StringSee also
| visible | property |
visible:Boolean [read-write] | Player Version : | Acrobat ActionScript API 9.0 |
Returns a value of true if this field should be visible
in the user interface; it returns false otherwise.
Setting this property only changes the value in a copy of the schema
and has no effect on the schema itself. The schema will only be changed
if the modified IField is in the array used when setting
ICollection.fields.
public function get visible():Boolean public function set visible(value:Boolean):voidSee also
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/navigator/9/Navigator_SDK9_HTMLHelp/API_References/Acrobat_Navigator_API_Reference/acrobat/collection/IField.html