Interface SpanTagDeclaration
Deprecated.
Add a column span or row span to the parent UIComponent, useful for a grid layout.
-
Method Summary
-
Method Details
-
setColumn
void setColumn(javax.el.ValueExpression column) Deprecated.The number of horizontal cells this component should use. -
setRow
void setRow(javax.el.ValueExpression row) Deprecated.The number of vertical cells this component should use.
-
GridLayoutConstraintTagDeclaration
instead.