|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.guvnor.client.widgets.drools.decoratedgrid.data.DynamicDataRow
org.drools.guvnor.client.widgets.drools.decoratedgrid.data.GroupedDynamicDataRow
public class GroupedDynamicDataRow
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)
Add a value. |
void |
add(int index,
CellValue<? extends Comparable<?>> element)
Add a value at the given index. |
boolean |
addChildRow(DynamicDataRow childRow)
|
CellValue<? extends Comparable<?>> |
get(int index)
|
List<DynamicDataRow> |
getChildRows()
|
void |
move(int targetColumnIndex,
int sourceColumnIndex)
Move an element at the given source index to the given target index. |
CellValue<? extends Comparable<?>> |
remove(int index)
Remove a value at the given index |
CellValue<? extends Comparable<?>> |
set(int index,
CellValue<? extends Comparable<?>> element)
Set a value at the given index. |
| Methods inherited from class org.drools.guvnor.client.widgets.drools.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 |
|---|
public GroupedDynamicDataRow()
| Method Detail |
|---|
public CellValue<? extends Comparable<?>> get(int index)
get in class DynamicDataRowpublic List<DynamicDataRow> getChildRows()
public CellValue<? extends Comparable<?>> set(int index,
CellValue<? extends Comparable<?>> element)
set in class DynamicDataRowindex - element - The CellValuepublic boolean add(CellValue<? extends Comparable<?>> e)
add in class DynamicDataRowelement - The CellValue
public void add(int index,
CellValue<? extends Comparable<?>> element)
add in class DynamicDataRowindex - element - The CellValuepublic boolean addChildRow(DynamicDataRow childRow)
public CellValue<? extends Comparable<?>> remove(int index)
remove in class DynamicDataRow
public void move(int targetColumnIndex,
int sourceColumnIndex)
move in class DynamicDataRowtargetColumnIndex - sourceColumnIndex -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||