|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Coordinate | |
|---|---|
Coordinate |
UpdateModelEvent.getOriginCoordinate()
|
| Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid.events with parameters of type Coordinate | |
|---|---|
UpdateModelEvent(Coordinate coordinate,
List<List<CellValue<? extends Comparable<?>>>> data)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||