| |
|
| com.salmonllc.jsp.controller.BaseListController com.salmonllc.jsp.controller.ListFormController
ListFormController | public class ListFormController extends BaseListController implements ListFormListener,SubmitListener(Code) | | ListFormController is used as a Special Controller to generate standard ListForms.
This Controller creates the ListForm and binds all the column cells to the datastore by reading a XML file.
This can be extended to do any other job or to modify any of the component specified in ListForm.
Creation date: (7/20/01 3:20:08 PM)
author: Administrator |
Method Summary | |
public void | defineView() | public void | initialize() This method was created in VisualAge. | 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 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. |
addButton | public boolean addButton(Code) | | |
advanceSearch | public boolean advanceSearch(Code) | | |
searchButton | public boolean searchButton(Code) | | |
initialize | public void initialize() throws Exception(Code) | | This method was created in VisualAge.
|
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 |
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 - |
|
|
|