public class URLSelectionControlSWTRenderer extends SimpleControlSWTControlSWTRenderer
CUSTOM_VARIANT| Constructor and Description |
|---|
URLSelectionControlSWTRenderer(VControl vElement,
ViewModelContext viewContext,
ReportService reportService)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.core.databinding.Binding[] |
createBindings(org.eclipse.swt.widgets.Control control)
Create the
Bindings for this controls. |
protected org.eclipse.swt.widgets.Control |
createSWTControl(org.eclipse.swt.widgets.Composite parent)
Creates the Control.
|
protected String |
getUnsetText()
Provide the unset text to show on the label when value is unset.
|
createControl, rootDomainModelChangedapplyValidation, createControlCell, createLabelCell, createValidationCell, dispose, getGridDescription, isUnsettable, renderControl, setControlEnabled, setControlIdData, setValidationColor, setValidationForegroundColorapplyEnable, canHandleControlProcessor, createLabel, createValidationIcon, defaultHandleControlProcessor, defaultHandleControlProcessorForCell, getDataBindingContext, getEditingDomain, getEMFFormsDatabinding, getEMFFormsLabelProvider, getModelValue, getValidationBackgroundColor, getValidationForegroundColor, getValidationIcon, getVTViewTemplateProvider, hasLeftLabelAlignment, notifyChange, postInit, renderapplyReadOnly, applyVisible, finalizeRendering, getControls, getDefaultFontName, init, preInitcheckRenderer, getReportService, getVElement, getViewModelContextpublic URLSelectionControlSWTRenderer(VControl vElement, ViewModelContext viewContext, ReportService reportService)
vElement - the view model element to be renderedviewContext - the view contextreportService - The ReportServiceprotected org.eclipse.core.databinding.Binding[] createBindings(org.eclipse.swt.widgets.Control control)
throws DatabindingFailedException
Bindings for this controls.createBindings in class SimpleControlSWTControlSWTRenderercontrol - the Control to create the binding forDatabindingFailedException - if the creation of the bindings fails.org.eclipse.emf.ecp.view.spi.core.swt.SimpleControlSWTControlSWTRenderer#createBindings(org.eclipse.swt.widgets.Control,
org.eclipse.emf.ecore.EStructuralFeature.Setting)protected org.eclipse.swt.widgets.Control createSWTControl(org.eclipse.swt.widgets.Composite parent)
createSWTControl in class SimpleControlSWTControlSWTRendererparent - the Composite to use as a parentSimpleControlSWTControlSWTRenderer.createSWTControl(org.eclipse.swt.widgets.Composite)protected String getUnsetText()
getUnsetText in class SimpleControlSWTRendererSimpleControlSWTRenderer.getUnsetText()Copyright © 2016. All rights reserved.