@Deprecated public class BooleanControl extends SingleControl
EStructuralFeatures which have a Boolean
value.CUSTOM_VARIANT, VALIDATION_ERROR_ICON, validationLabel| Constructor and Description |
|---|
BooleanControl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.databinding.Binding |
bindValue()
Deprecated.
Triggers the control to perform the databinding.
|
void |
dispose()
Deprecated.
Disposes the control.
|
protected void |
fillControlComposite(org.eclipse.swt.widgets.Composite composite)
Deprecated.
This method must be overridden by concrete classes.
|
protected org.eclipse.swt.widgets.Control[] |
getControlsForTooltip()
Deprecated.
Method for retrieving all controls which should have the help text as their tooltip.
|
protected String |
getUnsetButtonTooltip()
Deprecated.
Returns the string for the unset button tooltip.
|
protected String |
getUnsetLabelText()
Deprecated.
Returns the string for the unset label.
|
void |
setEditable(boolean isEditable)
Deprecated.
Sets the state of the widget to be either editable or not.
|
protected void |
updateValidationColor(org.eclipse.swt.graphics.Color color)
Deprecated.
Allows controls to supply a second visual effect for controls on validation.
|
addControlDecoration, handleValidation, resetValidation, showLabelbackwardCompatibleHandleValidation, createButtonForAction, createContentControl, createControl, createControls, getCustomUnsetButton, getHelpText, getModelValue, getSystemColor, getValidationBackgroundColor, getValidationIcon, isEditable, setObservableValue, showUnsetLabelapplyValidation, enabledmentChanged, getControl, getDataBindingContext, getDomainModelReference, getEditingDomain, getEditingDomain, getFirstSetting, getFirstStructuralFeature, getItemPropertyDescriptor, getLocale, getService, getViewModelContext, init, isEmbedded, postInit, setEmbeddedprotected void fillControlComposite(org.eclipse.swt.widgets.Composite composite)
SWTControlfillControlComposite in class SWTControlcomposite - the Composite to add the widget topublic void setEditable(boolean isEditable)
setEditable in class ECPAbstractControlisEditable - whether to set the widget editablepublic void dispose()
SingleControldispose in class SingleControlpublic org.eclipse.core.databinding.Binding bindValue()
SWTControlbindValue in class SWTControlBindingprotected String getUnsetLabelText()
SWTControlgetUnsetLabelText in class SWTControlprotected String getUnsetButtonTooltip()
SWTControlgetUnsetButtonTooltip in class SWTControlprotected org.eclipse.swt.widgets.Control[] getControlsForTooltip()
SWTControlgetControlsForTooltip in class SWTControlprotected void updateValidationColor(org.eclipse.swt.graphics.Color color)
updateValidationColor in class SingleControlcolor - the color to set, null if the default background color should be setSingleControl.updateValidationColor(org.eclipse.swt.graphics.Color)Copyright © 2019. All rights reserved.