public interface GridLayoutConstraintTagDeclaration
Modifier and Type | Method and Description |
---|---|
void |
setColumnSpan(javax.el.ValueExpression columnSpan)
The number of horizontal cells this component should use.
|
void |
setRowSpan(javax.el.ValueExpression rowSpan)
The number of vertical cells this component should use.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.