nsIMsgSearchValidityTable
| IID: | b07f1cb6-fae9-4d92-9edb-03f9ad249c66 |
| Inherits From: | nsISupports |
Properties
readonly PRInt32 numAvailAttribs
Methods
PRBool getAvailable ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op )
void getAvailableAttributes ( out PRUint32 length , out arrayof nsMsgSearchAttribValue attrs )
void getAvailableOperators ( nsMsgSearchAttribValue attrib , out PRUint32 length , out arrayof nsMsgSearchOpValue operators )
PRBool getEnabled ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op )
PRBool getValidButNotShown ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op )
void setAvailable ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op , PRBool active )
void setDefaultAttrib ( nsMsgSearchAttribValue defaultAttrib )
void setEnabled ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op , PRBool enabled )
void setValidButNotShown ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op , PRBool valid )
[noscript] void validateTerms ( nsISupportsArray terms )
void getAvailableAttributes ( out PRUint32 length , out arrayof nsMsgSearchAttribValue attrs )
- Arguments:
- length
- attrs
void getAvailableOperators ( nsMsgSearchAttribValue attrib , out PRUint32 length , out arrayof nsMsgSearchOpValue operators )
- Arguments:
- attrib
- length
- operators
PRBool getValidButNotShown ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op )
- Arguments:
- attrib
- op
void setAvailable ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op , PRBool active )
- Arguments:
- attrib
- op
- active
void setEnabled ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op , PRBool enabled )
- Arguments:
- attrib
- op
- enabled
void setValidButNotShown ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op , PRBool valid )
- Arguments:
- attrib
- op
- valid
void validateTerms ( nsISupportsArray terms )
- Arguments:
- terms
References
This interface is returned from the following methods:
nsIMsgSearchValidityManager.getTable
Reference documentation is generated from Mozilla's source.
