com.jtri.struts
Class LoveForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended bycom.jtri.struts.PagedForm
              extended bycom.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

Constructor Summary
LoveForm()
           
 
Method Summary
 org.apache.struts.util.ImageButtonBean getSelectButton()
           
 int[] getSelected()
           
 PageStructure igetRootStructure()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setSelectButton(org.apache.struts.util.ImageButtonBean addB)
           
 void setSelected(int[] vals)
           
 
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
 

Constructor Detail

LoveForm

public LoveForm()
Method Detail

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