|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IRowGroupModel in org.eclipse.nebula.widgets.nattable.group |
|---|
| Methods in org.eclipse.nebula.widgets.nattable.group that return IRowGroupModel | |
|---|---|
IRowGroupModel<T> |
RowGroupHeaderLayer.getModel()
|
IRowGroupModel<T> |
RowGroupExpandCollapseLayer.getModel()
|
| Methods in org.eclipse.nebula.widgets.nattable.group with parameters of type IRowGroupModel | ||
|---|---|---|
static
|
RowGroupUtils.getOwnRowGroupForRowIndex(IRowGroupModel<T> model,
int rowIndex)
|
|
static
|
RowGroupUtils.getRowGroupForRowIndex(IRowGroupModel<T> model,
int rowIndex)
|
|
static
|
RowGroupUtils.getRowGroupNameForIndex(IRowGroupModel<T> model,
int bodyRowIndex)
|
|
static
|
RowGroupUtils.getRowIndexesInGroup(IRowGroupModel<T> model,
int rowIndex)
|
|
static
|
RowGroupUtils.getRowIndexesInGroup(IRowGroupModel<T> model,
IRowGroup<T> group,
boolean includeStatic)
|
|
static
|
RowGroupUtils.isCollapsed(IRowGroupModel<T> model,
IRowGroup<T> group)
|
|
static
|
RowGroupUtils.isInTheSameGroup(int fromRowIndex,
int toRowIndex,
IRowGroupModel<T> model)
|
|
static
|
RowGroupUtils.isPartOfAGroup(IRowGroupModel<T> model,
int rowIndex)
|
|
static
|
RowGroupUtils.isStaticRow(IRowGroupModel<T> model,
int bodyRowIndex)
|
|
static
|
RowGroupUtils.sizeOfGroup(IRowGroupModel<T> model,
int bodyRowIndex)
Number of rows in the Group which the bodyRowIndex belongs to. |
|
| Constructors in org.eclipse.nebula.widgets.nattable.group with parameters of type IRowGroupModel | |
|---|---|
RowGroupExpandCollapseLayer(IUniqueIndexLayer underlyingLayer,
IRowGroupModel<T> model)
|
|
RowGroupHeaderLayer(ILayer rowHeaderLayer,
SelectionLayer selectionLayer,
IRowGroupModel<T> rowGroupModel)
|
|
RowGroupHeaderLayer(ILayer rowHeaderLayer,
SelectionLayer selectionLayer,
IRowGroupModel<T> rowGroupModel,
boolean useDefaultConfiguration)
|
|
| Uses of IRowGroupModel in org.eclipse.nebula.widgets.nattable.group.config |
|---|
| Constructors in org.eclipse.nebula.widgets.nattable.group.config with parameters of type IRowGroupModel | |
|---|---|
DefaultRowGroupHeaderLayerConfiguration(IRowGroupModel<T> rowGroupModel)
Deprecated. use constructor without IRowGroupModel as it is not needed anymore |
|
| Uses of IRowGroupModel in org.eclipse.nebula.widgets.nattable.group.model |
|---|
| Classes in org.eclipse.nebula.widgets.nattable.group.model that implement IRowGroupModel | |
|---|---|
class |
RowGroupModel<T>
A thread-safe implementation of IRowGroupModel which is optimised for
larger data-sets (it should cope with at least 10k rows spread across 2-300
groups). |
| Uses of IRowGroupModel in org.eclipse.nebula.widgets.nattable.group.painter |
|---|
| Constructors in org.eclipse.nebula.widgets.nattable.group.painter with parameters of type IRowGroupModel | |
|---|---|
RowGroupHeaderTextPainter(IRowGroupModel rowGroupModel)
Deprecated. Use constructor without IRowGroupModel reference |
|
RowGroupHeaderTextPainter(IRowGroupModel rowGroupModel,
ICellPainter interiorPainter)
Deprecated. Use constructor without IRowGroupModel reference |
|
| Uses of IRowGroupModel in org.eclipse.nebula.widgets.nattable.selection |
|---|
| Constructors in org.eclipse.nebula.widgets.nattable.selection with parameters of type IRowGroupModel | |
|---|---|
SelectRowGroupCommandHandler(IRowGroupModel<T> model,
SelectionLayer selectionLayer,
RowGroupHeaderLayer<T> rowGroupHeaderLayer)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||