Schnittstelle HasSpacing
- Alle bekannten Unterschnittstellen:
GridLayoutTagDeclaration
,SplitLayoutTagDeclaration
public interface HasSpacing
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setColumnSpacing
(String columnSpacing) Spacing between the columns in the actual layout.void
setRowSpacing
(String rowSpacing) Spacing between the rows in the actual layout.
-
Methodendetails
-
setColumnSpacing
Spacing between the columns in the actual layout. -
setRowSpacing
Spacing between the rows in the actual layout.
-