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

java.lang.Object
  extended by org.drools.guvnor.client.widgets.decoratedgrid.data.DynamicDataRow
All Implemented Interfaces:
Iterable<CellValue<? extends Comparable<?>>>
Direct Known Subclasses:
GroupedDynamicDataRow

public class DynamicDataRow
extends Object
implements Iterable<CellValue<? extends Comparable<?>>>

A row of data in the Decision Table


Method Summary
 CellValue<? extends Comparable<?>> get(int index)
           
 Iterator<CellValue<? extends Comparable<?>>> iterator()
           
 CellValue<? extends Comparable<?>> set(int index, CellValue<? extends Comparable<?>> cell)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public CellValue<? extends Comparable<?>> get(int index)

iterator

public Iterator<CellValue<? extends Comparable<?>>> iterator()
Specified by:
iterator in interface Iterable<CellValue<? extends Comparable<?>>>

set

public CellValue<? extends Comparable<?>> set(int index,
                                              CellValue<? extends Comparable<?>> cell)

size

public int size()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.