public interface ISplitCompositeSetupBuilderCommon<INSTANCE_TYPE extends ISplitCompositeSetupBuilderCommon<?>> extends IComponentSetupBuilderCommon<INSTANCE_TYPE>, ISplitCompositeSetupConvenience<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setDividerSize(int size)
Sets the dividers size
|
INSTANCE_TYPE |
setFirstBorder(Border border) |
INSTANCE_TYPE |
setFirstLayout(ILayoutDescriptor layoutDescriptor) |
INSTANCE_TYPE |
setOrientation(Orientation orientation) |
INSTANCE_TYPE |
setResizePolicy(SplitResizePolicy resizePolicy) |
INSTANCE_TYPE |
setSecondBorder(Border border) |
INSTANCE_TYPE |
setSecondLayout(ILayoutDescriptor layoutDescriptor) |
INSTANCE_TYPE |
setWeight(double weight)
Sets the weight of the divider.
|
setSetup
disableBorders, disableFirstBorder, disableSecondBorder, enableBorders, enableFirstBorder, enableSecondBorder, resizeBothPolicy, resizeFirstPolicy, resizeSecondPolicy, setHorizontal, setVertical
INSTANCE_TYPE setOrientation(Orientation orientation)
INSTANCE_TYPE setFirstBorder(Border border)
INSTANCE_TYPE setSecondBorder(Border border)
INSTANCE_TYPE setFirstLayout(ILayoutDescriptor layoutDescriptor)
INSTANCE_TYPE setSecondLayout(ILayoutDescriptor layoutDescriptor)
INSTANCE_TYPE setResizePolicy(SplitResizePolicy resizePolicy)
INSTANCE_TYPE setDividerSize(int size)
size
- The size in pixelINSTANCE_TYPE setWeight(double weight)
weight
- The weight to set. Value must be between 0.0 and 1.0.Siehe auch Jowidgets Nutzerhandbuch