public interface IDynamicFlowLayoutCompositeSetupBuilder<INSTANCE_TYPE extends IDynamicFlowLayoutCompositeSetupBuilder<?>> extends IComponentSetupBuilder<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setBottomMargin(int margin)
Sets the bottom margin, the default value is 0
|
INSTANCE_TYPE |
setGap(java.lang.Integer gap)
Sets the gap between the components cells.
|
INSTANCE_TYPE |
setLayoutGrowing(boolean growing)
Sets the layout growing attribute
If set to true, the composite grows in the opposite direction than the composite is oriented
If orientation is horizontal, the composite grows vertical
If orientation is vertical, the composite grows horizontal
|
INSTANCE_TYPE |
setLayoutMaxSize(java.lang.Integer size)
Sets the layout max size.
|
INSTANCE_TYPE |
setLayoutMinSize(java.lang.Integer size)
Sets the layout min size.
|
INSTANCE_TYPE |
setLayoutPreferredSize(java.lang.Integer size)
Sets the layout preferred size.
|
INSTANCE_TYPE |
setLeftMargin(int margin)
Sets the left margin, the default value is 0
|
INSTANCE_TYPE |
setOrientation(Orientation orientation)
Sets the orientation of the controls flow layout
|
INSTANCE_TYPE |
setRightMargin(int margin)
Sets the right margin, the default value is 0
|
INSTANCE_TYPE |
setTopMargin(int margin)
Sets the top margin, the default value is 0
|
setBackgroundColor, setForegroundColor, setVisible
setSetup
setColor, setVisible
INSTANCE_TYPE setOrientation(Orientation orientation)
orientation
- The orientationINSTANCE_TYPE setLayoutGrowing(boolean growing)
growing
- The growing attributeINSTANCE_TYPE setLayoutMinSize(java.lang.Integer size)
size
- The size to useINSTANCE_TYPE setLayoutPreferredSize(java.lang.Integer size)
size
- The size to useINSTANCE_TYPE setLayoutMaxSize(java.lang.Integer size)
size
- The size to useINSTANCE_TYPE setGap(java.lang.Integer gap)
gap
- The gap in pixel to set or null to use the default gapINSTANCE_TYPE setLeftMargin(int margin)
margin
- The margin to setINSTANCE_TYPE setRightMargin(int margin)
margin
- The margin to setINSTANCE_TYPE setTopMargin(int margin)
margin
- The margin to setINSTANCE_TYPE setBottomMargin(int margin)
margin
- The margin to setSiehe auch Jowidgets Nutzerhandbuch