| Package | lc.domain |
| Class | public class SearchFilterCondition |
| Inheritance | SearchFilterCondition Object |
SearchFilterCondition class is used for creating search filters conditions.
| Property | Defined By | ||
|---|---|---|---|
| attribute : SearchFilterAttribute
The attribute of the search filter condition.
| SearchFilterCondition | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| operator : String
The operator for the search filter condition.
| SearchFilterCondition | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| value1 : String
The first value of the search filter condition.
| SearchFilterCondition | ||
| value2 : String
The second value of the search filter condition.
| SearchFilterCondition | ||
| attribute | property |
attribute:SearchFilterAttribute [read-write] The attribute of the search filter condition.
public function get attribute():SearchFilterAttribute
public function set attribute(value:SearchFilterAttribute):void
| operator | property |
operator:String [read-write] The operator for the search filter condition.
public function get operator():String
public function set operator(value:String):void
| value1 | property |
value1:String [read-write] The first value of the search filter condition.
public function get value1():String
public function set value1(value:String):void
| value2 | property |
value2:String [read-write] The second value of the search filter condition.
public function get value2():String
public function set value2(value:String):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/SearchFilterCondition.html