Package com._1c.g5.v8.dt.dcs.ui.settings
Class UserSettingsItemComposite
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.ui.settings.UserSettingsItemComposite
-
public class UserSettingsItemComposite extends Object
Class provides controls for configure user settings items for Filter, Order, Grouping and ConditionalAppearance for DataCompositionSettings in DynamicList attributes
-
-
Constructor Summary
Constructors Constructor Description UserSettingsItemComposite(org.eclipse.swt.widgets.Composite parent, org.eclipse.emf.ecore.EObject modelObject, org.eclipse.emf.ecore.EStructuralFeature switchOnFeature, org.eclipse.emf.ecore.EStructuralFeature presentationFeature, org.eclipse.emf.ecore.EStructuralFeature viewModeFeature, IDcsSettingsProvider settingsProvider, boolean editable)Constructor
-
-
-
Constructor Detail
-
UserSettingsItemComposite
public UserSettingsItemComposite(org.eclipse.swt.widgets.Composite parent, org.eclipse.emf.ecore.EObject modelObject, org.eclipse.emf.ecore.EStructuralFeature switchOnFeature, org.eclipse.emf.ecore.EStructuralFeature presentationFeature, org.eclipse.emf.ecore.EStructuralFeature viewModeFeature, IDcsSettingsProvider settingsProvider, boolean editable)Constructor- Parameters:
parent- parent composite, cannot benullmodelObject- actual object for configuring, cannot benullswitchOnFeature-EStructuralFeatureforUUIDof user settings item, cannot benullpresentationFeature-EStructuralFeatureforPresentationof user settings item, cannot benullviewModeFeature-EStructuralFeatureforDataCompositionSettingsItemViewModeof user settings item, cannot benullsettingsProvider- actualIDcsSettingsProvider, cannot benulleditable-trueif editing allowed,falseotherwise
-
-