Interface HasSpacing
- All Known Subinterfaces:
- GridLayoutTagDeclaration,- SplitLayoutTagDeclaration
public interface HasSpacing
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetColumnSpacing(String columnSpacing) Spacing between the columns in the actual layout.voidsetRowSpacing(String rowSpacing) Spacing between the rows in the actual layout.
- 
Method Details- 
setColumnSpacingSpacing between the columns in the actual layout.
- 
setRowSpacingSpacing between the rows in the actual layout.
 
-