Interface SegmentLayoutConstraintTagDeclaration


public interface SegmentLayoutConstraintTagDeclaration
Set a offset for the parent UIComponent withing a segment layout.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setExtraLarge​(javax.el.ValueExpression extraLarge)
    Overwrite the default layout for extra large devices.
    void
    setExtraSmall​(javax.el.ValueExpression extraSmall)
    Overwrite the default layout for extra small devices.
    void
    setLarge​(javax.el.ValueExpression large)
    Overwrite the default layout for large devices.
    void
    setMarginExtraLarge​(javax.el.ValueExpression overwriteMarginExtraLarge)
    Overwrite the default margin for extra large devices.
    void
    setMarginExtraSmall​(javax.el.ValueExpression overwriteMarginExtraSmall)
    Overwrite the default margin for extra small devices.
    void
    setMarginLarge​(javax.el.ValueExpression overwriteMarginLarge)
    Overwrite the default margin for large devices.
    void
    setMarginMedium​(javax.el.ValueExpression overwriteMarginMedium)
    Overwrite the default margin for medium devices.
    void
    setMarginSmall​(javax.el.ValueExpression overwriteMarginSmall)
    Overwrite the default margin for small devices.
    void
    setMedium​(javax.el.ValueExpression medium)
    Overwrite the default layout for medium devices.
    void
    setOffsetExtraLarge​(javax.el.ValueExpression offsetLarge)
    The number of columns this component moves to the right for extra large devices.
    void
    setOffsetExtraSmall​(javax.el.ValueExpression offsetExtraSmall)
    The number of columns this component moves to the right for extra small devices.
    void
    setOffsetLarge​(javax.el.ValueExpression offsetLarge)
    The number of columns this component moves to the right for large devices.
    void
    setOffsetMedium​(javax.el.ValueExpression offsetMedium)
    The number of columns this component moves to the right for medium devices.
    void
    setOffsetSmall​(javax.el.ValueExpression offsetSmall)
    The number of columns this component moves to the right for small devices.
    void
    setSmall​(javax.el.ValueExpression small)
    Overwrite the default layout for small devices.
  • Method Details

    • setExtraSmall

      void setExtraSmall(javax.el.ValueExpression extraSmall)
      Overwrite the default layout for extra small devices. Possible values are: segment values between 1 and 12, 'auto' and '*'.
    • setSmall

      void setSmall(javax.el.ValueExpression small)
      Overwrite the default layout for small devices. Possible values are: segment values between 1 and 12, 'auto' and '*'.
    • setMedium

      void setMedium(javax.el.ValueExpression medium)
      Overwrite the default layout for medium devices. Possible values are: segment values between 1 and 12, 'auto' and '*'.
    • setLarge

      void setLarge(javax.el.ValueExpression large)
      Overwrite the default layout for large devices. Possible values are: segment values between 1 and 12, 'auto' and '*'.
    • setExtraLarge

      void setExtraLarge(javax.el.ValueExpression extraLarge)
      Overwrite the default layout for extra large devices. Possible values are: segment values between 1 and 12, 'auto' and '*'.
    • setMarginExtraSmall

      void setMarginExtraSmall(javax.el.ValueExpression overwriteMarginExtraSmall)
      Overwrite the default margin for extra small devices.
    • setMarginSmall

      void setMarginSmall(javax.el.ValueExpression overwriteMarginSmall)
      Overwrite the default margin for small devices.
    • setMarginMedium

      void setMarginMedium(javax.el.ValueExpression overwriteMarginMedium)
      Overwrite the default margin for medium devices.
    • setMarginLarge

      void setMarginLarge(javax.el.ValueExpression overwriteMarginLarge)
      Overwrite the default margin for large devices.
    • setMarginExtraLarge

      void setMarginExtraLarge(javax.el.ValueExpression overwriteMarginExtraLarge)
      Overwrite the default margin for extra large devices.
    • setOffsetExtraSmall

      void setOffsetExtraSmall(javax.el.ValueExpression offsetExtraSmall)
      The number of columns this component moves to the right for extra small devices.
    • setOffsetSmall

      void setOffsetSmall(javax.el.ValueExpression offsetSmall)
      The number of columns this component moves to the right for small devices.
    • setOffsetMedium

      void setOffsetMedium(javax.el.ValueExpression offsetMedium)
      The number of columns this component moves to the right for medium devices.
    • setOffsetLarge

      void setOffsetLarge(javax.el.ValueExpression offsetLarge)
      The number of columns this component moves to the right for large devices.
    • setOffsetExtraLarge

      void setOffsetExtraLarge(javax.el.ValueExpression offsetLarge)
      The number of columns this component moves to the right for extra large devices.