Interface SpanTagDeclaration
-
@Deprecated public interface SpanTagDeclaration
Deprecated.Since Tobago 4.0.0. Please use <tc:gridLayoutConstraint> fromGridLayoutConstraintTagDeclaration
instead.Add a column span or row span to the parent UIComponent, useful for a grid layout.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setColumn(javax.el.ValueExpression column)
Deprecated.The number of horizontal cells this component should use.void
setRow(javax.el.ValueExpression row)
Deprecated.The number of vertical cells this component should use.
-