| |
|
| com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspDetailForm
JspDetailForm | public class JspDetailForm extends JspContainer (Code) | | This class serves as the component used in JSP pages to create the detail form.
This component uses an XML file as datadefinition.
Creation date: (7/20/01 2:48:19 PM)
author: : Administrator |
JspDetailForm | public JspDetailForm(String name, com.salmonllc.html.HtmlPage p)(Code) | | JspDetailForm constructor comment.
Parameters: name - java.lang.String Parameters: p - com.salmonllc.html.HtmlPage |
getCancelButton | public java.lang.String getCancelButton()(Code) | | This method gets the cancel button on a detail form
Creation date: (8/2/01 12:59:30 PM)
java.lang.String |
getCaption | public java.lang.String getCaption()(Code) | | This method sets the caption on a detail form
Creation date: (8/2/01 2:11:13 PM)
java.lang.String |
getDataDictionary | public java.lang.String getDataDictionary()(Code) | | This method sets the data definition used by Detail form to create and implements the functinality.
Creation date: (7/20/01 2:49:44 PM)
java.lang.String |
getDeleteButton | public java.lang.String getDeleteButton()(Code) | | This method gets the delete button on a detail form
Creation date: (8/2/01 12:59:30 PM)
java.lang.String |
getName | public java.lang.String getName()(Code) | | Gets the name of the JspDetailForm Component
Creation date: (7/20/01 2:49:44 PM)
java.lang.String |
getSaveButton | public java.lang.String getSaveButton()(Code) | | This method gets the save button on a detail form
Creation date: (8/2/01 12:59:30 PM)
java.lang.String |
setCancelButton | public void setCancelButton(java.lang.String newCancelButton)(Code) | | This method sets the cancel button on a detail form
Creation date: (8/2/01 12:59:30 PM)
Parameters: newCancelButton - java.lang.String |
setCaption | public void setCaption(java.lang.String newCaption)(Code) | | This method sets the caption on a detail form
Creation date: (8/2/01 2:11:13 PM)
Parameters: newCaption - java.lang.String |
setDataDictionary | public void setDataDictionary(java.lang.String newDataDictionary)(Code) | | This method sets the datadefinition used by the detail form
Creation date: (7/20/01 2:49:44 PM)
Parameters: newDataDictionary - java.lang.String |
setDeleteButton | public void setDeleteButton(java.lang.String newDeleteButton)(Code) | | This method sets the delete button on a detail form
Creation date: (8/2/01 12:59:30 PM)
Parameters: newDeleteButton - java.lang.String |
setName | public void setName(java.lang.String newName)(Code) | | Sets the name of the component
Creation date: (7/20/01 2:49:44 PM)
Parameters: newName - java.lang.String |
setSaveButton | public void setSaveButton(java.lang.String newSaveButton)(Code) | | This method sets the save button on a detail form
Creation date: (8/2/01 12:59:30 PM)
Parameters: newSaveButton - java.lang.String |
|
|
|