public class DataSetTableHandler extends TableHandler
HandlerFactoryElement.HandlerTrace
Modifier and Type | Field and Description |
---|---|
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) |
protected org.jboss.dashboard.commons.comparator.ComparatorByCriteria |
createTableComparator() |
int |
getGroupBySelectedColumnIndex() |
boolean |
showGroupByConfig() |
actionDeselectColumn, actionExportData, actionFirstPage, actionGotoPage, actionLastPage, actionMoveColumn, actionNewColumn, actionNextPage, actionPreviousPage, actionRemoveColumn, actionSaveColumn, actionSelectCellValue, actionSortByColumn, getComponentIncludeJSP, getSelectedColumn, getSelectedColumnIndex, getTable, getTableComparator, getTableFormatter, isEditMode, isStructuralChangesAllowed, saveColumn, setEditMode, setSelectedColumnIndex, setStructuralChangesAllowed, setTable, setTableFormatter
afterRenderComponent, beforeRenderComponent, getName
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
protected boolean showGroupByConfig
protected int groupBySelectedColumnIndex
protected org.jboss.dashboard.commons.comparator.ComparatorByCriteria createTableComparator()
createTableComparator
in class TableHandler
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-2014 JBoss by Red Hat. All Rights Reserved.