Interface HasSpacing
-
- All Known Subinterfaces:
GridLayoutTagDeclaration
,SplitLayoutTagDeclaration
public interface HasSpacing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setColumnSpacing(String columnSpacing)
Spacing between the columns in the actual layout.void
setRowSpacing(String rowSpacing)
Spacing between the rows in the actual layout.
-