Schnittstelle FlexLayoutTagDeclaration
- Alle Superschnittstellen:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
,IsVisual
Renders a <a href=https://www.w3.org/TR/css-flexbox-1/>Flexible Box Layout</a>.
- Seit:
- 3.0.0
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setAlignItems
(String alignItems) This value defines CSS align-items value of the flex layout.void
setColumns
(String columns) This value defines the layout constraints for column layout.void
setJustifyContent
(String justifyContent) This value defines CSS justify-content value of the flex layout.void
This value defines the layout constraints for row layout.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
-
setColumns
This value defines the layout constraints for column layout. It is a space separated list of layout tokens '<n>fr', '<measure>' or the keyword 'auto'. Where <n> is a positive integer and <measure> is a valid CSS length. Example: '2fr 1fr 100px 3rem auto'. -
setRows
This value defines the layout constraints for row layout. It is a space separated list of layout tokens '<n>fr', '<measure>' or the keyword 'auto'. Where <n> is a positive integer and <measure> is a valid CSS length. Example: '2fr 1fr 100px 3rem auto'. -
setAlignItems
This value defines CSS align-items value of the flex layout.- Seit:
- 3.0.0
-
setJustifyContent
This value defines CSS justify-content value of the flex layout.- Seit:
- 3.0.0
-