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 SummaryModifier and TypeMethodDescriptionvoidsetExtra2Large(String extraLarge) The space separated definition of the columns for extra extra large devices.voidsetExtraLarge(String extraLarge) The space separated definition of the columns for extra large devices.voidsetExtraSmall(String extraSmall) The space separated definition of the columns for extra small devices.voidsetJustify(String justify) The horizontal alignment of the elements inside of the grid, possible values are:SegmentJustify.NONE,SegmentJustify.START,SegmentJustify.CENTER,SegmentJustify.END,SegmentJustify.AROUNDandSegmentJustify.BETWEEN.voidThe space separated definition of the columns for large devices.voidsetMarginExtra2Large(String marginExtra2Large) The space separated definition of the column margins for extra extra large devices.voidsetMarginExtraLarge(String marginExtraLarge) The space separated definition of the column margins for extra large devices.voidsetMarginExtraSmall(String marginExtraSmall) The space separated definition of the column margins for extra small devices.voidsetMarginLarge(String marginLarge) The space separated definition of the column margins for large devices.voidsetMarginMedium(String marginMedium) The space separated definition of the column margins for medium devices.voidsetMarginSmall(String marginSmall) The space separated definition of the column margins for small devices.voidThe space separated definition of the columns for medium devices.voidThe space separated definition of the columns for small devices.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setExtraSmallThe 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'
- 
setSmallThe 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'
- 
setMediumThe 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'
- 
setLargeThe 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'
- 
setExtraLargeThe 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'
- 
setExtra2LargeThe 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'
- 
setMarginExtraSmallThe space separated definition of the column margins for extra small devices. Allowed values are: none, left, right, both Example: 'left none both'
- 
setMarginSmallThe space separated definition of the column margins for small devices. Allowed values are: none, left, right, both Example: 'left none both'
- 
setMarginMediumThe space separated definition of the column margins for medium devices. Allowed values are: none, left, right, both Example: 'left none both'
- 
setMarginLargeThe space separated definition of the column margins for large devices. Allowed values are: none, left, right, both Example: 'left none both'
- 
setMarginExtraLargeThe space separated definition of the column margins for extra large devices. Allowed values are: none, left, right, both Example: 'left none both'
- 
setMarginExtra2LargeThe space separated definition of the column margins for extra extra large devices. Allowed values are: none, left, right, both Example: 'left none both'
- 
setJustifyThe horizontal alignment of the elements inside of the grid, possible values are:SegmentJustify.NONE,SegmentJustify.START,SegmentJustify.CENTER,SegmentJustify.END,SegmentJustify.AROUNDandSegmentJustify.BETWEEN.
 
-