Interface HasRowLayout
-
- All Known Subinterfaces:
GridLayoutTagDeclaration
public interface HasRowLayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRows(String rows)
This value defines the layout constraints for row layout.
-
-
-
Method Detail
-
setRows
void setRows(String rows)
This value defines the layout constraints for row layout. It is a space separated list of layout tokens '<n>*', '<measure>' or the keyword 'auto'. Where <n> is a positive integer or empty and <measure> is a valid CSS length. Example: '2* * 100px 3rem auto'.
-
-