Interface TrendlineGridItem

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IGridItem, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TrendlineGridItemImpl

public interface TrendlineGridItem extends IGridItem
A representation of the model object 'Trendline Grid Item'. The trendline grid item

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Column1' attribute.
    Returns the value of the 'Column2' attribute.
    Returns the value of the 'Column3' attribute.
    Returns the value of the 'Column4' attribute.
    boolean
    boolean
    Returns the value of the 'Column5' attribute.
    void
    Sets the value of the 'Column1' attribute.
    void
    Sets the value of the 'Column2' attribute.
    void
    Sets the value of the 'Column3' attribute.
    void
    Sets the value of the 'Column4' attribute.
    void
    setColumn5(boolean value)
    Sets the value of the 'Column5' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface com._1c.g5.v8.dt.ui.aef.viewModels.IGridItem

    getImage

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getColumn1

      String getColumn1()
      Returns the value of the 'Column1' attribute. The grid's 1st column value. Can be a string representation of 'approximation type' or 'approximation degree' value of trendline, depending on context.
      Returns:
      the value of the 'Column1' attribute.
      See Also:
    • setColumn1

      void setColumn1(String value)
      Sets the value of the 'Column1' attribute.
      Parameters:
      value - the new value of the 'Column1' attribute.
      See Also:
    • getColumn2

      String getColumn2()
      Returns the value of the 'Column2' attribute. The grid's 2nd column value. Can be a string representation of 'factor' or 'stock chart used point value' value of trendline, depending on context.
      Returns:
      the value of the 'Column2' attribute.
      See Also:
    • setColumn2

      void setColumn2(String value)
      Sets the value of the 'Column2' attribute.
      Parameters:
      value - the new value of the 'Column2' attribute.
      See Also:
    • getColumn3

      String getColumn3()
      Returns the value of the 'Column3' attribute. The grid's 3rd column value. Can be a string representation of 'color' or 'marker' or 'line style' value of trendline, depending on context.
      Returns:
      the value of the 'Column3' attribute.
      See Also:
    • setColumn3

      void setColumn3(String value)
      Sets the value of the 'Column3' attribute.
      Parameters:
      value - the new value of the 'Column3' attribute.
      See Also:
    • getColumn4

      String getColumn4()
      Returns the value of the 'Column4' attribute. The grid's 4th column value. Can be a string representation of 'text' or 'equation area' value of trendline, depending on context.
      Returns:
      the value of the 'Column4' attribute.
      See Also:
    • setColumn4

      void setColumn4(String value)
      Sets the value of the 'Column4' attribute.
      Parameters:
      value - the new value of the 'Column4' attribute.
      See Also:
    • isColumn5

      boolean isColumn5()
      Returns the value of the 'Column5' attribute. The grid's 5th column value. Can be a boolean representation of 'show in legend' or 'show equation' or 'show determination factor' value of trendline, depending on context.
      Returns:
      the value of the 'Column5' attribute.
      See Also:
    • setColumn5

      void setColumn5(boolean value)
      Sets the value of the 'Column5' attribute.
      Parameters:
      value - the new value of the 'Column5' attribute.
      See Also:
    • getText

      String getText(GridColumnViewModel column)
      Specified by:
      getText in interface IGridItem
    • isChecked

      boolean isChecked(GridColumnViewModel column)
      Specified by:
      isChecked in interface IGridItem