org.openfaces.renderkit.table
Class CellCoordinates
java.lang.Object
org.openfaces.renderkit.table.CellCoordinates
public class CellCoordinates
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellCoordinates
public CellCoordinates(int rowIndex,
int rowCellIndex)
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.