com.plumtree.portalpages.common.search
Interface IFilterQueryTable

All Known Implementing Classes:
DynamicQueryTable, RepostQueryTable

public interface IFilterQueryTable

Author:
CraigS, based on MikeS Interface that both DynamicQueryTable and RepostQueryTable implement; allows them to be used interchangably

Method Summary
 void addTableToCollection(HTMLElementCollection result, boolean showErrorsNextToInputs, JSDateTimePickerMgr jsDateTimePickerMgr, PageMgr _ptPageMgr)
           
 boolean GetAllMustPass()
           
 QueryCondition GetDefinedQueryCondition(int iIndex)
           
 void loadDefinedQueryCondition(QueryCondition qc)
           
 void removeDefinedQueryCondition(int iIndex)
           
 void SetAllMustPass(boolean bOperator)
           
 void SetBlankQueryCondition(QueryCondition qc)
           
 void SetExtraRowBelowGroupHeader(HTMLElement e)
           
 void SetExtraRowBelowGroupHeader(java.lang.String s)
           
 void SetHideGroupHeaderRow(boolean hide)
           
 void SetLabel(java.lang.String label)
           
 void SetSuppressCheckbox(boolean b)
           
 void SetTableSize(int nRows)
           
 void SetUseVerboseTerminology(boolean b)
           
 

Method Detail

SetAllMustPass

void SetAllMustPass(boolean bOperator)
Parameters:
bOperator -

SetBlankQueryCondition

void SetBlankQueryCondition(QueryCondition qc)
Parameters:
qc -

SetExtraRowBelowGroupHeader

void SetExtraRowBelowGroupHeader(java.lang.String s)
Parameters:
s -

SetExtraRowBelowGroupHeader

void SetExtraRowBelowGroupHeader(HTMLElement e)
Parameters:
e -

SetHideGroupHeaderRow

void SetHideGroupHeaderRow(boolean hide)

SetLabel

void SetLabel(java.lang.String label)
Parameters:
label -

SetSuppressCheckbox

void SetSuppressCheckbox(boolean b)
Parameters:
b -

SetTableSize

void SetTableSize(int nRows)
Parameters:
nRows -

SetUseVerboseTerminology

void SetUseVerboseTerminology(boolean b)
Parameters:
b -

GetAllMustPass

boolean GetAllMustPass()
Returns:

GetDefinedQueryCondition

QueryCondition GetDefinedQueryCondition(int iIndex)
Parameters:
iIndex -
Returns:

addTableToCollection

void addTableToCollection(HTMLElementCollection result,
                          boolean showErrorsNextToInputs,
                          JSDateTimePickerMgr jsDateTimePickerMgr,
                          PageMgr _ptPageMgr)
Parameters:
result -
showErrorsNextToInputs -

loadDefinedQueryCondition

void loadDefinedQueryCondition(QueryCondition qc)
Parameters:
qc -

removeDefinedQueryCondition

void removeDefinedQueryCondition(int iIndex)
Parameters:
iIndex -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.