Schnittstelle GridLayoutConstraintTagDeclaration


public interface GridLayoutConstraintTagDeclaration
Set grid layout specific contraints to the parent component.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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.
  • Methodendetails

    • setColumnSpan

      void setColumnSpan(javax.el.ValueExpression columnSpan)
      The number of horizontal cells this component should use.
    • setRowSpan

      void setRowSpan(javax.el.ValueExpression rowSpan)
      The number of vertical cells this component should use.
    • setGridColumn

      void setGridColumn(javax.el.ValueExpression gridColumn)
      The horizontal position in the grid of this component. Please use gridColumn and gridRow both or none.
    • setGridRow

      void setGridRow(javax.el.ValueExpression gridRow)
      The vertical position in the grid of this component. Please use gridColumn and gridRow both or none.