Interface SplitLayoutTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasSpacing,- IsVisual
WARNING: This component is preliminary and may be changed without a major release.
Renders a SplitLayout. A area with two child components rendered horizontally or vertically and allows to change the layout relation of this two components on the client.- 
Method SummaryModifier and TypeMethodDescriptionvoidsetColumns(String columns) This value defines the layout constraints for column layout.voidThis value defines the layout constraints for row layout.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasSpacingsetColumnSpacing, setRowSpacingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setColumnsThis 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'.
- 
setRowsThis 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'.
 
-