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

Packages that use IRowGroup
org.eclipse.nebula.widgets.nattable.group   
org.eclipse.nebula.widgets.nattable.group.model   
 

Uses of IRowGroup in org.eclipse.nebula.widgets.nattable.group
 

Methods in org.eclipse.nebula.widgets.nattable.group that return IRowGroup
static
<T> IRowGroup<T>
RowGroupUtils.getOwnRowGroupForRowIndex(IRowGroupModel<T> model, int rowIndex)
           
static
<T> IRowGroup<T>
RowGroupUtils.getRowGroupForRowIndex(IRowGroupModel<T> model, int rowIndex)
           
static
<T> IRowGroup<T>
RowGroupUtils.getTopMostParentGroup(IRowGroup<T> rowGroup)
          Return the top-most parent group of the group specified, or the group specified if it has no parents.
 

Methods in org.eclipse.nebula.widgets.nattable.group with parameters of type IRowGroup
static
<T> List<Integer>
RowGroupUtils.getRowIndexesInGroup(IRowGroupModel<T> model, IRowGroup<T> group, boolean includeStatic)
           
static
<T> IRowGroup<T>
RowGroupUtils.getTopMostParentGroup(IRowGroup<T> rowGroup)
          Return the top-most parent group of the group specified, or the group specified if it has no parents.
static
<T> boolean
RowGroupUtils.isAnyParentCollapsed(IRowGroup<T> group)
          Returns true if any of the groups parent groups is collapsed.
static
<T> boolean
RowGroupUtils.isCollapsed(IRowGroupModel<T> model, IRowGroup<T> group)
           
 

Uses of IRowGroup in org.eclipse.nebula.widgets.nattable.group.model
 

Classes in org.eclipse.nebula.widgets.nattable.group.model that implement IRowGroup
 class RowGroup<T>
          An implementation of IRowGroup.
 

Methods in org.eclipse.nebula.widgets.nattable.group.model that return IRowGroup
 IRowGroup<T> RowGroup.getParentGroup()
           
 IRowGroup<T> IRowGroup.getParentGroup()
          If this group is a nested child of another this will return the parent group.
 IRowGroup<T> RowGroupModel.getRowGroupForName(String groupName)
           
 IRowGroup<T> IRowGroupModel.getRowGroupForName(String groupName)
          Returns an the IRowGroup with the specified group name.
 IRowGroup<T> RowGroupModel.getRowGroupForRow(T row)
           
 IRowGroup<T> RowGroup.getRowGroupForRow(T row)
           
 IRowGroup<T> IRowGroupModel.getRowGroupForRow(T row)
          Returns the first IRowGroup found containing the specified row.
 IRowGroup<T> IRowGroup.getRowGroupForRow(T row)
          Retrieves the sub-group for a given row member.
 

Methods in org.eclipse.nebula.widgets.nattable.group.model that return types with arguments of type IRowGroup
 List<IRowGroup<T>> RowGroupModel.getRowGroups()
           
 List<IRowGroup<T>> RowGroup.getRowGroups()
           
 List<IRowGroup<T>> IRowGroupModel.getRowGroups()
           
 List<IRowGroup<T>> IRowGroup.getRowGroups()
           
 

Methods in org.eclipse.nebula.widgets.nattable.group.model with parameters of type IRowGroup
 boolean RowGroupModel.addRowGroup(IRowGroup<T> rowGroup)
           
 void RowGroup.addRowGroup(IRowGroup<T> rowGroup)
           
 boolean IRowGroupModel.addRowGroup(IRowGroup<T> rowGroup)
           Adds a group into the model.
 void IRowGroup.addRowGroup(IRowGroup<T> rowGroup)
          Adds a row-group into the group.
 boolean RowGroupModel.removeRowGroup(IRowGroup<T> rowGroup)
           
 boolean RowGroup.removeRowGroup(IRowGroup<T> rowGroup)
           
 boolean IRowGroupModel.removeRowGroup(IRowGroup<T> rowGroup)
           Removes the group from the model.
 boolean IRowGroup.removeRowGroup(IRowGroup<T> rowGroup)
          Returns the row-group child of this group.
 void RowGroup.setParentGroup(IRowGroup<T> parentGroup)
           
 void IRowGroup.setParentGroup(IRowGroup<T> parentGroup)
          Set the specified group as the parent of this group.
 

Method parameters in org.eclipse.nebula.widgets.nattable.group.model with type arguments of type IRowGroup
 void RowGroupModel.addRowGroups(List<IRowGroup<T>> rowGroups)
           
 void IRowGroupModel.addRowGroups(List<IRowGroup<T>> rowGroups)
           Adds multiple row groups into the model and only fires off a single change notification.
 



Copyright © 2015. All rights reserved.