Package com._1c.g5.v8.dt.dcs.ui.controls
Class FieldControl
java.lang.Object
com._1c.g5.v8.dt.dcs.ui.controls.FieldControl
Available data composition field selection control
-
Constructor Summary
ConstructorsConstructorDescriptionFieldControl
(org.eclipse.swt.widgets.Composite parent, DcsAvailableSettingsSourceForSchema.FieldUse fieldUse, IDcsSettingsProvider settings) -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Get valuevoid
setValue
(DataCompositionField dcsfield) Set value
-
Constructor Details
-
FieldControl
public FieldControl(org.eclipse.swt.widgets.Composite parent, DcsAvailableSettingsSourceForSchema.FieldUse fieldUse, IDcsSettingsProvider settings) - Parameters:
parent
- - parent composite, can't be nullfieldUse
- - field use type, can't be nullsettings
- - settings provider, can't be null
-
-
Method Details
-
getValue
Get value- Returns:
- DataCompositionField, can be null
-
setValue
Set value- Parameters:
field
- - field, can be null
-