Schnittstelle HasColumnLayout
- Alle bekannten Unterschnittstellen:
GridLayoutTagDeclaration
public interface HasColumnLayout
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setColumns
(String columns) This value defines the layout constraints for column layout.
-
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'.
Deprecated: The old syntax for "2fr" is "2*". The old name for "auto" is "fixed".
-