| Package | lc.domain |
| Class | public class SearchFilterSort |
| Inheritance | SearchFilterSort Object |
SearchFilterSort class is used for sorting search filters.
| Property | Defined By | ||
|---|---|---|---|
| attribute : SearchFilterAttribute
The attribute of the search filter sort.
| SearchFilterSort | ||
![]() | constructor : 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 | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| attribute | property |
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.
public function get attribute():SearchFilterAttribute
public function set attribute(value:SearchFilterAttribute):void
| direction | property |
direction:String [read-write] The search filter sort direction, which is ascending or descending.
public function get direction():String
public function set direction(value:String):void
| precedence | property |
precedence:int [read-write] The order for the search filter sort.
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