| |
|
| com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspListForm
JspListForm | public class JspListForm extends JspContainer (Code) | | This class is used to create the ListForm component in the framework.
This component is a formatiuon of a Search Form and JSP data table.
This is used when search form and datatable are specified in JSP pages
Creation date: (7/20/01 2:48:19 PM)
author: : Deepak Agarwal |
getButtons | public java.lang.String getButtons()(Code) | | Gets the buttons used by Listform
Creation date: (4/5/02 2:53:04 PM)
java.lang.String |
getCaption | public java.lang.String getCaption()(Code) | | Gets the caption set on the ListForm component
Creation date: (8/2/01 2:13:05 PM)
java.lang.String |
getDataDictionary | public java.lang.String getDataDictionary()(Code) | | Gets the data definition, XML file name.
Creation date: (7/20/01 2:49:44 PM)
java.lang.String |
getDataTable | public JspDataTable getDataTable()(Code) | | Gets the JspDatatable contained in the Listform.
Creation date: (7/27/01 4:35:38 PM)
com.salmonllc.jsp.JspDataTable |
getDetailPageName | public java.lang.String getDetailPageName()(Code) | | Gets the name of the detail page used.
Creation date: (7/25/01 3:43:23 PM)
java.lang.String |
getName | public java.lang.String getName()(Code) | | Gets the name of the component.
Creation date: (7/20/01 2:49:44 PM)
java.lang.String |
getSearchForm | public JspSearchForm getSearchForm()(Code) | | Gets the Search Form component used by Listform.
Creation date: (7/27/01 4:33:29 PM)
com.salmonllc.jsp.JspSearchForm |
setButtons | public void setButtons(java.lang.String newButtons)(Code) | | This method sets the buttons used in listform.
Creation date: (4/5/02 2:53:04 PM)
Parameters: newButtons - java.lang.String |
setCaption | public void setCaption(java.lang.String newCaption)(Code) | | This method sets the caption for the listform
Creation date: (8/2/01 2:13:05 PM)
Parameters: newCaption - java.lang.String |
setDataDictionary | public void setDataDictionary(java.lang.String newDataDictionary)(Code) | | Sets the data definition, XML file, used by List form
Creation date: (7/20/01 2:49:44 PM)
Parameters: newDataDictionary - java.lang.String |
setDataTable | public void setDataTable(JspDataTable newDataTable)(Code) | | Sets the Data Table component.
Creation date: (7/27/01 4:35:38 PM)
Parameters: newDataTable - com.salmonllc.jsp.JspDataTable |
setDetailPageName | public void setDetailPageName(java.lang.String newDetailPageName)(Code) | | Sets the JSP page name for Detail form is used in conjuction with Listform.
Creation date: (7/25/01 3:43:23 PM)
Parameters: newDetailPageName - java.lang.String |
setName | public void setName(java.lang.String newName)(Code) | | Sets the name of the Listform component
Creation date: (7/20/01 2:49:44 PM)
Parameters: newName - java.lang.String |
setSearchForm | public void setSearchForm(JspSearchForm newSearchForm)(Code) | | Sets the SearchForm component.
Creation date: (7/27/01 4:33:29 PM)
Parameters: newSearchForm - com.salmonllc.jsp.JspSearchForm |
|
|
|