Uses of Interface
org.eclipse.nebula.widgets.nattable.group.model.IRowGroupModel

Packages that use IRowGroupModel
org.eclipse.nebula.widgets.nattable.group   
org.eclipse.nebula.widgets.nattable.group.config   
org.eclipse.nebula.widgets.nattable.group.model   
org.eclipse.nebula.widgets.nattable.group.painter   
org.eclipse.nebula.widgets.nattable.selection   
 

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
<T> IRowGroup<T>
RowGroupUtils.getOwnRowGroupForRowIndex(IRowGroupModel<T> model, int rowIndex)
           
static
<T> IRowGroup<T>
RowGroupUtils.getRowGroupForRowIndex(IRowGroupModel<T> model, int rowIndex)
           
static
<T> String
RowGroupUtils.getRowGroupNameForIndex(IRowGroupModel<T> model, int bodyRowIndex)
           
static
<T> List<Integer>
RowGroupUtils.getRowIndexesInGroup(IRowGroupModel<T> model, int rowIndex)
           
static
<T> List<Integer>
RowGroupUtils.getRowIndexesInGroup(IRowGroupModel<T> model, IRowGroup<T> group, boolean includeStatic)
           
static
<T> boolean
RowGroupUtils.isCollapsed(IRowGroupModel<T> model, IRowGroup<T> group)
           
static
<T> boolean
RowGroupUtils.isInTheSameGroup(int fromRowIndex, int toRowIndex, IRowGroupModel<T> model)
           
static
<T> boolean
RowGroupUtils.isPartOfAGroup(IRowGroupModel<T> model, int rowIndex)
           
static
<T> boolean
RowGroupUtils.isStaticRow(IRowGroupModel<T> model, int bodyRowIndex)
           
static
<T> int
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)
           
 



Copyright © 2015. All rights reserved.