org.openfaces.renderkit.table
Class CellCoordinates

java.lang.Object
  extended by org.openfaces.renderkit.table.CellCoordinates

public class CellCoordinates
extends java.lang.Object


Constructor Summary
CellCoordinates(int rowIndex, int rowCellIndex)
           
 
Method Summary
 JSONObject asJSONObject()
           
 int getRowCellIndex()
           
 int getRowIndex()
           
 int getScrollAreaIndex()
           
 void setRowCellIndex(int rowCellIndex)
           
 void setRowIndex(int rowIndex)
           
 void setScrollAreaIndex(int scrollAreaIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellCoordinates

public CellCoordinates(int rowIndex,
                       int rowCellIndex)
Method Detail

getRowIndex

public int getRowIndex()

getRowCellIndex

public int getRowCellIndex()

setRowIndex

public void setRowIndex(int rowIndex)

setRowCellIndex

public void setRowCellIndex(int rowCellIndex)

getScrollAreaIndex

public int getScrollAreaIndex()

setScrollAreaIndex

public void setScrollAreaIndex(int scrollAreaIndex)

asJSONObject

public JSONObject asJSONObject()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.