| |
|
| com.salmonllc.jsp.controller.BaseDetailController com.salmonllc.jsp.controller.DetailFormController
DetailFormController | public class DetailFormController extends BaseDetailController implements SubmitListener,DetailFormListener(Code) | | DetailFormController creates a detailform and binds its components to the
datastore columns specified by the XML file.
Creation date: (7/25/01 3:19:11 PM)
author: : Deepak Agarwal |
Method Summary | |
public String | getRedirectURL() | public void | initialize() This method was created in VisualAge. | protected String | mapDataType(int dsDataType) | public boolean | pageAccess() This method MUST be OVERRIDDEN in descendant classes to prohibit or restrict
access to a page or some of its components. | public boolean | postDetailSave() Called after Save button is processed on Detail page. | public boolean | preDetailDelete() Called after Save button is processed on Detail page. | public void | request(PageEvent p) This method is overridden in the descendant class/page. | public boolean | submitPerformed(SubmitEvent p) This method is overridden in the descendant class/page. |
initialize | public void initialize() throws Exception(Code) | | This method was created in VisualAge.
|
mapDataType | protected String mapDataType(int dsDataType)(Code) | | Creation date: (8/30/01 2:00:07 PM)
java.lang.String Parameters: dsDataType - int |
pageAccess | public boolean pageAccess()(Code) | | This method MUST be OVERRIDDEN in descendant classes to prohibit or restrict
access to a page or some of its components.
boolean |
postDetailSave | public boolean postDetailSave() throws java.lang.Exception(Code) | | Called after Save button is processed on Detail page.
boolean True if continue to save, else do not continue. |
preDetailDelete | public boolean preDetailDelete() throws java.lang.Exception(Code) | | Called after Save button is processed on Detail page.
boolean True if continue to save, else do not continue. |
request | public void request(PageEvent p) throws Exception(Code) | | This method is overridden in the descendant class/page. It is used each time a user re-visits a page after the initial page generation by the initPage and createPage methods.
Parameters: p - PageEvent throws: Exception - |
submitPerformed | public boolean submitPerformed(SubmitEvent p) throws Exception(Code) | | This method is overridden in the descendant class/page. It is used each time a user re-visits a page after the initial page generation by the initPage and createPage methods.
Parameters: p - PageEvent throws: Exception - |
Methods inherited from com.salmonllc.jsp.controller.BaseDetailController | public HtmlComponent assignComponentToUserComp(String compName)(Code)(Java Doc) public boolean checkComponent(HtmlFormComponent comp, String itemName)(Code)(Java Doc) public void displayError(String message)(Code)(Java Doc) public void displayError(String message, HtmlComponent focus)(Code)(Java Doc) public void displayError(String message, HtmlComponent focus, int row)(Code)(Java Doc) public void displayMessage(String message)(Code)(Java Doc) public void displayMessage(String message, HtmlComponent focus)(Code)(Java Doc) public void displayMessage(String message, boolean isError, HtmlComponent focus, int row)(Code)(Java Doc) public HtmlComponent getHtmlComponent(String name)(Code)(Java Doc) protected com.salmonllc.html.HtmlComponent getMessageComponent()(Code)(Java Doc) protected String getPrimaryKey(DataStore _ds) throws com.salmonllc.sql.DataStoreException(Code)(Java Doc) protected String getPrimaryKeyName(DataStore _ds) throws com.salmonllc.sql.DataStoreException(Code)(Java Doc) public java.util.Hashtable getUserComponents()(Code)(Java Doc) public void initialize() throws Exception(Code)(Java Doc) public boolean onDetailError(int code, java.lang.String message, com.salmonllc.html.HtmlComponent component)(Code)(Java Doc) public boolean pageAccess()(Code)(Java Doc) public void pageRequestEnd(PageEvent p) throws Exception(Code)(Java Doc) public void pageRequested(PageEvent p) throws Exception(Code)(Java Doc) public void pageSubmitEnd(PageEvent p)(Code)(Java Doc) public void pageSubmitted(PageEvent p)(Code)(Java Doc) public boolean postDetailDelete() throws java.lang.Exception(Code)(Java Doc) public boolean postDetailRequest() throws java.lang.Exception(Code)(Java Doc) public boolean postDetailSave() throws java.lang.Exception(Code)(Java Doc) public boolean preDetailDelete() throws java.lang.Exception(Code)(Java Doc) public boolean preDetailRequest() throws java.lang.Exception(Code)(Java Doc) public boolean preDetailSave() throws java.lang.Exception(Code)(Java Doc) public void request(PageEvent p) throws Exception(Code)(Java Doc) public void setMessageComponent(com.salmonllc.html.HtmlComponent newMessageComponent)(Code)(Java Doc) public void setUserComponents(java.util.Hashtable newUserComponents)(Code)(Java Doc) public boolean submitPerformed(SubmitEvent e) throws Exception(Code)(Java Doc) public void writeMessage(String message)(Code)(Java Doc)
|
|
|
|