| Package | acrobat.collection |
| Interface | public interface ISort |
| Player Version : | Acrobat ActionScript API 9.0 |
ICollection.sort.
See also
| Property | Defined By | ||
|---|---|---|---|
| ascending : Boolean [read-only]
true if the sort is in ascending order; false if it is in descending order. | ISort | ||
| name : String [read-only]
The name of the field to sort on. | ISort | ||
| ascending | property |
ascending:Boolean [read-only] | Player Version : | Acrobat ActionScript API 9.0 |
true if the sort is in ascending order; false if it is in descending order.
There is no direct way to change an ISort instance's ascending property.
Instead, create a new ISort instance with the appropriate value and set
ICollection.sort.
public function get ascending():BooleanSee also
| name | property |
name:String [read-only] | Player Version : | Acrobat ActionScript API 9.0 |
The name of the field to sort on.
Note that this is the IField instance's
name property, not its displayName
property.
public function get name():String
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/ISort.html