Interface MGenericTrimContainer<T extends MUIElement>

All Superinterfaces:
MApplicationElement, MElementContainer<T>, MLocalizable, MUIElement
All Known Subinterfaces:
MTrimBar
All Known Implementing Classes:
GenericTrimContainerImpl, TrimBarImpl

public interface MGenericTrimContainer<T extends MUIElement> extends MElementContainer<T>
A representation of the model object 'Generic Trim Container'.

This provides a collection specifically for TrimBars.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

The following features are supported:

  • Method Details

    • getSide

      SideValue getSide()
      Returns the value of the 'Side' attribute. The literals are from the enumeration SideValue.

      This is an enum defining the side of the UI Window on which this collection should be displayed.

      Returns:
      the value of the 'Side' attribute.
      See Also:
    • setSide

      void setSide(SideValue value)
      Sets the value of the 'Side' attribute.
      Parameters:
      value - the new value of the 'Side' attribute.
      See Also: