public interface IExpandCompositeSetupBuilder<INSTANCE_TYPE extends IExpandCompositeSetupBuilder<?>> extends IComponentSetupBuilder<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setBorder(boolean border) |
INSTANCE_TYPE |
setContentBorder(boolean border) |
INSTANCE_TYPE |
setCustomHeader(ICustomWidgetCreator<? extends IControl> header) |
INSTANCE_TYPE |
setExpanded(boolean expanded) |
INSTANCE_TYPE |
setHeaderBackgroundColor(IColorConstant color) |
INSTANCE_TYPE |
setHeaderBorder(boolean border) |
INSTANCE_TYPE |
setIcon(IImageConstant icon) |
INSTANCE_TYPE |
setInsets(Insets insets) |
INSTANCE_TYPE |
setText(java.lang.String text) |
INSTANCE_TYPE |
setTextColor(IColorConstant color) |
INSTANCE_TYPE |
setTextMarkup(Markup markup) |
setBackgroundColor, setForegroundColor, setVisible
setSetup
setColor, setVisible
INSTANCE_TYPE setText(java.lang.String text)
INSTANCE_TYPE setIcon(IImageConstant icon)
INSTANCE_TYPE setBorder(boolean border)
INSTANCE_TYPE setHeaderBorder(boolean border)
INSTANCE_TYPE setContentBorder(boolean border)
INSTANCE_TYPE setTextMarkup(Markup markup)
INSTANCE_TYPE setTextColor(IColorConstant color)
INSTANCE_TYPE setHeaderBackgroundColor(IColorConstant color)
INSTANCE_TYPE setExpanded(boolean expanded)
INSTANCE_TYPE setInsets(Insets insets)
INSTANCE_TYPE setCustomHeader(ICustomWidgetCreator<? extends IControl> header)
Siehe auch Jowidgets Nutzerhandbuch