public interface IComponentSetupBuilder<INSTANCE_TYPE extends IComponentSetupBuilder<?>> extends IComponentSetupBuilderCommon<INSTANCE_TYPE>, IComponentSetupConvenience<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setBackgroundColor(IColorConstant backgroundColor) |
INSTANCE_TYPE |
setForegroundColor(IColorConstant foregroundColor) |
INSTANCE_TYPE |
setVisible(java.lang.Boolean visible) |
setSetup
setColor, setVisible
INSTANCE_TYPE setVisible(java.lang.Boolean visible)
INSTANCE_TYPE setForegroundColor(IColorConstant foregroundColor)
INSTANCE_TYPE setBackgroundColor(IColorConstant backgroundColor)
Siehe auch Jowidgets Nutzerhandbuch