| com.flexive.faces.model.FxGridDataModel
FxGridDataModel | public class FxGridDataModel extends DataModel (Code) | | Organizes a linear DataModel in a 2D grid. Used for thumbnail gallerys.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
Constructor Summary | |
public | FxGridDataModel(DataModel dataModel, int columns) |
FxGridDataModel | public FxGridDataModel(DataModel dataModel, int columns)(Code) | | |
getColumns | public int getColumns()(Code) | | |
getRowCount | public int getRowCount()(Code) | | |
getRowIndex | public int getRowIndex()(Code) | | |
isRowAvailable | public boolean isRowAvailable()(Code) | | |
setRowIndex | public void setRowIndex(int rowIndex)(Code) | | |
|
|