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

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


Constructor Summary
DynamicDataRow()
           
 
Method Summary
 boolean add(CellValue<? extends Comparable<?>> cell)
           
 void add(int index, CellValue<? extends Comparable<?>> cell)
           
 CellValue<? extends Comparable<?>> get(int index)
           
 Iterator<CellValue<? extends Comparable<?>>> iterator()
           
 void move(int targetColumnIndex, int sourceColumnIndex)
           
 CellValue<? extends Comparable<?>> remove(int index)
           
 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
 

Constructor Detail

DynamicDataRow

public DynamicDataRow()
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()

add

public boolean add(CellValue<? extends Comparable<?>> cell)

add

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

remove

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

move

public void move(int targetColumnIndex,
                 int sourceColumnIndex)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.