public interface IFlowLayoutFactoryBuilder
Modifier and Type | Method and Description |
---|---|
ILayoutFactory<ILayouter> |
build()
Creates a new layout factory for 'FlowLayouts'
|
IFlowLayoutFactoryBuilder |
gap(int gap)
Sets the gap between the controls
The default gap is 4
|
IFlowLayoutFactoryBuilder |
horizontal()
Sets the orientation to Orientation.HORIZONTAL
|
IFlowLayoutFactoryBuilder |
orientation(Orientation orientation)
Sets the orientation of the layout.
|
IFlowLayoutFactoryBuilder |
vertical()
Sets the orientation to Orientation.VERTICAL
|
IFlowLayoutFactoryBuilder gap(int gap)
gap
- The gap to setIFlowLayoutFactoryBuilder orientation(Orientation orientation)
orientation
- The orientation to set, never nullIFlowLayoutFactoryBuilder vertical()
IFlowLayoutFactoryBuilder horizontal()
ILayoutFactory<ILayouter> build()
Siehe auch Jowidgets Nutzerhandbuch