Packagecom.endeca.tools.pagebuilder.model.content
Interfacepublic interface IRecordSort extends IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable

A sorting strategy for records retrieved using a navigation query.

See also

INavigationRecords.sorts
INavQuery.sort


Public Properties
 PropertyDefined by
  ascending : Boolean
The direction of the sort.
IRecordSort
  key : String
The sort key.
IRecordSort
 InheritedreadOnly : Boolean
Indicates whether the content model is in read-only mode.
IContentModelObject
Public Methods
 MethodDefined by
 Inherited
equals(obj:Object):Boolean
Tests whether this object is equal to the given object.
IEquatable
Events
 EventSummaryDefined by
 Inherited Dispatched when the content model has been updated in some way.IContentModelObject
Property detail
ascendingproperty
ascending:Boolean  [read-write]

The direction of the sort.

The default value is true.

This property can be used as the source for data binding.

Implementation
    public function get ascending():Boolean
    public function set ascending(value:Boolean):void
keyproperty 
key:String  [read-write]

The sort key.

The default value is null.

This property can be used as the source for data binding.

Implementation
    public function get key():String
    public function set key(value:String):void