Package com._1c.g5.v8.dt.dcs.ui.controls
Class FieldControl
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.ui.controls.FieldControl
-
public class FieldControl extends Object
Available data composition field selection control
-
-
Constructor Summary
Constructors Constructor Description FieldControl(org.eclipse.swt.widgets.Composite parent, DcsAvailableSettingsSourceForSchema.FieldUse fieldUse, IDcsSettingsProvider settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCompositionField
getValue()
Get valuevoid
setValue(DataCompositionField dcsfield)
Set value
-
-
-
Constructor Detail
-
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 Detail
-
getValue
public DataCompositionField getValue()
Get value- Returns:
- DataCompositionField, can be null
-
setValue
public void setValue(DataCompositionField dcsfield)
Set value- Parameters:
field
- - field, can be null
-
-