Interface FormItemContainer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, FormVisualEntity, IBmObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Addition, AutoCommandBar, ContextMenu, Form, FormGroup, Group, Table
All Known Implementing Classes:
AdditionImpl, AutoCommandBarImpl, ContextMenuImpl, FormGroupImpl, FormImpl, GroupImpl, TableImpl

public interface FormItemContainer extends FormVisualEntity
A representation of the model object 'Item Container'.

The following features are supported:

See Also:
  • Method Details

    • getItems

      org.eclipse.emf.common.util.EList<FormItem> getItems()
      Returns the value of the 'Items' containment reference list. The list contents are of type FormItem.
      Returns:
      the value of the 'Items' containment reference list.
      See Also: