Interface GridColumnViewModel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHeader()
      Returns the value of the 'Header' attribute.
      org.eclipse.emf.common.util.EList<String> getHeaders()
      Returns the value of the 'Headers' attribute list.
      int getHeightInRows()
      Returns the value of the 'Height In Rows' attribute.
      int getIndex()
      Returns the value of the 'Index' attribute.
      GridColumnType getType()
      Returns the value of the 'Type' attribute.
      int getWidth()
      Returns the value of the 'Width' attribute.
      boolean isEditable()
      Returns the value of the 'Editable' attribute.
      boolean isTree()
      Returns the value of the 'Tree' attribute.
      void setEditable​(boolean value)
      Sets the value of the 'Editable' attribute.
      void setHeader​(String value)
      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 setType​(GridColumnType value)
      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 org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver