Class CalculatedFields
- java.lang.Object
- 
- org.eclipse.swt.widgets.Widget
- 
- org.eclipse.swt.widgets.Control
- 
- org.eclipse.swt.widgets.Scrollable
- 
- org.eclipse.swt.widgets.Composite
- 
- com._1c.g5.v8.dt.dcs.ui.EditorPageBase
- 
- com._1c.g5.v8.dt.dcs.ui.calculated.CalculatedFields
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- EditorPage,- IDcsEnvironmentProvider,- IDcsListener,- org.eclipse.swt.graphics.Drawable
 
 public class CalculatedFields extends EditorPageBase Вкладка "Вычисляемые поля".
- 
- 
Field SummaryFields Modifier and Type Field Description static intAPPEARANCE_COL_INDEXstatic intAVAILABLE_VALUES_COL_INDEXstatic intCONDITION_COL_INDEXstatic intDATA_PATH_COL_INDEXstatic intEXPR_COL_INDEXstatic intFIELD_COL_INDEXstatic intGROUP_COL_INDEXstatic intINPUT_PARAMETERS_COL_INDEXstatic intORDERING_COL_INDEXstatic intORDERING_EXPR_COL_INDEXstatic intPRESENTATION_EXPR_COL_INDEXstatic intTITLE_COL_INDEXstatic intVALUE_TYPE_COL_INDEX- 
Fields inherited from class com._1c.g5.v8.dt.dcs.ui.EditorPageBasecontext, listeners, schema, v8project
 
- 
 - 
Constructor SummaryConstructors Constructor Description CalculatedFields(DataCompositionSchemaControlContext context, org.eclipse.swt.widgets.Composite parent, int style)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnViewergetViewer()Returns calculated fields viewer.voidnotify(DcsEvent event)Сообщить о событии- 
Methods inherited from class com._1c.g5.v8.dt.dcs.ui.EditorPageBaseaddListener, addModelChangedListener, dispose, getAlias, getBmModel, getContext, getContributorClass, getCoreEditingContext, getCurrentLanguageCode, getEditingContext, getEmbeddedEditor, getSchema, getV8project, getVersion, removeModelChangedNotifier
 - 
Methods inherited from class org.eclipse.swt.widgets.Compositechanged, checkSubclass, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList, toString
 - 
Methods inherited from class org.eclipse.swt.widgets.ScrollablecomputeTrim, getClientArea, getHorizontalBar, getScrollbarsMode, getVerticalBar
 - 
Methods inherited from class org.eclipse.swt.widgets.ControladdControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getTextDirection, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, requestLayout, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setTextDirection, setToolTipText, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update
 - 
Methods inherited from class org.eclipse.swt.widgets.WidgetaddDisposeListener, addListener, checkWidget, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData
 
- 
 
- 
- 
- 
Field Detail- 
DATA_PATH_COL_INDEXpublic static final int DATA_PATH_COL_INDEX - See Also:
- Constant Field Values
 
 - 
EXPR_COL_INDEXpublic static final int EXPR_COL_INDEX - See Also:
- Constant Field Values
 
 - 
TITLE_COL_INDEXpublic static final int TITLE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
FIELD_COL_INDEXpublic static final int FIELD_COL_INDEX - See Also:
- Constant Field Values
 
 - 
CONDITION_COL_INDEXpublic static final int CONDITION_COL_INDEX - See Also:
- Constant Field Values
 
 - 
GROUP_COL_INDEXpublic static final int GROUP_COL_INDEX - See Also:
- Constant Field Values
 
 - 
ORDERING_COL_INDEXpublic static final int ORDERING_COL_INDEX - See Also:
- Constant Field Values
 
 - 
PRESENTATION_EXPR_COL_INDEXpublic static final int PRESENTATION_EXPR_COL_INDEX - See Also:
- Constant Field Values
 
 - 
ORDERING_EXPR_COL_INDEXpublic static final int ORDERING_EXPR_COL_INDEX - See Also:
- Constant Field Values
 
 - 
VALUE_TYPE_COL_INDEXpublic static final int VALUE_TYPE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
AVAILABLE_VALUES_COL_INDEXpublic static final int AVAILABLE_VALUES_COL_INDEX - See Also:
- Constant Field Values
 
 - 
APPEARANCE_COL_INDEXpublic static final int APPEARANCE_COL_INDEX - See Also:
- Constant Field Values
 
 - 
INPUT_PARAMETERS_COL_INDEXpublic static final int INPUT_PARAMETERS_COL_INDEX - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
CalculatedFieldspublic CalculatedFields(DataCompositionSchemaControlContext context, org.eclipse.swt.widgets.Composite parent, int style) Constructor- Parameters:
- context- contains data for creating editor, integrating editor with other Data composition editors, cannot be- null
- parent- parent composite for creating editor, cannot be- null
- style- editor SWT style
 
 
- 
 - 
Method Detail- 
notifypublic void notify(DcsEvent event) Description copied from interface:IDcsListenerСообщить о событии- Specified by:
- notifyin interface- IDcsListener
- Overrides:
- notifyin class- EditorPageBase
- Parameters:
- event- событие
 
 - 
getViewerpublic ColumnViewer getViewer() Returns calculated fields viewer.- Returns:
- calculated fields viewer. Cannot return null.
 
 
- 
 
-