|
||||||||||
| 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.CellValue<T>
org.drools.guvnor.client.widgets.drools.decoratedgrid.CellValue.GroupedCellValue
public class CellValue.GroupedCellValue
A grouped cell, containing a list of grouped cells. If a cell spanning three rows is grouped, the normal CellValue is replaced with a GroupedCellValue (within a GroupedDynamicDataRow). In addition to the GroupedCellValue's value the new GroupedCellValue contains a list of the original three cells.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.drools.guvnor.client.widgets.drools.decoratedgrid.CellValue |
|---|
CellValue.CellState, CellValue.GroupedCellValue |
| Constructor Summary | |
|---|---|
CellValue.GroupedCellValue(T value)
Constructor, nothing to see here, move on |
|
| Method Summary | |
|---|---|
void |
addCellToGroup(CellValue<T> cell)
Add a cell to the group of cells |
void |
addState(CellValue.CellState state)
Ensure the children (or grouped) Cells' State reflects the parent Grouped Cell's State change |
boolean |
hasMultipleValues()
Does this grouped cell contain multiple values |
void |
removeState(CellValue.CellState state)
Ensure the children (or grouped) Cells' State reflects the parent Grouped Cell's State change |
void |
setValue(Object value)
Ensure the children (or grouped) Cells' value reflects the parent Grouped Cell's value change |
| Methods inherited from class org.drools.guvnor.client.widgets.drools.decoratedgrid.CellValue |
|---|
compareTo, convertToGroupedCell, equals, getCoordinate, getHtmlCoordinate, getPhysicalCoordinate, getRowSpan, getValue, hashCode, isEmpty, isGrouped, isOtherwise, isSelected, setCoordinate, setHtmlCoordinate, setPhysicalCoordinate, setRowSpan |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellValue.GroupedCellValue(T value)
value - row - col - | Method Detail |
|---|
public void addCellToGroup(CellValue<T> cell)
cell - public void addState(CellValue.CellState state)
addState in class CellValue<T extends Comparable<T>>public boolean hasMultipleValues()
public void removeState(CellValue.CellState state)
removeState in class CellValue<T extends Comparable<T>>public void setValue(Object value)
setValue in class CellValue<T extends Comparable<T>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||