org.drools.guvnor.client.widgets.decoratedgrid.data
Class GroupedDynamicDataRow

java.lang.Object
  extended by org.drools.guvnor.client.widgets.decoratedgrid.data.DynamicDataRow
      extended by 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


Constructor Summary
GroupedDynamicDataRow()
           
 
Method Summary
 boolean add(CellValue<? extends Comparable<?>> e)
           
 void add(int index, CellValue<? extends Comparable<?>> element)
           
 CellValue<? extends Comparable<?>> get(int index)
           
 List<DynamicDataRow> getChildRows()
           
 CellValue<? extends Comparable<?>> set(int index, CellValue<? extends Comparable<?>> element)
           
 
Methods inherited from class org.drools.guvnor.client.widgets.decoratedgrid.data.DynamicDataRow
iterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupedDynamicDataRow

public GroupedDynamicDataRow()
Method Detail

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.