Uses of Class
org.apache.myfaces.tobago.internal.layout.OriginCell

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

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

Methods in org.apache.myfaces.tobago.internal.layout that return OriginCell
 OriginCell Cell.getOrigin()
           
 OriginCell OriginCell.getOrigin()
           
 OriginCell SpanCell.getOrigin()
           
 

Methods in org.apache.myfaces.tobago.internal.layout with parameters of type OriginCell
 void Grid.add(OriginCell cell, int columnSpan, int rowSpan)
           
 

Constructors in org.apache.myfaces.tobago.internal.layout with parameters of type OriginCell
SpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst)
           
 



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