| |
|
| com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspSearchForm
JspSearchForm | public class JspSearchForm extends JspContainer (Code) | | This method creates the SearchForm component. This can be used as a separate component to create the criteria or
can be used in components like JspListForm etc.
Creation date: (7/20/01 2:48:19 PM)
author: : Administrator |
JspSearchForm | public JspSearchForm(String name, com.salmonllc.html.HtmlPage p)(Code) | | JspListForm constructor comment.
Parameters: name - java.lang.String Parameters: p - com.salmonllc.html.HtmlPage |
getAdvancesearchlink | public java.lang.String getAdvancesearchlink()(Code) | | Gets the Advance Search link page name
Creation date: (7/30/01 3:23:01 PM)
java.lang.String |
getCriteria | public java.lang.String getCriteria()(Code) | | Gets the criteria created by search form
Creation date: (7/30/01 3:17:32 PM)
java.lang.String |
getDataStore | public DataStoreBuffer getDataStore()(Code) | | Gets the datastore used by search form to create or set the criteria
Creation date: (7/25/01 10:13:56 AM)
DataStoreBuffer |
getSearchbutton | public java.lang.String getSearchbutton()(Code) | | Gets the search button used by Search form
Creation date: (7/30/01 3:17:32 PM)
java.lang.String |
isCasesensitive | public boolean isCasesensitive()(Code) | | Gets the value of Case sensitive Flag
Creation date: (7/31/01 9:34:17 AM)
boolean |
isExactmatch | public boolean isExactmatch()(Code) | | Gets the value of exact match flag
Creation date: (7/31/01 9:34:17 AM)
boolean |
isLeadingwildcard | public boolean isLeadingwildcard()(Code) | | Gets the value of wildcard flag
Creation date: (7/31/01 9:34:17 AM)
boolean |
setAdvancesearchlink | public void setAdvancesearchlink(java.lang.String newAdvancesearchlink)(Code) | | Sets the advance search link.
Creation date: (7/30/01 3:23:01 PM)
Parameters: newAdvancesearchlink - java.lang.String |
setCasesensitive | public void setCasesensitive(boolean newCasesensitive)(Code) | | Sets the value of Case Sensitive search flag
Creation date: (7/31/01 9:34:17 AM)
Parameters: newCasesensitive - boolean |
setCriteria | public void setCriteria(java.lang.String newCriteria)(Code) | | Sets the criteria created by searchform
Creation date: (7/30/01 3:17:32 PM)
Parameters: newCriteria - java.lang.String |
setDataStoreBuffer | public void setDataStoreBuffer(DataStoreBuffer new_ds)(Code) | | Sets the datastore used by Search form to create or perform the search criteria
Creation date: (7/25/01 10:13:56 AM)
Parameters: new_ds - DataStoreBuffer |
setExactmatch | public void setExactmatch(boolean newExactmatch)(Code) | | Sets the value of exact match flag
Creation date: (7/31/01 9:34:17 AM)
Parameters: newExactmatch - boolean |
setLeadingwildcard | public void setLeadingwildcard(boolean newFieldleadingwildcard)(Code) | | Sets the value of Wild card flag
Creation date: (7/31/01 9:34:17 AM)
Parameters: newFieldleadingwildcard - boolean |
setSearchbutton | public void setSearchbutton(java.lang.String newSearchbutton)(Code) | | Sets the search button to be used by JspSearchForm
Creation date: (7/30/01 3:17:32 PM)
Parameters: newSearchbutton - java.lang.String |
|
|
|