Uses of Class
org.jaffa.presentation.portlet.widgets.model.GridModelRow

Packages that use GridModelRow
org.jaffa.presentation.portlet.widgets.model   
 

Uses of GridModelRow in org.jaffa.presentation.portlet.widgets.model
 

Methods in org.jaffa.presentation.portlet.widgets.model that return GridModelRow
 GridModelRow GridModel.newRow()
          Creates and returns a new GridModelRow.
 GridModelRow GridModel.newRow(int rowNum)
          Create a new Row at the specfied position in the Grid.
 GridModelRow GridModel.getRow(int rowNum)
          Returns a Row object based on the position or the row in the List.
 GridModelRow GridModel.getRowById(int rowId)
          Returns a Row object based on the rowId.
 

Methods in org.jaffa.presentation.portlet.widgets.model with parameters of type GridModelRow
 void GridModel.removeRow(GridModelRow row)
          Removes the row from the grid.
 



Copyright © 2002-2004 JAFFA Project.