Uses of Class
org.apache.myfaces.tobago.internal.layout.OriginCell
-
Packages that use OriginCell Package Description 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 Modifier and Type Method Description OriginCell
Cell. getOrigin()
Deprecated.OriginCell
OriginCell. getOrigin()
Deprecated.OriginCell
SpanCell. getOrigin()
Deprecated.Methods in org.apache.myfaces.tobago.internal.layout with parameters of type OriginCell Modifier and Type Method Description void
Grid. add(OriginCell cell, int columnSpan, int rowSpan)
Deprecated.Constructors in org.apache.myfaces.tobago.internal.layout with parameters of type OriginCell Constructor Description SpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst)
Deprecated.
-