@Named(value="csv_editor") public class CSVProviderEditor extends DataProviderEditor
BeanHandler.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected String |
beanJSP |
static String |
CSV_BUNDLE_PREFIX |
protected long |
elapsedTime |
protected LocaleManager |
localeManager
The locale manager.
|
protected int |
nrows |
componentIncludeJSP, dataProvider
Constructor and Description |
---|
CSVProviderEditor() |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
actionCancel(CommandRequest request) |
CommandResponse |
actionSubmit(CommandRequest request) |
void |
clear() |
String |
getBeanJSP() |
CSVDataLoader |
getCSVDataLoader() |
long |
getElapsedTime() |
protected String |
getErrorMessage(String key) |
int |
getNrows() |
boolean |
isConfiguredOk() |
hasDefinitionChanged, removeKPIs
getDataProvider, setDataProvider
afterRenderBean, beforeRenderBean
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
@Inject protected String beanJSP
protected int nrows
protected long elapsedTime
protected LocaleManager localeManager
public static final String CSV_BUNDLE_PREFIX
public String getBeanJSP()
getBeanJSP
in class DataProviderViewer
public CSVDataLoader getCSVDataLoader()
public boolean isConfiguredOk()
isConfiguredOk
in class DataProviderEditor
public long getElapsedTime()
public int getNrows()
public CommandResponse actionSubmit(CommandRequest request) throws Exception
actionSubmit
in class DataProviderEditor
Exception
public CommandResponse actionCancel(CommandRequest request) throws Exception
actionCancel
in class DataProviderEditor
Exception
public void clear()
clear
in class DataProviderViewer
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.