WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

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 )

PRBool getAvailable ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op )

Arguments:
attrib
op

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 getEnabled ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op )

Arguments:
attrib
op

PRBool getValidButNotShown ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op )

Arguments:
attrib
op

void setAvailable ( nsMsgSearchAttribValue attrib , nsMsgSearchOpValue op , PRBool active )

Arguments:
attrib
op
active

void setDefaultAttrib ( nsMsgSearchAttribValue defaultAttrib )

Arguments:
defaultAttrib

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.

Copyright © 1999-2006 XULPlanet.com