com.crystaldecisions.report.web.viewer
Class BooleanSearchControl

java.lang.Object
  |
  +--com.crystaldecisions.report.web.viewer.BooleanSearchControl

Deprecated. As of version 10, replaced by the set of "AdvSearch" properties (for example, setAdvSearchFormula) in CrystalReportInteractiveViewer

public class BooleanSearchControl
extends java.lang.Object


Constructor Summary
BooleanSearchControl()
          Deprecated.  
 
Method Summary
 void addBooleanSearchNavigateEventListener(BooleanSearchNavigateEventListener listener)
          Deprecated.  
 java.lang.String getFormula()
          Deprecated.  
 int getResultPageSize()
          Deprecated.  
 java.lang.String[] getShowFields()
          Deprecated.  
 boolean isEnableFormulaBuildPage()
          Deprecated.  
 boolean isEnableSelectFieldsPage()
          Deprecated.  
 void removeBooleanSearchNavigateEventListener(BooleanSearchNavigateEventListener listener)
          Deprecated.  
 void setEnableFormulaBuildPage(boolean newEnableFormulaBuildPage)
          Deprecated.  
 void setEnableSelectFieldsPage(boolean newEnableSelectFieldsPage)
          Deprecated.  
 void setFormula(java.lang.String newFormula)
          Deprecated.  
 void setReportDocument(ReportClientDocument newReportDocument)
          Deprecated.  
 void setResultPageSize(int newResultPageSize)
          Deprecated.  
 void setShowFields(java.lang.String[] newShowFields)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanSearchControl

public BooleanSearchControl()
Deprecated. 
Method Detail

addBooleanSearchNavigateEventListener

public void addBooleanSearchNavigateEventListener(BooleanSearchNavigateEventListener listener)
Deprecated. 

getFormula

public java.lang.String getFormula()
Deprecated. 

getResultPageSize

public int getResultPageSize()
Deprecated. 

getShowFields

public java.lang.String[] getShowFields()
Deprecated. 

isEnableFormulaBuildPage

public boolean isEnableFormulaBuildPage()
Deprecated. 

isEnableSelectFieldsPage

public boolean isEnableSelectFieldsPage()
Deprecated. 

removeBooleanSearchNavigateEventListener

public void removeBooleanSearchNavigateEventListener(BooleanSearchNavigateEventListener listener)
Deprecated. 

setEnableFormulaBuildPage

public void setEnableFormulaBuildPage(boolean newEnableFormulaBuildPage)
Deprecated. 

setEnableSelectFieldsPage

public void setEnableSelectFieldsPage(boolean newEnableSelectFieldsPage)
Deprecated. 

setFormula

public void setFormula(java.lang.String newFormula)
Deprecated. 

setReportDocument

public void setReportDocument(ReportClientDocument newReportDocument)
Deprecated. 

setResultPageSize

public void setResultPageSize(int newResultPageSize)
Deprecated. 

setShowFields

public void setShowFields(java.lang.String[] newShowFields)
Deprecated.