Schnittstelle SegmentLayoutTagDeclaration
- Alle Superschnittstellen:
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.
- Seit:
- 3.0.0
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setExtra2Large
(String extraLarge) The space separated definition of the columns for extra extra large devices.void
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
setJustify
(String justify) The horizontal alignment of the elements inside of the grid, possible values are:SegmentJustify.NONE
,SegmentJustify.START
,SegmentJustify.CENTER
,SegmentJustify.END
,SegmentJustify.AROUND
andSegmentJustify.BETWEEN
.void
The space separated definition of the columns for large devices.void
setMarginExtra2Large
(String marginExtra2Large) The space separated definition of the column margins for extra extra 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.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Methodendetails
-
setExtraSmall
The space separated definition of the columns for extra small devices. Possible values are: [1-12]seg, 'auto' and <n>fr. Where <n> is a positive integer. Example: '1seg 5seg 1fr auto' -
setSmall
The space separated definition of the columns for small devices. Possible values are: [1-12]seg, 'auto' and <n>fr. Where <n> is a positive integer. Example: '1seg 5seg 1fr auto' -
setMedium
The space separated definition of the columns for medium devices. Possible values are: [1-12]seg, 'auto' and <n>fr. Where <n> is a positive integer. Example: '1seg 5seg fr auto' -
setLarge
The space separated definition of the columns for large devices. Possible values are: [1-12]seg, 'auto' and <n>fr. Where <n> is a positive integer. Example: '1seg 5seg 1fr auto' -
setExtraLarge
The space separated definition of the columns for extra large devices. Possible values are: [1-12]seg, 'auto' and <n>fr. Where <n> is a positive integer. Example: '1seg 5seg 1fr auto' -
setExtra2Large
The space separated definition of the columns for extra extra large devices. Possible values are: [1-12]seg, 'auto' and <n>fr. Where <n> is a positive integer. Example: '1seg 5seg 1fr 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' -
setMarginExtra2Large
The space separated definition of the column margins for extra extra large devices. Allowed values are: none, left, right, both Example: 'left none both' -
setJustify
The horizontal alignment of the elements inside of the grid, possible values are:SegmentJustify.NONE
,SegmentJustify.START
,SegmentJustify.CENTER
,SegmentJustify.END
,SegmentJustify.AROUND
andSegmentJustify.BETWEEN
.
-