Packagelc.domain
Classpublic class SearchFilterSort
InheritanceSearchFilterSort Inheritance Object

The SearchFilterSort class is used for sorting search filters.



Public Properties
 PropertyDefined By
  attribute : SearchFilterAttribute
The attribute of the search filter sort.
SearchFilterSort
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  direction : String
The search filter sort direction, which is ascending or descending.
SearchFilterSort
  precedence : int
The order for the search filter sort.
SearchFilterSort
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
attributeproperty
attribute:SearchFilterAttribute  [read-write]

The attribute of the search filter sort. An attribute is for specifying the name, type, scope and process variable title of a search filter.


Implementation
    public function get attribute():SearchFilterAttribute
    public function set attribute(value:SearchFilterAttribute):void
directionproperty 
direction:String  [read-write]

The search filter sort direction, which is ascending or descending.


Implementation
    public function get direction():String
    public function set direction(value:String):void
precedenceproperty 
precedence:int  [read-write]

The order for the search filter sort.


Implementation
    public function get precedence():int
    public function set precedence(value:int):void




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/SearchFilterSort.html