public interface IFillLayoutFactoryBuilder
Modifier and Type | Method and Description |
---|---|
ILayoutFactory<ILayouter> |
build()
Creates a new layout factory for 'FillLayouts'
|
IFillLayoutFactoryBuilder |
margin(int margin)
Sets the top, left, right and bottom margin to the given value.
|
IFillLayoutFactoryBuilder |
marginBottom(int marginBottom)
Sets the bottom margin to the given value.
|
IFillLayoutFactoryBuilder |
marginLeft(int marginLeft)
Sets the left margin to the given value.
|
IFillLayoutFactoryBuilder |
marginRight(int marginRight)
Sets the right margin to the given value.
|
IFillLayoutFactoryBuilder |
marginTop(int marginTop)
Sets the top margin to the given value.
|
IFillLayoutFactoryBuilder margin(int margin)
margin
- The margin to setIFillLayoutFactoryBuilder marginLeft(int marginLeft)
margin
- The margin to setIFillLayoutFactoryBuilder marginRight(int marginRight)
margin
- The margin to setIFillLayoutFactoryBuilder marginTop(int marginTop)
margin
- The margin to setIFillLayoutFactoryBuilder marginBottom(int marginBottom)
margin
- The margin to setILayoutFactory<ILayouter> build()
Siehe auch Jowidgets Nutzerhandbuch