Interface SegmentLayoutTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
,IsVisual
Renders a layout using a 12 columns grid.
Find more information on how the grid works in the Twitter Bootstrap documentation.
If no attribute is defined, extraSmall="12seg" will be used as default.
- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setExtraLarge
(String extraLarge) The space-separated definition of the columns for extra large devices.void
setExtraSmall
(String extraSmall) The space-separated definition of the columns for extra small devices.void
The space-separated definition of the columns for large devices.void
setMarginExtraLarge
(String marginExtraLarge) The space-separated definition of the column margins for extra large devices.void
setMarginExtraSmall
(String marginExtraSmall) The space-separated definition of the column margins for extra small devices.void
setMarginLarge
(String marginLarge) The space-separated definition of the column margins for large devices.void
setMarginMedium
(String marginMedium) The space-separated definition of the column margins for medium devices.void
setMarginSmall
(String marginSmall) The space-separated definition of the column margins for small devices.void
The space-separated definition of the columns for medium devices.void
The space-separated definition of the columns for small devices.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Method Details
-
setExtraSmall
The space-separated definition of the columns for extra small devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. Example: '1seg 5seg * auto' -
setSmall
The space-separated definition of the columns for small devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. Example: '1seg 5seg * auto' -
setMedium
The space-separated definition of the columns for medium devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. Example: '1seg 5seg * auto' -
setLarge
The space-separated definition of the columns for large devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. Example: '1seg 5seg * auto' -
setExtraLarge
The space-separated definition of the columns for extra large devices. Possible values are: segment values between 1 and 12, 'auto' and '*'. Example: '1seg 5seg * auto' -
setMarginExtraSmall
The space-separated definition of the column margins for extra small devices. Allowed values are: none, left, right, both Example: 'left none both' -
setMarginSmall
The space-separated definition of the column margins for small devices. Allowed values are: none, left, right, both Example: 'left none both' -
setMarginMedium
The space-separated definition of the column margins for medium devices. Allowed values are: none, left, right, both Example: 'left none both' -
setMarginLarge
The space-separated definition of the column margins for large devices. Allowed values are: none, left, right, both Example: 'left none both' -
setMarginExtraLarge
The space-separated definition of the column margins for extra large devices. Allowed values are: none, left, right, both Example: 'left none both'
-