public class LayoutReportActionImpl extends AbstractReportAction implements LayoutReportAction
LOGGER| Constructor and Description |
|---|
LayoutReportActionImpl(ReportActionFactory factory,
FeatureStore store,
FeatureQuery query,
FeatureSet selection,
JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
static LayoutReportActionImpl |
createFakeLayoutReportAction(Document doc) |
java.lang.String |
evaluateDynamicText(java.lang.String s) |
LayoutReportActionParameters |
getParameters() |
MutableSymbolTable |
getSymbolTable() |
ResourcesStorage.Resource |
getTemplateAsResource() |
Feature |
row() |
formatFieldValue, getFactory, getLabel, getReportLabel, getReportName, getStatus, getTypeName, getValue, isEnabled, rows, setReportLabel, setReportName, toStringaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitformatFieldValue, getFactory, getReportLabel, getReportName, getStatus, getTypeName, rows, setReportLabel, setReportNameaddPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledgetLabel, getValue, label, toStringpublic LayoutReportActionImpl(ReportActionFactory factory, FeatureStore store, FeatureQuery query, FeatureSet selection, JsonObject json)
public static LayoutReportActionImpl createFakeLayoutReportAction(Document doc)
public Feature row()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic ResourcesStorage.Resource getTemplateAsResource()
getTemplateAsResource in interface LayoutReportActionpublic MutableSymbolTable getSymbolTable()
public java.lang.String evaluateDynamicText(java.lang.String s)
evaluateDynamicText in interface LayoutReportActionpublic LayoutReportActionParameters getParameters()
getParameters in interface LayoutReportAction