org.drools.guvnor.client.widgets.drools.decoratedgrid.data
Class DynamicDataRow
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicDataRow
public DynamicDataRow()
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-2012 JBoss by Red Hat. All Rights Reserved.