@Deprecated public class ECPLegacyControlSWTRenderer extends SimpleControlSWTControlSWTRenderer
Controls
.
This renderer will be removed with the next major release.CUSTOM_VARIANT
Constructor and Description |
---|
ECPLegacyControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Deprecated.
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.databinding.Binding[] |
createBindings(org.eclipse.swt.widgets.Control control)
Deprecated.
Create the
Bindings for this controls. |
protected org.eclipse.swt.widgets.Control |
createSWTControl(org.eclipse.swt.widgets.Composite parent)
Deprecated.
Creates the Control.
|
protected void |
dispose()
Deprecated.
Disposes all resources used by the renderer.
|
protected String |
getUnsetText()
Deprecated.
Provide the unset text to show on the label when value is unset.
|
protected boolean |
isUnsettable()
Deprecated.
Returns true if the control is unsettable.
|
createControl, rootDomainModelChanged
applyValidation, createControlCell, createLabelCell, createValidationCell, getGridDescription, renderControl, setControlEnabled, setControlIdData, setValidationColor, setValidationForegroundColor
applyEnable, canHandleControlProcessor, createLabel, createValidationIcon, defaultHandleControlProcessor, defaultHandleControlProcessorForCell, getDataBindingContext, getEditingDomain, getEMFFormsDatabinding, getEMFFormsLabelProvider, getModelValue, getValidationBackgroundColor, getValidationForegroundColor, getValidationIcon, getVTViewTemplateProvider, hasLeftLabelAlignment, notifyChange, postInit, render
applyReadOnly, applyVisible, finalizeRendering, getControls, getDefaultFontName, init, preInit
checkRenderer, getReportService, getVElement, getViewModelContext
public ECPLegacyControlSWTRenderer(VControl vElement, ViewModelContext viewContext, ReportService reportService)
vElement
- the view model element to be renderedviewContext
- the view contextreportService
- The ReportService
protected org.eclipse.swt.widgets.Control createSWTControl(org.eclipse.swt.widgets.Composite parent)
SimpleControlSWTControlSWTRenderer
createSWTControl
in class SimpleControlSWTControlSWTRenderer
parent
- the Composite
to use as a parentprotected void dispose()
dispose
in class SimpleControlSWTRenderer
AbstractControlSWTRenderer.dispose()
protected org.eclipse.core.databinding.Binding[] createBindings(org.eclipse.swt.widgets.Control control)
SimpleControlSWTControlSWTRenderer
Bindings
for this controls.createBindings
in class SimpleControlSWTControlSWTRenderer
control
- the Control
to create the binding forprotected String getUnsetText()
getUnsetText
in class SimpleControlSWTRenderer
SimpleControlSWTRenderer.getUnsetText()
protected boolean isUnsettable()
SimpleControlSWTRenderer
isUnsettable
in class SimpleControlSWTRenderer
Copyright © 2016. All rights reserved.