Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
This interface provides support for fields displayed in the user interface.
displayName:String
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.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
.
Implementation public function get displayName():String
public function set displayName(value:String):void
See also
editable:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.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
.
Implementation public function get editable():Boolean
See also
name:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The name of this IField
.
This name serves as a unique identifier, and never changes.
Implementation public function get name():String
type:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Identifies the data type of this IField
.
It must be one of the field types defined in FieldType
.
Implementation public function get type():String
See also
visible:Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.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
.
Implementation public function get visible():Boolean
public function set visible(value:Boolean):void
See also
Fri Apr 15 2011, 11:10 AM -07:00