Name | Required | Type | Description |
---|---|---|---|
extraLarge | false | javax.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 | javax.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 | javax.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 | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Overwrite the default margin for extra large devices. Type: java.lang.String Allowed Values: [none, left, right, both] |
marginExtraSmall | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Overwrite the default margin for extra small devices. Type: java.lang.String Allowed Values: [none, left, right, both] |
marginLarge | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Overwrite the default margin for large devices. Type: java.lang.String Allowed Values: [none, left, right, both] |
marginMedium | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Overwrite the default margin for medium devices. Type: java.lang.String Allowed Values: [none, left, right, both] |
marginSmall | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Overwrite the default margin for small devices. Type: java.lang.String Allowed Values: [none, left, right, both] |
medium | false | javax.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 | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of columns this component moves to the right for extra large devices. |
offsetExtraSmall | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of columns this component moves to the right for extra small devices. |
offsetLarge | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of columns this component moves to the right for large devices. |
offsetMedium | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of columns this component moves to the right for medium devices. |
offsetSmall | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The number of columns this component moves to the right for small devices. |
small | false | javax.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.