public interface ITreeSetupBuilderCommon<INSTANCE_TYPE extends ITreeSetupBuilderCommon<?>> extends IComponentSetupBuilderCommon<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setChecked(boolean checked) |
INSTANCE_TYPE |
setContentScrolled(boolean contentScrolled) |
INSTANCE_TYPE |
setDisabledSelectedBackgroundColor(IColorConstant colorValue) |
INSTANCE_TYPE |
setDisabledSelectedBorderColor(IColorConstant colorValue) |
INSTANCE_TYPE |
setDisabledSelectedForegroundColor(IColorConstant colorValue) |
INSTANCE_TYPE |
setSelectedBackgroundColor(IColorConstant colorValue) |
INSTANCE_TYPE |
setSelectedBorderColor(IColorConstant colorValue) |
INSTANCE_TYPE |
setSelectedForegroundColor(IColorConstant colorValue) |
INSTANCE_TYPE |
setSelectionPolicy(SelectionPolicy selectionPolicy) |
setSetup
INSTANCE_TYPE setChecked(boolean checked)
INSTANCE_TYPE setSelectionPolicy(SelectionPolicy selectionPolicy)
INSTANCE_TYPE setContentScrolled(boolean contentScrolled)
INSTANCE_TYPE setSelectedForegroundColor(IColorConstant colorValue)
INSTANCE_TYPE setSelectedBackgroundColor(IColorConstant colorValue)
INSTANCE_TYPE setSelectedBorderColor(IColorConstant colorValue)
INSTANCE_TYPE setDisabledSelectedForegroundColor(IColorConstant colorValue)
INSTANCE_TYPE setDisabledSelectedBackgroundColor(IColorConstant colorValue)
INSTANCE_TYPE setDisabledSelectedBorderColor(IColorConstant colorValue)
Siehe auch Jowidgets Nutzerhandbuch