Uses of Class
org.apache.myfaces.tobago.internal.layout.OriginCell
Packages that use OriginCell
-
Uses of OriginCell in org.apache.myfaces.tobago.internal.layout
Methods in org.apache.myfaces.tobago.internal.layout that return OriginCellModifier and TypeMethodDescriptionCell.getOrigin()
Deprecated, for removal: This API element is subject to removal in a future version.OriginCell.getOrigin()
Deprecated, for removal: This API element is subject to removal in a future version.SpanCell.getOrigin()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.myfaces.tobago.internal.layout with parameters of type OriginCellModifier and TypeMethodDescriptionvoid
Grid.add
(OriginCell cell, int columnSpan, int rowSpan) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.apache.myfaces.tobago.internal.layout with parameters of type OriginCellModifierConstructorDescriptionSpanCell
(OriginCell origin, boolean horizontalFirst, boolean verticalFirst) Deprecated, for removal: This API element is subject to removal in a future version.