net.sf.jasperreports.components.headertoolbar.actions
Class AbstractVerifiableTableAction
java.lang.Object
net.sf.jasperreports.web.actions.AbstractAction
net.sf.jasperreports.components.headertoolbar.actions.AbstractVerifiableTableAction
- All Implemented Interfaces:
- Action
- Direct Known Subclasses:
- EditColumnHeaderAction, EditColumnValuesAction, FilterAction, HideUnhideColumnsAction, MoveColumnAction, ResizeColumnAction, SortAction
public abstract class AbstractVerifiableTableAction
- extends AbstractAction
- Version:
- $Id: AbstractVerifiableTableAction.java 5347 2012-05-08 12:50:30Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
columnData
protected BaseColumnData columnData
table
protected StandardTable table
targetUri
protected String targetUri
formatFactory
protected static FormatFactory formatFactory
AbstractVerifiableTableAction
public AbstractVerifiableTableAction()
getMessagesBundle
public String getMessagesBundle()
- Overrides:
getMessagesBundle in class AbstractAction
getTable
public StandardTable getTable(String uuid)
getCommandTarget
public CommandTarget getCommandTarget(UUID uuid)
- Overrides:
getCommandTarget in class AbstractAction
prepare
public void prepare()
throws ActionException
- Throws:
ActionException
run
public void run()
throws ActionException
- Specified by:
run in interface Action- Overrides:
run in class AbstractAction
- Throws:
ActionException
verify
public abstract void verify()
throws ActionException
- Throws:
ActionException
Copyright © 2012. All Rights Reserved.