| Name | Required | Type | Description | 
|---|---|---|---|
| extraLarge | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default layout for extra large devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. | 
| extraSmall | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default layout for extra small devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. | 
| large | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default layout for large devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. | 
| marginExtraLarge | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default margin for extra large devices. Type: java.lang.StringAllowed Values: [none, left, right, both] | 
| marginExtraSmall | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default margin for extra small devices. Type: java.lang.StringAllowed Values: [none, left, right, both] | 
| marginLarge | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default margin for large devices. Type: java.lang.StringAllowed Values: [none, left, right, both] | 
| marginMedium | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default margin for medium devices. Type: java.lang.StringAllowed Values: [none, left, right, both] | 
| marginSmall | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default margin for small devices. Type: java.lang.StringAllowed Values: [none, left, right, both] | 
| medium | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default layout for medium devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. | 
| offsetExtraLarge | false | jakarta.el.ValueExpression(must evaluate to java.lang.Integer) | The number of columns this component moves to the right for extra large devices. | 
| offsetExtraSmall | false | jakarta.el.ValueExpression(must evaluate to java.lang.Integer) | The number of columns this component moves to the right for extra small devices. | 
| offsetLarge | false | jakarta.el.ValueExpression(must evaluate to java.lang.Integer) | The number of columns this component moves to the right for large devices. | 
| offsetMedium | false | jakarta.el.ValueExpression(must evaluate to java.lang.Integer) | The number of columns this component moves to the right for medium devices. | 
| offsetSmall | false | jakarta.el.ValueExpression(must evaluate to java.lang.Integer) | The number of columns this component moves to the right for small devices. | 
| small | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Overwrite the default layout for small devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.