public abstract class MultiSelectionGridFlow extends DataGridFlow
DataGridFlow that supports multi row selections (via check-box) and
row reordering (if combined with an IOrderedGridModel).| Modifier and Type | Class and Description |
|---|---|
class |
MultiSelectionGridFlow.CellDecorator |
static class |
MultiSelectionGridFlow.Model |
ADataGridFlow.LayoutFlow.AsDialogFlow, Flow.AsFlowComponent, Flow.AsFlowState| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SELCOL_NAME |
DEFAULT_FILTERDEF_FACTORY| Constructor and Description |
|---|
MultiSelectionGridFlow(IDataGridModel model,
java.lang.String... columnsToShow) |
MultiSelectionGridFlow(IGridModel model,
java.lang.String... columnsToShow) |
| Modifier and Type | Method and Description |
|---|---|
MultiSelectionGridFlow.Model |
getModel() |
getCellDecorator, isCellCursorEnabled, setCellCursorEnabled, setCellDecorator, setCurrentColensureColumnIsShowed, filterDialog, getColumn, getColumnsToShow, getDblClickAction, getDefaultRowHeight, getFilter, getFilterDefinitionFactory, getFilters, getForm, getForm, getGotoLastAction, getHorzResizer, getLayout, isFiltered, isLayoutable, setColumnsPopupEnabled, setColumnsToShow, setDblClickAction, setFilter, setFilterDefinitionFactory, setFilters, setHeaderHeight, setHorzResizer, setLayout, setLayoutable, setMaxDisplayedLength, setPageSize, setPreferredSize, setRowHeight, setRowsPopupEnabled, setShowHeader, setShowNavigationButtons, setShowRowNumber, setVertResizerensureColumnIsShowed, getCurrentCol, getCurrentRow, getHeaderHeight, getHorzDisplayedUnits, getPageIdx, getPageSize, getRowHeight, getShowColumnGroups, getShowDefaultButtons, getShowedColumns, getShowHeader, getShowNavigationButtons, getShowRowNumber, getVertResizer, isColumnsPopupEnabled, isRowsPopupEnabled, setShowColumnGroups, setShowDefaultButtons, showColumngetLastActiveForm, setRequestProcessor, setRequestProcessorasComponent, asDialog, asState, dump, ensureStartup, getComponent, getComponentMap, getCurrentDialog, getCurrentState, getCurrentSystemDialog, getFlow, getFlowPersonality, getFocusCandidateName, getId, getLastActiveFieldName, getLastActiveFormName, getParent, getPopup, getPreviousState, getState, getStateMap, isEnded, isInErrorState, isStarted, modalDialog, popup, popup, popup, processFieldEvent, processGet, processSubmit, publishEvent, render, restartIfEnded, setComponentListener, setStateMapper, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitasComponent, asDialog, asState, ensureStartup, getCurrentState, getFlowPersonality, getFocusCandidateName, getLastActiveFieldName, getLastActiveFormName, getPreviousState, getState, restartIfEndedpublic static final java.lang.String SELCOL_NAME
public MultiSelectionGridFlow(IGridModel model, java.lang.String... columnsToShow)
public MultiSelectionGridFlow(IDataGridModel model, java.lang.String... columnsToShow)
public MultiSelectionGridFlow.Model getModel()
getModel in interface ILayoutablegetModel in class ADataGridFlow