org.drools.guvnor.client.widgets.decoratedgrid
Class MergableGridWidget.CellSelectionDetail

java.lang.Object
  extended by org.drools.guvnor.client.widgets.decoratedgrid.MergableGridWidget.CellSelectionDetail
Enclosing class:
MergableGridWidget<T>

public static class MergableGridWidget.CellSelectionDetail
extends Object

Container for a details of a selected cell


Method Summary
 Coordinate getCoordinate()
           
 int getHeight()
           
 int getOffsetX()
           
 int getOffsetY()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHeight

public int getHeight()

getOffsetX

public int getOffsetX()

getOffsetY

public int getOffsetY()

getWidth

public int getWidth()

getCoordinate

public Coordinate getCoordinate()


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