org.drools.guvnor.client.widgets.decoratedgrid.data
Class GroupedDynamicDataRow
java.lang.Object
org.drools.guvnor.client.widgets.decoratedgrid.data.DynamicDataRow
org.drools.guvnor.client.widgets.decoratedgrid.data.GroupedDynamicDataRow
- All Implemented Interfaces:
- Iterable<CellValue<? extends Comparable<?>>>
public class GroupedDynamicDataRow
- extends DynamicDataRow
A grouped row of data in the Decision Table. This object represents the row
within the table that is visible. It contains a collection of grouped rows
excluding the first row of the grouped block. For example: A set of five rows
grouped results in one GroupedDynamicDataRow containing four child
DynamicDataRows
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupedDynamicDataRow
public GroupedDynamicDataRow()
get
public CellValue<? extends Comparable<?>> get(int index)
- Overrides:
get
in class DynamicDataRow
getChildRows
public List<DynamicDataRow> getChildRows()
set
public CellValue<? extends Comparable<?>> set(int index,
CellValue<? extends Comparable<?>> element)
- Overrides:
set
in class DynamicDataRow
add
public boolean add(CellValue<? extends Comparable<?>> e)
add
public void add(int index,
CellValue<? extends Comparable<?>> element)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.