Uses of Class
org.drools.guvnor.client.widgets.decoratedgrid.CellValue.CellState

Packages that use CellValue.CellState
org.drools.guvnor.client.widgets.decoratedgrid   
 

Uses of CellValue.CellState in org.drools.guvnor.client.widgets.decoratedgrid
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid that return CellValue.CellState
static CellValue.CellState CellValue.CellState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CellValue.CellState[] CellValue.CellState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type CellValue.CellState
 void CellValue.addState(CellValue.CellState state)
           
 void CellValue.GroupedCellValue.addState(CellValue.CellState state)
          Ensure the children (or grouped) Cells' State reflects the parent Grouped Cell's State change
 void CellValue.removeState(CellValue.CellState state)
           
 void CellValue.GroupedCellValue.removeState(CellValue.CellState state)
          Ensure the children (or grouped) Cells' State reflects the parent Grouped Cell's State change
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.