Guvnor web application Drools 6.0.0-SNAPSHOT

Uses of Class
org.drools.guvnor.client.widgets.drools.decoratedgrid.data.Coordinate

Packages that use Coordinate
org.drools.guvnor.client.widgets.drools.decoratedgrid   
org.drools.guvnor.client.widgets.drools.decoratedgrid.data   
org.drools.guvnor.client.widgets.drools.decoratedgrid.events   
 

Uses of Coordinate in org.drools.guvnor.client.widgets.drools.decoratedgrid
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid that return Coordinate
 Coordinate CellValue.getCoordinate()
           
 Coordinate AbstractMergableGridWidget.CellSelectionDetail.getCoordinate()
           
 Coordinate CellValue.getHtmlCoordinate()
           
 Coordinate CellValue.getPhysicalCoordinate()
           
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid with parameters of type Coordinate
 void CellValue.setCoordinate(Coordinate coordinate)
           
 void CellValue.setHtmlCoordinate(Coordinate c)
           
 void CellValue.setPhysicalCoordinate(Coordinate c)
           
 

Uses of Coordinate in org.drools.guvnor.client.widgets.drools.decoratedgrid.data
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid.data with parameters of type Coordinate
 CellValue<? extends Comparable<?>> DynamicData.get(Coordinate c)
          Get the CellValue at the given coordinate
 void DynamicData.set(Coordinate c, Object value)
          Set the value at the specified coordinate
 

Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid.data with parameters of type Coordinate
Coordinate(Coordinate c)
           
 

Uses of Coordinate in org.drools.guvnor.client.widgets.drools.decoratedgrid.events
 

Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid.events that return types with arguments of type Coordinate
 Map<Coordinate,List<List<CellValue<? extends Comparable<?>>>>> UpdateModelEvent.getUpdates()
           
 

Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid.events with parameters of type Coordinate
UpdateModelEvent(Coordinate c, List<List<CellValue<? extends Comparable<?>>>> data)
           
 

Constructor parameters in org.drools.guvnor.client.widgets.drools.decoratedgrid.events with type arguments of type Coordinate
UpdateModelEvent(Map<Coordinate,List<List<CellValue<? extends Comparable<?>>>>> updates)
           
 


Guvnor web application Drools 6.0.0-SNAPSHOT

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