@Named(value="dstable_handler") public class DataSetTableHandler extends TableHandler
BeanHandler.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected DataSetComparator |
dataSetComparator |
protected DataSetTableFormatter |
dataSetTableFormatter |
protected int |
groupBySelectedColumnIndex |
protected boolean |
showGroupByConfig |
editMode, editModeJsp, EXPORT_FORMAT, selectedColumnIndex, structuralChangesAllowed, table, tableComparator, tableFormatter, viewModeJsp
Constructor and Description |
---|
DataSetTableHandler() |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
actionExecAction(CommandRequest request) |
void |
actionSaveTable(CommandRequest request) |
void |
actionSelectColumn(CommandRequest request) |
void |
actionSelectGroupByProperty(CommandRequest request) |
void |
actionSelectGroupByPropertyFunction(CommandRequest request) |
void |
actionShowGroupByConfig(CommandRequest request) |
int |
getGroupBySelectedColumnIndex() |
protected void |
init() |
boolean |
showGroupByConfig() |
actionDeselectColumn, actionExportData, actionFirstPage, actionGotoPage, actionLastPage, actionMoveColumn, actionNewColumn, actionNextPage, actionPreviousPage, actionRemoveColumn, actionSaveColumn, actionSelectCellValue, actionSortByColumn, getBeanJSP, getSelectedColumn, getSelectedColumnIndex, getTable, getTableComparator, getTableFormatter, isEditMode, isStructuralChangesAllowed, saveColumn, setEditMode, setSelectedColumnIndex, setStructuralChangesAllowed, setTable, setTableFormatter
afterRenderBean, beforeRenderBean
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
@Inject protected boolean showGroupByConfig
@Inject protected int groupBySelectedColumnIndex
@Inject protected DataSetTableFormatter dataSetTableFormatter
@Inject protected DataSetComparator dataSetComparator
@PostConstruct protected void init()
public boolean showGroupByConfig()
public int getGroupBySelectedColumnIndex()
public CommandResponse actionExecAction(CommandRequest request) throws Exception
actionExecAction
in class TableHandler
Exception
public void actionSelectColumn(CommandRequest request) throws Exception
actionSelectColumn
in class TableHandler
Exception
public void actionSaveTable(CommandRequest request) throws Exception
actionSaveTable
in class TableHandler
Exception
public void actionSelectGroupByProperty(CommandRequest request) throws Exception
Exception
public void actionSelectGroupByPropertyFunction(CommandRequest request) throws Exception
Exception
public void actionShowGroupByConfig(CommandRequest request) throws Exception
Exception
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.