com.jtri.struts
Class LoveForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
com.jtri.struts.PagedForm
com.jtri.struts.LoveForm
- All Implemented Interfaces:
- ICallerForm, IEditForm, INavigateForm, IPagedInfoForm, IRootForm, java.io.Serializable
- public class LoveForm
- extends PagedForm
Base form for List Of ValuEs kind of window. It implements Select buttons and
a list of selected itens.
- Author:
- atorres
- See Also:
- Serialized Form
| Methods inherited from class com.jtri.struts.PagedForm |
get_pendingSave, getAddButton, getBackButton, getLoveButtons, getNextButton, getPageInfo, getPageInfos, getQueryButton, getSaveButton, isEmpty, set_pendingSave, setAddButton, setBackButton, setCusco, setLoveButtons, setNextButton, setPageInfo, setPageInfo, setPageInfos, setQueryButton, setSaveButton, validate |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoveForm
public LoveForm()
igetRootStructure
public PageStructure igetRootStructure()
- Specified by:
igetRootStructure in interface IRootForm- Specified by:
igetRootStructure in class PagedForm
getSelected
public int[] getSelected()
setSelected
public void setSelected(int[] vals)
getSelectButton
public org.apache.struts.util.ImageButtonBean getSelectButton()
setSelectButton
public void setSelectButton(org.apache.struts.util.ImageButtonBean addB)
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
reset in class PagedForm