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 |
setGridColumn(javax.el.ValueExpression gridColumn)
The horizontal position in the grid of this component.
|
void |
setGridRow(javax.el.ValueExpression gridRow)
The vertical position in the grid of this component.
|
void |
setRowSpan(javax.el.ValueExpression rowSpan)
The number of vertical cells this component should use.
|
void setColumnSpan(javax.el.ValueExpression columnSpan)
void setRowSpan(javax.el.ValueExpression rowSpan)
void setGridColumn(javax.el.ValueExpression gridColumn)
void setGridRow(javax.el.ValueExpression gridRow)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.