Uses of Interface
org.apache.myfaces.tobago.internal.layout.Cell

Packages that use Cell
org.apache.myfaces.tobago.internal.layout   
 

Uses of Cell in org.apache.myfaces.tobago.internal.layout
 

Classes in org.apache.myfaces.tobago.internal.layout that implement Cell
 class OriginCell
           
 class SpanCell
           
 

Methods in org.apache.myfaces.tobago.internal.layout that return Cell
 Cell Grid.getCell(int column, int row)
           
 Cell Grid.getCell(int i, int j, Orientation orientation)
           
 

Methods in org.apache.myfaces.tobago.internal.layout with parameters of type Cell
 void Grid.setCell(int column, int row, Cell cell)
           
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.