Class SearchAction
- java.lang.Object
-
- net.sf.jasperreports.interactivity.actions.AbstractAction
-
- net.sf.jasperreports.interactivity.actions.SearchAction
-
- All Implemented Interfaces:
Serializable
,Action
public class SearchAction extends AbstractAction
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.interactivity.actions.AbstractAction
AbstractAction.ActionErrors
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.interactivity.actions.AbstractAction
ERR_CONCAT_STRING, errors, PARAM_COMMAND_STACK
-
-
Constructor Summary
Constructors Constructor Description SearchAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchData
getSearchData()
void
performAction()
boolean
requiresRefill()
void
setSearchData(SearchData searchData)
-
Methods inherited from class net.sf.jasperreports.interactivity.actions.AbstractAction
getCommandStack, getCommandTarget, getCommandTarget, getCommandTarget, getCommandTarget, getJasperReportsContext, getMessagesBundle, getReportContext, init, run, setCommandStack
-
-
-
-
Method Detail
-
getSearchData
public SearchData getSearchData()
-
setSearchData
public void setSearchData(SearchData searchData)
-
performAction
public void performAction() throws ActionException
- Specified by:
performAction
in classAbstractAction
- Throws:
ActionException
-
requiresRefill
public boolean requiresRefill()
- Specified by:
requiresRefill
in interfaceAction
- Overrides:
requiresRefill
in classAbstractAction
-
-