| org.jaffa.presentation.portlet.FormBase org.jaffa.components.finder.FinderCriteriaForm
All known Subclasses: org.jaffa.applications.test.modules.material.components.itemfinder.ui.ItemFinderCriteriaForm,
FinderCriteriaForm | abstract public class FinderCriteriaForm extends FormBase (Code) | | This is the base class for all FinderComponent FormBeans.
It has the following properties -
1- sortDropDown : The sort criteria to use for the inquiry
2- exportType : The export option to use for the inquiry (initialized to regular Web Pages)
3- maxRecords: The maximum number of records to retrieve. This will be initialized to the first value in the option list.
author: GautamJ |
doValidate | public boolean doValidate(HttpServletRequest request)(Code) | | This method should be invoked to ensure a valid state of the FormBean. It will validate the data in the models and set the corresponding properties.
Errors will be raised in the FormBean, if any validation fails.
Parameters: request - The request stream A true indicates validations went through successfully. |
getExportType | public String getExportType()(Code) | | Getter for property exportType.
Value of property exportType. |
getExportTypeWM | public RadioButtonModel getExportTypeWM()(Code) | | Getter for property exportType.
Value of property exportType. |
getMaxRecords | public Integer getMaxRecords()(Code) | | Getter for property maxRecords.
Value of property maxRecords. |
getMaxRecordsWM | public DropDownModel getMaxRecordsWM()(Code) | | Getter for DropDown property maxRecords.
Value of DropDown property maxRecords. |
getSortDropDown | public String getSortDropDown()(Code) | | Getter for property sortDropDown.
Value of property sortDropDown. |
getSortDropDownWM | public DropDownModel getSortDropDownWM()(Code) | | Getter for DropDown property sortDropDown.
Value of DropDown property sortDropDown. |
setExportType | public void setExportType(String exportType)(Code) | | Setter for property exportType.
Parameters: exportType - New value of property exportType. |
setExportTypeWV | public void setExportTypeWV(String value)(Code) | | Setter for property exportType. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters: value - New value of property exportType. |
setMaxRecords | public void setMaxRecords(Integer maxRecords)(Code) | | Setter for property maxRecords.
Parameters: maxRecords - New value of property maxRecords. |
setMaxRecordsWV | public void setMaxRecordsWV(String value)(Code) | | Setter for DropDown property maxRecords. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters: value - New value of DropDown property maxRecords. |
setSortDropDown | public void setSortDropDown(String sortDropDown)(Code) | | Setter for property sortDropDown.
Parameters: sortDropDown - New value of property sortDropDown. |
setSortDropDownWV | public void setSortDropDownWV(String value)(Code) | | Setter for DropDown property sortDropDown. This is invoked by the servlet, when a post is done on the Criteria screen.
Parameters: value - New value of DropDown property sortDropDown. |
Methods inherited from org.jaffa.presentation.portlet.FormBase | public void cleanup()(Code)(Java Doc) public void clearErrors(HttpServletRequest request)(Code)(Java Doc) public Component getComponent()(Code)(Java Doc) public ActionErrors getErrors(HttpServletRequest request)(Code)(Java Doc) public WidgetCache getWidgetCache()(Code)(Java Doc) public boolean hasErrors(HttpServletRequest request)(Code)(Java Doc) public void initForm()(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, ActionError error)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, String key)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, String key, Object value0)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, String key, Object value0, Object value1)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, String key, Object value0, Object value1, Object value2)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, String key, Object value0, Object value1, Object value2, Object value3)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, String key, Object[] values)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, ApplicationException appExp)(Code)(Java Doc) public void raiseError(HttpServletRequest request, String property, ApplicationExceptions appExps)(Code)(Java Doc) public void reset(ActionMapping mapping, HttpServletRequest request)(Code)(Java Doc) public void setComponent(Component component)(Code)(Java Doc)
|
|
|