Plumtree UI Infrastructure API  
 

PTQueryCondition Members

PTQueryCondition overview

Public Static Fields

PT_FILTEROP_CONTAINS 
PT_FILTEROP_DOESNOTCONTAIN 
PT_FILTEROP_EQ 
PT_FILTEROP_EQ_NOCASE 
PT_FILTEROP_GT 
PT_FILTEROP_GTE 
PT_FILTEROP_IN 
PT_FILTEROP_ISEMPTY 
PT_FILTEROP_ISNOTEMPTY 
PT_FILTEROP_LT 
PT_FILTEROP_LTE 
PT_FILTEROP_NE 
PT_FILTEROP_NUMERIC_EQ 
PT_FILTEROP_NUMERIC_NOTEQ 
TYPE_DATE 
TYPE_DOUBLE 
TYPE_LONG 
TYPE_REF 
TYPE_STRING 

Public Instance Constructors

PTQueryCondition Constructor Initializes a new instance of the PTQueryCondition class.

Public Instance Methods

addProperty 
CreateDuplicate 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetTableRow 
GetType (inherited from Object)Gets the Type of the current instance.
makeInVisible 
makeVisible the object type passed in as the second argument to this method should correspond to one of the types defined at the top of this file
setSelected 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PTQueryCondition Class | com.plumtree.xpshared.htmlconstructs Namespace