Interface GridColumnViewModel

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

public interface GridColumnViewModel extends IViewModel
A representation of the model object 'Grid Column View Model'. The view model that represents one column of grid

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Header' attribute.
    org.eclipse.emf.common.util.EList<String>
    Returns the value of the 'Headers' attribute list.
    int
    Returns the value of the 'Height In Rows' attribute.
    int
    Returns the value of the 'Index' attribute.
    Returns the value of the 'Type' attribute.
    int
    Returns the value of the 'Width' attribute.
    boolean
    Returns the value of the 'Editable' attribute.
    boolean
    Returns the value of the 'Tree' attribute.
    void
    setEditable(boolean value)
    Sets the value of the 'Editable' attribute.
    void
    Sets the value of the 'Header' attribute.
    void
    setHeightInRows(int value)
    Sets the value of the 'Height In Rows' attribute.
    void
    setIndex(int value)
    Sets the value of the 'Index' attribute.
    void
    setTree(boolean value)
    Sets the value of the 'Tree' attribute.
    void
    Sets the value of the 'Type' attribute.
    void
    setWidth(int value)
    Sets the value of the 'Width' 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.aef2.viewModels.IViewModel

    getEventChannel, getParent, setEventChannel, setParent

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

    eAdapters, eDeliver, eNotify, eSetDeliver