org.drools.guvnor.client.widgets.decoratedgrid.data
Class DynamicDataRow
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.